Skip to content

Instantly share code, notes, and snippets.

View mysqlmentor's full-sized avatar
🏠
Working from home

Dave Stokes mysqlmentor

🏠
Working from home
View GitHub Profile
@mysqlmentor
mysqlmentor / gist:70304e9773577515c3c6106fc6550382
Created January 18, 2019 20:39
MySQL Document Store with PHP Tutorial for Sunshine PHP 2019
Welcome! This is not a hands on tutorial as it usually takes an hour to get MySQL installed on all the flvaors and variations of
laptop operating systems, a modern version of PHP, getting all on a recent version of MySQL, and what ever esle is needed. Even trying to
cram all that is needed in a VirtualBox or similar environment takes ages and we only have three hours.
If you want to follow along on your laptop, before the tutorial install
1) MySQL 8.0.13 or later (https://dev.mysql.com/downloads/mysql/)
2) PHP 7.2 or later
3) The new MySQL Shell (https://dev.mysql.com/downloads/shell/)
4) The PECL Extension for MySQL X DevAPI (https://pecl.php.net/package/mysql_xdevapi)
--> You do not have to do the above for the tutorial but if you feel ADVENTUREOUS please proceed