Jezuit Posted November 5, 2003 Posted November 5, 2003 I'm being asked for a Database Server and a username, pass, and Database name. I tried putting in my domain (www.gitgear.com), but it says "Access denied for user: '**MY USER NAME**@137.190.114.52' (Using password: YES)"... Any thoughts on how to make this work for me? Quote
TCH-JimE Posted November 5, 2003 Posted November 5, 2003 (edited) Hi, $dbhost = "localhost"; // usually this is localhost but if it doesn't work, check with your hosting provider $dbname = "cpanel_dbname"; // the name of the databse you want to put the phpFanBase tables in $dbuser = "cpanel_username"; // your MySQL username (must have access to database above) $dbpass = "password"; // your MySQL passwor Remember, its the full cpanel name+choose name. E.g. jimuni_commerceuser Same goes for database too. Give that a try, if you still got a problem, let us know! Jim Edited November 5, 2003 by Jimuni Quote
TCH-JimE Posted November 5, 2003 Posted November 5, 2003 Also as a side note, have you made sure the database has the user attached? Jim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.