SA-MP Forums Archive
Mysql 1045 error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql 1045 error (/showthread.php?tid=486638)



Mysql 1045 error - PawelQ - 09.01.2014

Any ideas why it can be ?
Код:
[21:26:29] [ERROR] CMySQLConnection::Connect - (error #1045) Access denied for user 'DBUSER'@'localhost' (using password: YES)



Re: Mysql 1045 error - Seif- - 09.01.2014

Do you have a MySQL server installed on your local machine? And does it have a user account called "DBUSER"? Is your password correct?


Re: Mysql 1045 error - MatriXgaMer - 09.01.2014

In your script put "root" insted of "DBUSER" and the password to "".