When I try to create a database with a non root user of MySQL I get this error.
-> MariaDB [(none)]> create database cl_db;
-> ERROR 1044 (42000): Access denied for user 'garrett'@'localhost' to database 'cl_db'
How do I allow my recular username to create databases? Thanks.