Ubuntu 12.04下源代码安装MySQL5.6以及Python-MySQLdb(二)

2014-11-24 17:47:07 · 作者: · 浏览: 4
= 16M


#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/


至于如何修改以上文件从而让mysql正常启动?接下来从我安装mysql和python-MySQLdb的过程说起。当然如果你选择了使用apt-get install python-mysqldb mysql-server是不会出现上述错误的。