I am having trouble installing Elgg. I keep getting the message that the database doesn't have the right credentials, but I am positive I am inputting the correct information into the settings file. I am using godaddy for my host, and they say the dbuser name, and database name are the same, but still not working. I can open my site to some one who knows what to look for. But I would really like to do the work myself. Can some one please help.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- hottie95@playtime

hottie95 - 0 likes
- steve048@steve048

steve048 - 0 likes
- hottie95@playtime

hottie95 - 0 likes
- hottie95@playtime

hottie95 - 0 likes
You must log in to post replies.If you are using mysql, The data base username and data name are not the same. Not fimiliar with godaddy, but some where on the control panel u should be able to create data base users and data bases(shcemas). create a user (username and password) login as that user and create a database for elgg. you can name it anything you like.
Now your settings should like something like this.
Database username
$CONFIG->dbuser = "name you picked";
Database password
$CONFIG->dbpass = "password you picked";
Database name
$CONFIG->dbname = " I suggest something easy like elggdata";
Database server
// (For most configurations, you can leave this as 'localhost')
$CONFIG->dbhost = " this should be the location of your database on godaddy";
Database table prefix
// If you're sharing a database with other applications, you will want to use this
// to differentiate Elgg's tables.
$CONFIG->dbprefix = you can just commment this out by adding // before it.
IF you are editing your setting file by hand please uncomment this entire section and save the file as setting.php
Hope this helps!!!
Thanks Hottie, but here is what my host says about the databases.
NOTE: The database name and username will be identical for all newly created databases.
Sorry about the font its a cut and paste. When I go to my database admin panel, is says I have one database, but when I open the php mysql control panel there is a second database called information_schema. Is that supposed to be there, I am not sure.
yes it is that is the default tables of mysql to keep up with your input info. Things such as the name of your new database.
Are you still having problems. How can I help
If you want me to take a look send me your site info .
ffrinfo@yahoo.com