I upgraded from Yosemite to El Capitan. MySQL needs to be upgraded to at least 5.7.9. This version corrects previous issues with starting mysql on boot as Apple changed the launch process on OSX Yosemite onwards. At the time of this article the current version is 5.7.10, download it from http://dev.mysql.com/downloads/mysql/ and choose the DMG version. …
This is just going to be a super quick post. I’m running Mac OS X Yosemite and MySql 5.6.25. I was having problem with importing a SQL file in to it. I was running the following mysql -uroot mydatabasename < prod-database-backup.sql and it would get to the same point each time at 80k line and …