The MySQL 5.7.7 JSON lab release has been getting a lot of attention. At a recent conference, I was cornered by a developer who wanted to jump in with both feet by running this release on his laptop on the flight home. However the developer was not sure how to begin.
1. Down load the MySQL JSON release from http://labs.mysql.com/. You will get the choice of a Linux binary or source code. Please grab the binary if you are using Linux and un-gzip/tar the download.
2. Shut down the current running version of MySQL. I was lucky in this case that the developer was using a recent copy of Ubuntu.
3. Change directory to the ~/Downloads/mysql-5.7.7-labs-json-linux-el6-x86_64 directory.
4. sudo ./bin/mysqld_safe –user=mysql&
5. ./bin/mysql -u root -p, then provde the …
[Read more]