如何在mac os x下启动mysql
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在mac os x下启动mysql相关的知识,希望对你有一定的参考价值。
If mysql Startup Item is installed : shell> sudo /Library/StartupItems/MySQL/MySQL start (Enter your password, if necessary) (Press Control-D or enter "exit" to exit the shell) If MySQL Startup Item is NOT installed : shell> cd /usr/local/mysql shell> sudo ./bin/mysqld_safe (Enter your password) (Press CTRL+Z) shell> bg (Press CTRL+D to exit the shell)
以上是关于如何在mac os x下启动mysql的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Mac OS Lion 上从命令行启动 MySQL 服务器?
如何使用 WTK 3.0 在 Mac OS X 上启动两个 J2ME Midlet。