MySQL 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 Problem. (
/showthread.php?tid=469466)
MySQL Problem. -
XSR - 13.10.2013
Hello, I'm a newbie and I'm using MySQL ( A friend installed it on my server ) I downloaded jBAN of Jatochnietdan, and it is on InnoDB and I'm receiving these errors
Код:
InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
InnoDB: Error: Fetch of persistent statistics requested for table "server_bsj"."sampban" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
I'm using MySQL R5/R6 I wanted to update it but I'm not so good...
Re: MySQL Problem. -
Jstylezzz - 13.10.2013
It can't find the `stats` table. Be sure it exists, because the second function needs the stats table.
Re: MySQL Problem. -
iZN - 13.10.2013
You have missing tables mysql.innodb_table_stats and mysql.innodb_index_stats.
Re: MySQL Problem. -
XSR - 13.10.2013
I know it but how to create it? What to add on ?
Re: MySQL Problem. -
XSR - 13.10.2013
Somebody can help me ?...
Re: MySQL Problem. -
DanishHaq - 13.10.2013
No offense or anything but if you don't know how to even make MySQL tables, then you should never think about using it at the moment.