DALLASCAO.COM

Site of Cao Shouguang, English to Chinese translator

Solving the “mysql: unknown variable ‘bind-address=0.0.0.0′” error

Add “–no-defaults”

 mysql --no-defaults -u[username] -p[password] [database]

The mysql client and server both read my.cnf 🙁 mysql server is OK with bind-address, but the client doesn’t recognize it.

Leave a Comment