Mysql refuses to create table
#1

pawn Код:
public OnPlayerConnect(playerid)
{
    new string[128];
    format(string, sizeof(string), "CREATE TABLE IF NOT EXISTS TABLENAME `terma`");
    mysql_query(string);
    return 1;
}
I have nothing but this code, I use BlueG's mysql server plugin r5 windows version
checked phpmyadmin a thousand times but table cant be created
could the plugin be causing this
and theres nothing in the logs
Reply


Messages In This Thread
Mysql refuses to create table - by iFiras - 25.12.2017, 11:12
Re: Mysql refuses to create table - by DelK - 25.12.2017, 11:53
Re: Mysql refuses to create table - by iFiras - 25.12.2017, 12:02
Re: Mysql refuses to create table - by MEW273 - 25.12.2017, 12:15
Re: Mysql refuses to create table - by iFiras - 25.12.2017, 12:17
Re: Mysql refuses to create table - by MEW273 - 25.12.2017, 12:24
Re: Mysql refuses to create table - by iFiras - 25.12.2017, 12:48
Re: Mysql refuses to create table - by MEW273 - 25.12.2017, 12:51
Re: Mysql refuses to create table - by iFiras - 25.12.2017, 12:54
Re: Mysql refuses to create table - by MEW273 - 25.12.2017, 12:57

Forum Jump:


Users browsing this thread: 2 Guest(s)