Jump to content

Recommended Posts

Posted

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?

Posted (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 by Jimuni

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...