Create new mysql user
CREATE USER 'sunny'@'localhost' IDENTIFIED BY 'sunny';
GRANT ALL PRIVILEGES ON *.* TO 'sunny'@'localhost' WITH GRANT OPTION;
This user has all privileges
username : sunny
password: sunny
Post a Comment
No comments:
Post a Comment