美文网首页
mysql环境搭建

mysql环境搭建

作者: hello12qwerz | 来源:发表于2020-04-25 00:41 被阅读0次

【1】下载mysql
【2】编辑.bash_profile
vim ~/.bash_profile
添加内容:

        export PATH=$PATH:/usr/local/mysql/bin
        export PATH=$PATH:/usr/local/mysql/support-files

然后 :

source ~/.bash_profile
sudo mysql.server status

出现问题:

        ERROR! MySQL is running but PID file could not be found  

TODO

相关文章

网友评论

      本文标题:mysql环境搭建

      本文链接:https://www.haomeiwen.com/subject/dqicwhtx.html