05.02.2015, 06:30
You need to create the proper tables, with the proper columns and settings (like auto-increment, primary key, default values and datatype).
Without tables in your database, nobody's script will work if it uses mysql.
For the syntax error, it seems the query variable is too small, as the last part is cut off after WHERE Server = '
Just try to increase the size of the query variable.
Without tables in your database, nobody's script will work if it uses mysql.
For the syntax error, it seems the query variable is too small, as the last part is cut off after WHERE Server = '
Just try to increase the size of the query variable.