PDA

View Full Version : Installing on godaddy need help



Jglover4168
02-05-2012, 07:50 AM
Cant get it to install. I think the problem is that I can't name the database hotaru because it says it's already being used. I tried naming the db something else but then when I go to install it doesn't go any farther any ideas?

PuckRobin
02-05-2012, 05:38 PM
You can choose another DB name in hotaru_settings.php:

define("DB_NAME", 'hotaru');

Ashtechsmith
03-06-2013, 10:56 AM
May be you should try with different names. I have got the same problem but when I tried with other name that was did.

shibuya246
04-23-2013, 05:47 AM
Can you indicate at what step you had the problem? and what the error message said exactly?

Maybe if you could point me to your url or show a screenshot we can pinpoint the answer straight away

Thanks

nothingman
04-23-2013, 07:07 AM
Go to My Account > Web Hosting > Click Launch.

In the Hosting Details page, go to Databases > MySQL

In the Manage Databases page, look for your database, click Actions > Details

Here, look for "Hostname", it should be of the format p*********.secureserver.net.

Copy the above and replace it with "localhost" in the hotaru_setttings.php file.

So, you should have


define("DB_HOST", 'p*********.secureserver.net');

instead of


define("DB_HOST", 'localhost');