Changes

Jump to: navigation, search

OPS345 Lab 4

No change in size, 23:55, 6 February 2022
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>

Navigation menu