MYSQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MYSQL (
/showthread.php?tid=537154)
MYSQL -
TheSnaKe - 14.09.2014
Well, when am starting my server, am getting these errors.
(By nativechecker.so)
Код:
[02:50:36] Error: Function not registered: 'mysql_fetch_row'
[02:50:36] Error: Function not registered: 'mysql_fetch_field'
[02:50:36] Error: Function not registered: 'mysql_real_escape_string'
[02:50:36] Error: Function not registered: 'mysql_free_result'
[02:50:36] Error: Function not registered: 'mysql_num_rows'
[02:50:36] Error: Function not registered: 'mysql_store_result'
[02:50:36] Error: Function not registered: 'mysql_connect'
[02:50:36] Error: Function not registered: 'mysql_init'
[02:50:36] Error: Function not registered: 'mysql_query'
I don't know how to fix them or maybe it's a host problem, can anyone help me please.
Re: MYSQL -
Shaneisace - 15.09.2014
Код:
[02:50:36] Error: Function not registered: 'mysql_fetch_row'
[02:50:36] Error: Function not registered: 'mysql_fetch_field'
[02:50:36] Error: Function not registered: 'mysql_real_escape_string'
[02:50:36] Error: Function not registered: 'mysql_free_result'
[02:50:36] Error: Function not registered: 'mysql_num_rows'
[02:50:36] Error: Function not registered: 'mysql_store_result'
[02:50:36] Error: Function not registered: 'mysql_connect'
[02:50:36] Error: Function not registered: 'mysql_init'
[02:50:36] Error: Function not registered: 'mysql_query'
Your most likely loading the wrong version mysql plugin, that happens when your attempt to load a version that was changed or doesn't match the functions in it.