Having finally got phpmyadmin to operate, the first thing I did was to create a database. No problem there. Next I tried to add a table to said database.
This generated an Error but Mysql said : nothing.
I then tried using the sql window to "drop database secondtest" (also tried it with a semicolon and got referred to FAQ 2.8 which didn't help at all.
Finally tried the drop database button and got :
MySQL said:
#1064 - 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 '' at line 1
I have also tried to import and export databases and got similar errors, so it seems that there is a setting wrong somewhere.
Any suggestions??
This generated an Error but Mysql said : nothing.
I then tried using the sql window to "drop database secondtest" (also tried it with a semicolon and got referred to FAQ 2.8 which didn't help at all.
Finally tried the drop database button and got :
MySQL said:
#1064 - 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 '' at line 1
I have also tried to import and export databases and got similar errors, so it seems that there is a setting wrong somewhere.
Any suggestions??
Comment