Various questions about 10.1.26-MariaDB on CYGWIN_NT-10.0 2.9.0(0.318/5/3) 2017-09-12 10:18 x86_64 Cygwin

Keith Christian keith1christian@gmail.com
Tue Nov 7 19:50:00 GMT 2017


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



More information about the Cygwin mailing list