brew update //更新brew mysql版本brew info mysql //查看mysql详细信息brew install mysql //安装mysql 看到提示You can try again using:brew link mysql==> /usr/local/Cellar/mysql/5……继续阅读 » qushang 3年前 (2017-10-29) 1857浏览 0个赞
解决办法如下 ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO) denied for user ‘root’@’localhost’ ……继续阅读 » qushang 4年前 (2017-04-10) 1711浏览 0个赞
Exit Codes and StatusesMongoDB will return one of the following codes and statuses when exiting. Use this guide to interpret logs and when troubleshooting issues with mongod and m……继续阅读 » qushang 4年前 (2017-03-14) 1498浏览 0个赞
ps aux | grep mongod查看被占用的端口mongod –port 27018ps wuax | grep mongo lsof -i :27017查看pid,然后执行kill,杀死进程kill -9 <PID>.……继续阅读 » qushang 4年前 (2017-03-14) 1963浏览 0个赞
✘ ~ brew install mongodbUpdating Homebrew…==> Auto-updated Homebrew!Updated 1 tap (homebrew/core).==> Updated Formulaecertigo==> Downloading https://homebr……继续阅读 » qushang 4年前 (2017-03-14) 1526浏览 0个赞