1,234
edits
Changes
→Create an SQL user
* Try it anyway just to see the error:
<source>MariaDB [(none)]> grant all privileges on GRANT ALL PRIVILEGES ON firstdb.* TO 'asmith15db'@'%' identified by IDENTIFIED BY 'asmith15dbpassword';
ERROR 1044 (42000): Access denied for user 'dbroot'@'%' to database 'firstdb'</source>