The install instructions are all there but a bit detailed.
These are just shortcuts:
These are just shortcuts:
- Install from the DMG
- Set alias for the commands:
alias mysql=/usr/local/mysql/bin/mysql
alias mysqladmin=/usr/local/mysql/bin/mysqladmin
or add to your PATH - Set the root password:
mysql -u root -h 127.0.0.1 -p
Enter password: (enter the random password here) - Use the Visual Studio Code MySQL Extension to connect to 127.0.0.1 and run queries
No comments:
Post a Comment