Was working on a MySQL login/register system - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Was working on a MySQL login/register system (
/showthread.php?tid=250124)
Was working on a MySQL login/register system -
Georgelopez1 - 22.04.2011
When I turn my server on I get:
[Fri Apr 22 18:11:29 2011] Error (0): Function: mysql_query called when not connected to any database. Access denied for user '*****'@'pavo.volt-host.com' (using password: YES).
When I join the server the dialog comes up like it is supposed to, but it wont save to the database ( Yes i made the tables :P ).
Please help and let me know if you need more info.
Thanks
Re: Was working on a MySQL login/register system -
airsoft - 22.04.2011
You don't have privileges to your database it seems for your user. contact your host / edit it yourself in phpmyadmin
Re: Was working on a MySQL login/register system -
Georgelopez1 - 22.04.2011
Thanks, I'll give it a shot.