GRANT syntax issue SOLVED: Log in to the mysql client as root:
$ mysql -u root -p Enter password: MariaDB [keithdb]> use keithdb; Database changed MariaDB [keithdb]> grant usage on keithdb.* to 'keith'@'localhost' with grant option; Query OK, 0 rows affected (0.00 sec) Thanks to all who responded! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple