How to remove installation of MySQL on Mac OS X

前端 未结 6 1129
一个人的身影
一个人的身影 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:50

    You can use the built-in utility pkgutil to remove the package receipt:

    sudo pkgutil --forget com.mysql.mysql
    

提交回复
热议问题