1. download MySQL and select the version to be downloaded. we recommend that you select the DMG installation package for ease of use. 2. unzip and install the mysql-5.6.12-osx10.7-x86_64.pkg in the DMG package, and then install MySQLStartupItem. pkg. # Note that MySQL MacOSXPKG is installed in usrlocalmysql-VERSION, and a symbolic connection is installed,
1. download MySQL and select the version to be downloaded. we recommend that you select the DMG installation package for ease of use. 2. unzip and install the mysql-5.6.12-osx10.7-x86_64.pkg in the DMG package, and then install MySQLStartupItem. pkg. # Note that MySQL Mac OS X PKG is installed in/usr/local/mysql-VERSION, and a symbolic connection is installed,
1. download MySQL and select the version to be downloaded. we recommend that you select the DMG installation package for ease of use.
2. unzip and install the mysql-5.6.12-osx10.7-x86_64.pkg in the DMG package, and then install MySQLStartupItem. pkg.
# Note that MySQL Mac OS X PKG is installed in/usr/local/mysql-VERSION, and a symbolic connection is installed./usr/local/mysql points to a new location. If the/usr/local/mysql directory exists, first change it to/usr/local/mysql. bak. After installation, the installer runs mysql_install_db to create an authorization table in the MySQL database.
The installation layout is similar to that of the tar binary distribution. all MySQL binary codes are in the/usr/local/mysql/bin directory. By default, the MySQL socket file is created as/tmp/mysql. sock. If you want to automatically start MySQL during system Startup, you also need to install MySQL Startup Item. In MySQL 5.1, it is part of the Mac OS X installation disk image and is an independent installation package. Double-click the MySQLStartupItem. icon and follow the instructions to install it.
The Startup Item of MySQL 5.1 is installed in/Library/StartupItems/MySQLCOM. When Startup Item is installed, add the variable MySQLCOM =-YES-to the system configuration file/etc/hostconfig -. If you want disable to automatically start MySQL, you only need to change this variable to MySQLCOM =-NO -. After installation, you can run the following command in the terminal window to start MySQL. You must have the administrator privilege to perform this task.
3. if you have installed Startup Item:
Shell> sudo/Library/StartupItems/MySQLCOM start
(Enter your password, if necessary)
(Press Control-D or enter "exit" to exit the shell)
If you do not use Startup Item, enter the following command sequence:
Shell> cd/usr/local/mysql
Shell> sudo./bin/mysqld_safe
(Enter your password, if necessary)
(Press Control-Z)
Shell> bg
(Press Control-D or enter "exit" to exit the shell)
4. run/usr/local/mysql/bin/mysql.
# Note if the error "Can't connect to local MySQL server through socket"/tmp/mysql. sock "(2) occurs:
Cd/usr/local/mysql/bin/mysql
Modify the my. cnf file in this folder to add socket =/tmp/mysql. sock