[HELP] Mysql Table Error.
#1

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);


Reply
#2

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

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?
Reply
#4

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.
Reply
#5

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)