Problem detected!
Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
MySQL WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking
环境
OS X El Capitan 10.11,Mysql 5.6.26
我做了什么
我安装mysql时,它的端口是3307。(我不是使用brew安装的。)
我把3306端口改成了3306端口,在用了6个月3307端口的mysql后,通过编辑/Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist修改了3306端口。我将<string>--port=3307</string>修改为3306。
我试着停下来,但没有起作用。所以我使用了下面的代码:sudo kill -9 [PID]
它被杀死了,也没有启动。因此,我
我使用的是MariaDB和MyRocks引擎。过了很短的时间,我尝试将大量数据插入到一些表中(表可以是InnoDB和MyRocks引擎),我的磁盘增长非常快。我检查了MariaDB数据目录,我看到了以下内容:
drwxr-x--x 2 mysql mysql 12K Jun 26 12:07 #rocksdb
drwxr-xr-x 7 mysql mysql 4.0K Jun 26 12:07 .
drwxr-xr-x 6 root root 4.0K Jun 21 10:22 ..
-rw-rw---- 1 mysql mysql 1.1G Jun 25 21:39 1.000001
我们收到以下错误。
2016-03-08 15:32:09 1184 [ERROR] MYSQL_BIN_LOG::move_crash_safe_index_file_to_index_file failed to move crash_safe_index_file to index file.
2016-03-08 15:32:09 1184 [ERROR] MYSQL_BIN_LOG::add_log_to_index failed to move crash safe index file to index file.
2016-03-08 15:32:09 1184 [ERRO