MySQL New Admin User

Post Reply
admin
Site Admin
Posts: 39
Joined: Mon Sep 16, 2024 5:00 pm
Contact:

MySQL New Admin User

Post: # 296Post admin »

Code: Select all

CREATE USER 'USERNAME'@'%' IDENTIFIED BY 'PASSWORD';

GRANT ALL PRIVILEGES ON *.* TO 'USERNAME'@'%' WITH GRANT OPTION;
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest