Quantcast
Channel: Monir's Blog
Viewing all articles
Browse latest Browse all 54

mySQL give permission to a computer IP address

$
0
0

GRANT ALL PRIVILEGES ON *.* TO root@192.168.1.131 IDENTIFIED BY “*************”;

 

 

To get a list of MySQL users:

mysql> select user,host from mysql.user;


Viewing all articles
Browse latest Browse all 54

Trending Articles