i think the problem stems from string style.
Expand|Select|Wrap|Line Numbers
- GRANT ALL
- ON newDB.*
- TO 'test'@'localhost'
- IDENTIFIED BY 'test';
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 'GRANT ALL
ON newDB.*
TO 'test'@'localhost'
IDENTIFIED BY 't' at line 5
versions of the binaries that i am using are as follows
MySql version: 5.0.45
MySql Query Browser version:
1.2.12 (i got this browser from MySQL GUI Tools bundle 5.0)