简体   繁体   中英

Trouble installing MySQL in Snow Leopard

I am having some problem installing MySQL in snow leopard.

I also have these tutorials but I don't know which one is easier and fast to install.

Also, if I'm going to download the MySQL installer itself, what do I need to download from here? http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg

一旦安装了MySQL,除非已修复此问题,否则您将需要在'/ usr / local'中创建一个指向目录'mysql-5.0.83-osx10.5-x86'的'mysql'符号链接。 MySQL启动前的“ / local / usr”。

I've had great success with MacPorts , if you don't mind waiting a few minutes for it to compile.

Once you install MacPorts, run the following to install MySQL 5.1:

sudo port install mysql5-devel mysql5-server-devel

Or, for 5.0:

sudo port install mysql5 mysql5-server

此循序渐进的步骤将为您提供良好的安装,并将MySQL集成到已发布的产品中: hivelogic.com上的Snow Leopard上的mysql

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM