Navicat Premium.app”已损坏,无法打开。 您应该将它移到废纸篓
- 移除这个应用的安全隔离属性,操作如下:1. 打开终端(Terminal),
- 输入以下命令后回车,如需要,请输入密码
```bash
xattr -r -d com.apple.quarantine
xattr -r -d com.apple.quarantine /Applications/Navicat\ Premium.app
- 允许任何来源的应用。在系统偏好设置里,打开“安全性和隐私”,将“允许从以下位置下载的应用程序”设置为“任何来源“
![image.png](https://cdn.nlark.com/yuque/0/2021/png/112859/1618931503839-be93192a-6ee1-4e31-b4e0-a55d676776bc.png#clientId=u517805a0-ba6e-4&from=paste&height=449&id=u05b50116&margin=%5Bobject%20Object%5D&name=image.png&originHeight=898&originWidth=870&originalType=binary&size=207508&status=done&style=none&taskId=ud8dcc057-729d-4730-aa42-08d768fedc8&width=435)
<a name="uIuAg"></a>
## mamp
mac mamp pro提示 <br />_Either you did not provide the necessary admin credentials or the MAMP PRO package could not be initialized correctly. You can either restart the application and try again or re-install the software._
- 升级 Mac系统会出现这个问题
- 不用直接,卸载了之前老的版本,导致本地数据库全没了
- 执行这个命令,注意一定要先启动mamp pro然后再执行这么个命令
- 从字面上理解应该是启动代理服务的,然后mamp pro启动的话需要依赖这个程序的运行
```bash
sudo launchctl load -w /Library/LaunchDaemons/de.appsolute.mampprohelper.plist