![]() |
|
MySQL Error: Could not connect to the database server. - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: MySQL Error: Could not connect to the database server. (/thread-888.html) |
MySQL Error: Could not connect to the database server. - bear - 2006-11-14 I've used all of the info provided by site site host and when I run the setup I get: zenphoto setup database not connected Any suggestions on what else to check for would be appreciated. Thanks, Bear. MySQL Error: Could not connect to the database server. - trisweb - 2006-11-14 Make sure you have the correct host... it's not always 'localhost' especially if you're using Dreamhost. Really check the credentials, it should be able to connect if they are correct. Check another MySQL/PHP application that's on your server for how it connects. The last remote possibility is if your host is running MySQL 4 or later with new password hashes. If that's true, create a new user, and set their password with an MD5('password') manually. ONLY DO THAT if you're really sure you have everything correct, and you might want to contact your host too just to make sure. They might know the problem. MySQL Error: Could not connect to the database server. - trisweb - 2006-11-14 From your site it looks like you got it working :-) Yeah? MySQL Error: Could not connect to the database server. - itaymesh - 2011-10-19 Hello. MySQL Error: Could not connect to the database server. - acrylian - 2011-10-19 You mean you have a local server and want to use the database on an external server? I have to admit I never tried that or even thought about trying that.... MySQL Error: Could not connect to the database server. - sbillard - 2011-10-20 You need to be sure that both the credentials and the host are set correctly. Specially since this would not be a local host. (But then, why would you wan to do this? Use a local MySQL database, it will be much faster. Not sure if performance of a remote database would even be adequate.) |