/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost'