mysql_change_host
Changing the host of a mysql user:
UPDATE mysql.user SET host = 'new ip/localhost' WHERE user = 'luke'
mysql_change_host.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1
Changing the host of a mysql user:
UPDATE mysql.user SET host = 'new ip/localhost' WHERE user = 'luke'