Mysql 查询数据库 mysql> show databases; +——————–+ |
Database
| +——————–+ | information_schema | |
mysql
| | performance_schema | +——————–+ 3 rows in set (0.
问题出现:
每周一需要备份一次数据库,即从服务器MySQL导出sql文件,再导入到我机器上虚拟机的MySQL里。但是今天早上连不上,我进入控制台用#service
mysqld start强行启动,报Another MySQL daemon already running with the
same unix socket错。