[mysqld]
bind-address
create user remote_user@'%' identified by 'password'; grant all privileges on *.* to 'remote_user'@'%' identified by 'password' with grant option; flush privileges;
沒有留言:
張貼留言