Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 681 Bytes

MySQL 8.0 GIS Demos

This repository contains various demos showing the MySQL 8.0 GIS support.

Warning

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.

Licensing

The code is under various licenses. See the README.md file in each directory for details.

Dependencies

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