GRANT and CREATE DATABASE (no replies)
(MySQL.com) Mysql 5.0 -
log in as root
CREATE USER test2
GRANT CREATE TO test2
log in as test2
CREATE DATABASE foobar
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'foobar'
Can I create a user who can create databases and have a