This repository contains various demos showing the MySQL 8.0 GIS support.
This is demo code. It takes shortcuts and is not necessarily safe for production use. Use with caution, and do not expose the server to a public network.
The code is under various licenses. See the README.md file in each directory for details.
These demos assume MySQL Server 8.0. If you don't already have it, you can download it from https://dev.mysql.com/downloads/mysql/.
The server side of these demos depend on a web server and PHP with mysqli and curl.
On Ubuntu 17.10: sudo aptitude install apache2 php php-mysql php-curl