You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

$ mysql -u shrine -pdemouser

 

CREATE DATABASE adapterAuditDB;
CREATE DATABASE qepAuditDB;
CREATE DATABASE stewardDB;
CREATE DATABASE shrine_query_history;

 

Grant the shrine user full access again to all of these databases and their tables:

GRANT ALL privileges ON *.* TO 'shrine'@'localhost';
  • No labels