hi,
I just started using SQL and built a query tool, which connects to my web providers mySQL server and seems to be interacting. Only every time I use any command like SHOW DATABASES or CREATE DATABASE databasename I get this crappy message "Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #1SHOW DATABASES' at line 1"
accoring to my SQL book and the online manuals I have seen this is the correct syntax for version 4.1.22?
could anyone help me please?
SQL syntax error version 4.1.22
Moderator: General Moderators
-
Grahamhart
- Forum Commoner
- Posts: 27
- Joined: Wed Jun 11, 2008 6:05 am
Re: SQL syntax error version 4.1.22
please post your query and any relevant code.