Create a superuser for MySQL 5

Create a superuser for MySQL 5

GRANT ALL PRIVILEGES ON *.* TO 'monty'@'localhost' IDENTIFIED BY 'some_pass' WITH GRANT OPTION;

The monty account is superuser account with full privileges to do anything, but restricted to access from "localhost".

0 Comments, 0 trackbacks (Trackback URL)

0 responses to Create a superuser for MySQL 5

Leave a Comment
  1. (required)
  2. Ignore this field:
  3. Don't put anything in this field:
    Don't put anything here:
  4. Leave this empty:
    (required)
  5. Your email is not publically displayed.