Help - Search - Members - Calendar
Full Version: Function.mysql-connect Access Denied?
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
tkotu1337
I want to host a free web-based RPG. I set it up and get "function.mysql-connect access denied"
I know sendmail is disabled but is something else?
V Screenshot V
Andrew
Doesn't say the function is denied. It's saying it can't connect using the information provided. You haven't edited the MySQL information for the script. It says "Access denied for user root@localhost" your mysql username is not root. You have to create the username and database in your zymic control panel. Then edit the RPG script to use those details.
tkotu1337
I had an older version and installed the newest but now I get this error:

CODE
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /www/uuuq.com/1/3/3/1337rpg/htdocs/ezRPGv0.12X_ADOdb/ezRPGv0.12X_ADOdb/adodb/drivers/adodb-mysql.inc.php on line 363


I have the database and the config file has all the info to it. I've been trying for 2 days now to get it running! T_T
noxus
CODE
$dbhost = "localhost";
$dbuname = "says in control panel what names are assigned to the db";
$dbpass = "try both passwords account and domain logins";
$dbname = "says in control panel";
podmaster
QUOTE(noxus @ Dec 22 2008, 04:28 AM) *
CODE
$dbhost = "localhost";
$dbuname = "says in control panel what names are assigned to the db";
$dbpass = "try both passwords account and domain logins";
$dbname = "says in control panel";



Thank you Noxus
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.