text MAMP安装/测试/启动/停止MySQL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text MAMP安装/测试/启动/停止MySQL相关的知识,希望对你有一定的参考价值。

Run from command line:
 
$ /Applications/MAMP/Library/bin/mysql -u root -p
 
 
Is mySQL running?
 
$ ps -e | grep mysql
 
 
Does socket file exist?
 
$ ls -la /Applications/MAMP/tmp/mysql/mysql.sock 
 
 
You can check if mysql is running with the following command:
 
mysqladmin -u root -p status
 
 
 
On OS X to start/stop/restart MySQL from the command line:
 
 
 
$ sudo /usr/local/mysql/support-files/mysql.server start
 
 
$ sudo /usr/local/mysql/support-files/mysql.server stop
 
 
$ sudo /usr/local/mysql/support-files/mysql.server restart

以上是关于text MAMP安装/测试/启动/停止MySQL的主要内容,如果未能解决你的问题,请参考以下文章

无法在 MAMP 3.5.2 上启动 mySql

MAMP Pro MySQL 无法启动

在 Mac 上为 MAMP 安装新的 PHP 版本 [关闭]

text MAMP:mySQL服务器gestopt

text Mysql大数据库导入mamp mac

MySQL 服务器不以 MAMP 启动