
mysql
lianghyan
喜欢旅游,不喜欢固定一层不变的生活
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker中启动mysql出错
Docker 中启动mysql,得到如下错误信息。 Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! 网上搜索到链接中的文章。Fatal error: Please read “Security“ section of the manual to find out how to run mysqld as root!_huo_wa的博客-优快云博客 .原创 2022-01-07 16:14:01 · 2855 阅读 · 0 评论 -
Mac OS install mysql
1. download mysql-8.0.18-macos10.14-x86_64.tar.gz 2. tar -zxvf mysql-8.0.18-macos10.14-x86_64.tar.gz 3. export PATH=/lysoft/mysql8018/bin:$PATH 3. mysqld --initialize-insecure --user=root [Warning...原创 2019-12-12 10:13:19 · 118 阅读 · 0 评论