MySql Ownership Problem - 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 Ownership Problem (
/showthread.php?tid=600910)
MySql Ownership Problem -
vrrp - 14.02.2016
Ok , the last ownership was the bad one . I changed with an MySql Dealership
and in server_log i have an error :
Код:
Loading filterscript 'Ownership.amx'...
[debug] Run time error 19: "File or function is not found"
[debug] mysql_debug
[debug] mysql_real_escape_string
[debug] mysql_store_result
[debug] mysql_num_rows
[debug] mysql_fetch_row_format
[debug] mysql_free_result
Re: MySql Ownership Problem -
Slawiii - 14.02.2016
are you loaded the mysql plugin ?
Re: MySql Ownership Problem -
vrrp - 14.02.2016
Quote:
Originally Posted by Slawiii
are you loaded the mysql plugin ?
|
Yes , I did .
Код:
Loading plugin: mysql_static.so
>> plugin.mysql: R39-4 successfully loaded.
Loaded.
Код:
Loading plugin: sql.so
>> SQL plugin v2.2 successfully loaded.
+ MySQL support is enabled.
Loaded.
Re: MySql Ownership Problem -
vrrp - 14.02.2016
bump . any help ?