如何在mac os x下启动mysql

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在mac os x下启动mysql相关的知识,希望对你有一定的参考价值。

  1. If mysql Startup Item is installed :
  2.  
  3. shell> sudo /Library/StartupItems/MySQL/MySQL start
  4. (Enter your password, if necessary)
  5. (Press Control-D or enter "exit" to exit the shell)
  6.  
  7. If MySQL Startup Item is NOT installed :
  8.  
  9. shell> cd /usr/local/mysql
  10. shell> sudo ./bin/mysqld_safe
  11. (Enter your password)
  12. (Press CTRL+Z)
  13. shell> bg
  14. (Press CTRL+D to exit the shell)

以上是关于如何在mac os x下启动mysql的主要内容,如果未能解决你的问题,请参考以下文章

如何在mac OS X下安装Mongodb

如何在 Mac OS Lion 上从命令行启动 MySQL 服务器?

如何使用 WTK 3.0 在 Mac OS X 上启动两个 J2ME Midlet。

Mac OS X 10.14.3下如何给Python2.7.10安装MySQL-Python

在 Mac OS X 上启动 MySQL 的问题

如何在 Mac OS X 上安装 MySQL gem