Issue
When upgrading Dev Desktop on macOS Catalina, an issue can arise where MySQL port is not starting, even if the user has admin access to the host machine.
Resolution
To fix this issue a developer will need to modify the Mysql `my.cnf` file:
- In a text editor open the my.cnf file found under /Applications/DevDesktop/mysql/my.cnf
- Search for the section labeled `[mysqld]`
- Add the `tmpdir="/private/tmp"` below `[mysqld]` and save.
- Restart Dev Desktop to use the new settings.