Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagebash
themerdark
$ mysql -u shrine -pdemouser

 

Code Block
languagesql
themerdark
CREATE DATABASE adapterAuditDB;
CREATE DATABASE qepAuditDB;
CREATE DATABASE stewardDB;
CREATE DATABASE shrine_query_history;

 

And finally, just to be safe, let's grant the shrine user full access again to all of these databases and their tables:

Code Block
languagebash
themerdark
GRANT ALL privileges ON *.* TO 'shrine'@localhost;