11-22-2012, 11:16 AM
I tried to update the !testacc command in Nuwani but I keep getting errors
The line:
The socket path was incorrect so I change that to what the mysql config file said
But now I get a nice Acces Denied warning:
I have no idea what to do, the account is clearly working though phpmyadmin
The line:
Code:
$pDatabase = mysql_connect ('localhost:/var/run/mysqld/mysqld.sock', 'lvp_test', '8TGLFFhEnefj58ju');The socket path was incorrect so I change that to what the mysql config file said
Quote:warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) [Line 19 in /home/samp/Nuwani/cmd/CreateTestAccount.php]
But now I get a nice Acces Denied warning:
Quote:warning: mysql_connect(): Access denied for user 'lvp_test'@'localhost' (using password: YES) [Line 19 in /home/samp/Nuwani/cmd/CreateTestAccount.php]
I have no idea what to do, the account is clearly working though phpmyadmin