SA-MP Forums Archive
[HELP] Mysql Table Error. - 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: [HELP] Mysql Table Error. (/showthread.php?tid=622593)



[HELP] Mysql Table Error. - KONTROWKEN - 24.11.2016

Hi friends, unable to establish a connection with MySQL could you help me?

Код:
	/* MySQL Bağlantı vb. */
    SQLBaglanti = mysql_connect("localhost", "root", "alaturka", "");
    mysql_log(LOG_ERROR, LOG_TYPE_TEXT);





Re: [HELP] Mysql Table Error. - Konstantinos - 24.11.2016

The connection was successful, the problem is that the tables don't exist in "alaturka" database.


Re: [HELP] Mysql Table Error. - KONTROWKEN - 24.11.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The connection was successful, the problem is that the tables don't exist in "alaturka" database.
Automatic Loading Of The Tables.

No Problem On The Connection But Tables Does Not Install Why?


Re: [HELP] Mysql Table Error. - amirm3hdi - 24.11.2016

Quote:
Originally Posted by KONTROWKEN
Посмотреть сообщение
Automatic Loading Of The Tables.

No Problem On The Connection But Tables Does Not Install Why?
You need to create tables in order to save data and load data from them.


Re: [HELP] Mysql Table Error. - KONTROWKEN - 24.11.2016

Quote:
Originally Posted by amirm3hdi
Посмотреть сообщение
You need to create tables in order to save data and load data from them.
How The Table Is Created?