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 'DROP DATABASE /*! IF EXISTS */ students' at line 1
Could someone simply tell me why in the world this would produce a syntax error? I have permissions to CREATE and DROP DATABASE; in fact, the database is always successfully created and/or dropped, nonetheless, I always get errors (and 1 warning).
What gives?
Thanx
Phil