Does not create table data
#6

Quote:
Originally Posted by Eripe
Посмотреть сообщение
mysql r41-4, the table does not create any more, but I create it manually and it does not fill data, values, nickname does not exist after registering an account, it does not add to the table
PHP код:
//maybe it's the connection problem.
public OnGameModeInit()
{
    
//exemple to MySQL R41-4
    
SQL_ID mysql_connect(...); // connection to the database
    
if(mysql_errno() != 0) { // check in server_log.txt connected base or no.
        
print("MySQL not connected!");
    }else print(
"MySQL connected!");
    return 
true;
 } 
Reply


Messages In This Thread
Does not create table data - by Eripe - 08.04.2018, 08:13
Re: Does not create table data - by ForCop - 08.04.2018, 08:28
Re: Does not create table data - by Eripe - 08.04.2018, 08:56
Re: Does not create table data - by ForCop - 08.04.2018, 08:59
Re: Does not create table data - by Eripe - 08.04.2018, 09:20
Re: Does not create table data - by ForCop - 08.04.2018, 09:27
Re: Does not create table data - by Eripe - 09.04.2018, 14:12
Re: Does not create table data - by JesterlJoker - 09.04.2018, 15:15

Forum Jump:


Users browsing this thread: 2 Guest(s)