window远程连接centos的mysql
2018-08-12 本文已影响16人
shenyoujian
首先在远程机centos上授权
grant select,update,insert,delete on *.* to 'ljs'@'%' identified by 'Csy123456';
之后
https://blog.csdn.net/huangshulang1234/article/details/51759214
首先在远程机centos上授权
grant select,update,insert,delete on *.* to 'ljs'@'%' identified by 'Csy123456';
之后
https://blog.csdn.net/huangshulang1234/article/details/51759214