
mysql
Cribug8080
这个作者很懒,什么都没留下…
展开
-
mysql.server start The server quit without updating PID file
$ mysql.server start Starting MySQL . ERROR! The server quit without updating PID file (/usr/local/var/mysql/fdipzonedeMacBook-Air.local.pid). 180718 18:50:00 InnoDB: If you tried to add new data ...转载 2018-07-18 19:02:11 · 363 阅读 · 0 评论 -
mysql8.0.13 使用笔记
sudo mysql -uroot -p show databases; create database firstDB; use firstDB; select database(); # 查看当前使用数据库 drop database firstDB; # 删除数据库 show tables;原创 2019-07-12 14:17:18 · 264 阅读 · 0 评论