Clean up
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
MYSQL SET UP
|
||||
SET GLOBAL validate_password.length = 8;
|
||||
SET GLOBAL validate_password.policy=LOW;
|
||||
|
||||
CREATE DATABASE site_mermsemr_com;
|
||||
CREATE USER 'mermsemr'@'192.168.%' IDENTIFIED BY 'may12002';
|
||||
GRANT ALL PRIVILEGES ON site_mermsemr_com.* TO 'mermsemr'@'192.168.%';
|
||||
|
||||
https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql
|
||||
|
||||
|
||||
|
||||
SELECT User, Host, plugin FROM mysql.user;
|
||||
|
||||
Reference in New Issue
Block a user