in Projects, Programming, Technology

How to Start MySQL on Mac OS X

If you don't use the 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)

 mysql statup command, how to start mysql, run mysql process

Write a Comment

Comment