INSERT INTO ***(name) VALUES 'test'; CREATE USER 'test'@'localhost' IDENTIFIED BY '1111'; CREATE DATABASE 'test'; GRANT ALL PRIVILEGES ON 'test'.* TO 'test'@'localhost';
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''test'; CREATE USER 'test'@'localhost' IDENTIFIED BY '1111'; CREATE ' at line 1