Hello,
I need help accessing mysql database on my 6.x SME server. Whenever I attempt to access, I get one of several can't access messages.
The following is the first part of my php script.
$link = mysql_connect("localhost", "root", "password")
or die("Could not connect : " . mysql_error());
If localhost is used with any user with or without a password I get-
Could not connect : Access denied for user: 'root@localhost' (Using password: YES) or (NO without a pw)
If I use the name of my server (homer1) I get-
Could not connect : Host 'homer1.home' is not allowed to connect to this MySQL server.
I don't know where to determine what I'm doing wrong. My ultimate goal is to get Mantis running on my server.
Any help would be appreciated.
Thanks,