摘要: # Disallow anonymous connections. Only allow authenticated users.NoAnonymous yes# If you want simple Unix (/etc/passwd) authentication, uncomment thisUnixAuthentication yes 阅读全文
posted @ 2013-08-06 21:45 Monn 阅读(179) 评论(0) 推荐(0)
摘要: sudo apt-get install mysql-server mysql-client指定mysql-lib位置:./configure --with-mysql-lib=/usr/lib/i386-linux-gnu/makesudo make install 阅读全文
posted @ 2013-08-06 14:03 Monn 阅读(218) 评论(0) 推荐(0)