Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database question #29

Closed
JamesK007 opened this issue Jan 23, 2013 · 2 comments
Closed

Database question #29

JamesK007 opened this issue Jan 23, 2013 · 2 comments

Comments

@JamesK007
Copy link

This is probably a stupid question, but when I go to create a database I'm forced to name the database username_login, instead of just login. Then I would go into the database and import the sql file to create the tables. What in the code do I need to change if the db is named username_login versus just login? Thanks for the help

@panique
Copy link
Owner

panique commented Jan 23, 2013

I'm not 100% sure because at the moment I don't have time to look at the code, but changing the line
define("DB_NAME", "login"); in the config.php to define("DB_NAME", "username_login"); should do it.

@JamesK007
Copy link
Author

Thanks, yea I got it to work. I was making over complicated.

@panique panique closed this as completed Apr 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants