How to grant privileges to mysql database.
1) log as root.
2) database name = vas_caht
username = user
password = password
host = all host
mysql> grant all privileges on vas_chat.* to 'user'@'%' identified by 'password';
1) log as root.
2) database name = vas_caht
username = user
password = password
host = all host
mysql> grant all privileges on vas_chat.* to 'user'@'%' identified by 'password';
No comments:
Post a Comment