Hello There, Guest! Login or Register


Test server database
#3
I tried to update the !testacc command in Nuwani but I keep getting errors

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
Reply


Messages In This Thread
Test server database - by Harry - 11-14-2012, 09:53 PM
Re: Test server database - by Russell - 11-22-2012, 02:47 AM
Re: Test server database - by Joeri - 11-22-2012, 11:16 AM
Re: Test server database - by Joeri - 11-22-2012, 04:19 PM
Re: Test server database - by Harry - 11-23-2012, 08:22 PM
Re: Test server database - by Russell - 11-24-2012, 11:33 PM