How to remove installation of MySQL on Mac OS X

前端 未结 6 1100
一个人的身影
一个人的身影 2021-02-04 01:08

I need to install older version of mysql server on mac os, but I have a newer version.

I tried to remove this newer installation (5.1), but when start old version instal

6条回答
  •  醉梦人生
    2021-02-04 01:31

    I believe you can essentially just delete the /usr/local/mysql-Version/ and unlink the /usr/local/mysql directory. Getting rid of the system pref and the start up item might be harder, but I didn't install those so I can't help there.

提交回复
热议问题