且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

拒绝访问mysql

更新时间:2023-12-01 22:19:10

它不是特别安全,但是如果您将帐户名和密码添加到my.ini文件中,它将为您工作

Its not particularly secure but if you add the account name to the my.ini file as well as the password it will work for you

# The following options will be passed to all MySQL clients
[client]
user        = "Fred"
password    = "Bloggs"
port        = 3306
socket      = /tmp/mysql.sock
...