Hey I need a little help with a DB I have to set up. Alright with my old hosting : define('dbHOST', 'localhost'); With my new host it doesnt work with localhost. My new host is windows godaddy.com. Does anyone know what to put in place of localhost, so it can connect to the db? Thanks Marc
Godaddy-linux uses different servers and "localhost" is replaced with "mysqlxx.secureserver.net", where the xx is the sever number. You can retrieve the correct info for your site by visiting the control panel and viewing the connection strings for the database in question.