mysql problem
#7

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


Messages In This Thread
mysql problem - by PowerF - 05.02.2015, 04:58
Re: mysql problem - by PowerPC603 - 05.02.2015, 05:05
Re: mysql problem - by PowerF - 05.02.2015, 05:10
Re: mysql problem - by PowerF - 05.02.2015, 05:16
Re: mysql problem - by PowerPC603 - 05.02.2015, 05:18
Re: mysql problem - by PowerF - 05.02.2015, 05:35
Re: mysql problem - by PowerPC603 - 05.02.2015, 06:30

Forum Jump:


Users browsing this thread: 2 Guest(s)