A bit newbie style lol - 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: A bit newbie style lol (
/showthread.php?tid=451983)
A bit newbie style lol -
Rufio - 19.07.2013
I was trying to make a MySQL Admin system and my samp server came with this:
Код:
[16:54:44] Error: Function not registered: 'mysql_init'
[16:54:44] Error: Function not registered: 'mysql_connect'
[16:54:44] Error: Function not registered: 'mysql_stat'
[16:54:44] Error: Function not registered: 'mysql_real_escape_string'
[16:54:44] Error: Function not registered: 'mysql_query'
[16:54:44] Error: Function not registered: 'mysql_store_result'
[16:54:44] Error: Function not registered: 'mysql_num_rows'
[16:54:44] Error: Function not registered: 'mysql_free_result'
[16:54:44] Error: Function not registered: 'mysql_fetch_row'
[16:54:44] Error: Function not registered: 'mysql_fetch_field'
[16:54:44] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES).
I updated my plugin and include but it didn't help though. Any more ideas ?
edit: BTW I am sure I wrote mysql's server, username, dbname and pw right.
edit2 : Oh I solved. I am a retard lol ^^