MAMP stuff
Access mysql from command line
You can find your mysql pass on the MAMP 'start page'
Check the logs
/Applications/MAMP/logs
Command to copy db from server to local
/Applications/MAMP/Library/bin/mysql -uroot -p
You can find your mysql pass on the MAMP 'start page'
Check the logs
/Applications/MAMP/logs
Command to copy db from server to local
Comments
Post a Comment