SA-MP Forums Archive
MySQL table does not create - 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 table does not create (/showthread.php?tid=659241)



MySQL table does not create - Electrifying - 28.09.2018

I've use
PHP код:
CREATE TABLE IF NOT EXISTS 
in OnGameModeInit and nothing happen on phpmyadmin

LOG ERRORS in logs/errors.log

Код:
[11:39:25] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [plugins/mysql] mysql_query: invalid connection handle '0'
[11:39:25] [plugins/mysql] mysql_query: invalid connection handle '0'
logs/plugins/mysql.log

Код:
[11:39:25] [ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [ERROR] CConnection::CConnection - establishing connection to MySQL database failed: #1049 'Unknown database 'gmldb''
[11:39:25] [ERROR] mysql_query: invalid connection handle '0'
[11:39:25] [ERROR] mysql_query: invalid connection handle '0'
SOLVED.


Re: MySQL table does not create - v1k1nG - 28.09.2018

Did you create the database?
Are database services (on localhost) on?


Re: MySQL table does not create - Electrifying - 28.09.2018

Quote:
Originally Posted by v1k1nG
Посмотреть сообщение
Did you create the database?
Are database services (on localhost) on?
Yes I did both


Re: MySQL table does not create - DeMoo - 28.09.2018

you using your vps?


Re: MySQL table does not create - Electrifying - 28.09.2018

Quote:
Originally Posted by DeMoo
Посмотреть сообщение
you using your vps?
is hosted on my PC on localhost