CREATE USER 'mpwo'@'localhost' IDENTIFIED BY 'mpwo'; GRANT ALL PRIVILEGES ON `mpwo` . * TO 'mpwo'@'localhost'; FLUSH PRIVILEGES;