摘要:
读取顺序为: /etc/my.cnf basedir/my.cnf datadir/my.cnf --defaults-extra-file #在读取全局配置文件之后,读取用户配置文件(~/.my.cnf)之前,读取extra指定的参数文件 ~/.my.cnf #家目录下面的隐藏文件,my.cnf前 阅读全文
摘要:
MySQL无法启动Couldn't find MySQL server (/usr/bin/mysqld_safe) 启动的时候,报上述错误,从这个报错来看,多半是因为读取到了另外的my.cnf导致的 那么,my.cnf放置在什么地方. 可以通过如下指令获取到: root@mysql:~# mysq 阅读全文
摘要:
1、给硬盘分区 fdisk /dev/sdaCommand (m for help): nCommand actione extendedp primary partition (1-4)输入:ePartition number (1-4): 1First cylinder (1-9729, def 阅读全文