ubuntu 16 mysql安装包安装

开启守护进程(我不知道什么鬼)

/usr/local/mysql/bin/mysqld_safe &

测试守护进程

You can test the MySQL daemon with mysql-test-run


然后你就可以登录了,在basedir下输入

bin/mysql --user=root -p

相关文章

文章浏览阅读2.3k次,点赞4次,收藏22次。最近安装了CARLA预...
文章浏览阅读6.3k次,点赞5次,收藏15次。在清华镜像中下载U...
文章浏览阅读5k次。linux环境, python3.7.问题描述: 安装...
文章浏览阅读4.2k次,点赞4次,收藏17次。要安装这个 standa...
文章浏览阅读894次,点赞51次,收藏31次。在安卓使用vscode主...