Create "Admin-User" on MySQL with all Privileges

CREATE USER 'superadmin'@'localhost' IDENTIFIED BY '123';

GRANT ALL PRIVILEGES ON * . * TO 'superadmin'@'localhost';

FLUSH PRIVILEGES;

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare