updated init.sql

parent ea1f34b9
Showing with 1 additions and 2 deletions
SET foreign_key_checks=0;
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'pictodbu'@'localhost';
DROP USER IF EXISTS 'pictodbu';
DELETE FROM mysql.user WHERE user='pictodbu';
FLUSH PRIVILEGES;
CREATE USER 'pictodbu'@'%' identified with 'p1KT0!15.';
CREATE USER 'pictodbu'@'%' identified by 'p1KT0!15.';
GRANT USAGE ON *.* TO 'pictodbu'@'localhost';
DROP DATABASE IF EXISTS pictodb;
CREATE DATABASE pictodb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment