mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,
-> ON newone.*
-> TO cxteam@localhost
-> INDENTIFIED BY xxxxxxx
-> WITH GRANT OPTION;
is this correct i get a
ERROR 1064: You have an error in your SQL syntax near 'ON netbingodb.*
TO...