Skip to content

Integrate with MySQL SQL Parser

Yi Wang edited this page Apr 25, 2019 · 2 revisions

Our Dockerfile.dev is derived from ubuntu:16.04

https://github.com/sql-machine-learning/sqlflow/blob/af22b33db9369935632dc427d8a9dd48655ea3e7/Dockerfile.dev#L1

When we install MySQL server

https://github.com/sql-machine-learning/sqlflow/blob/af22b33db9369935632dc427d8a9dd48655ea3e7/Dockerfile.dev#L33

we got version 5.7.25.

root@27a57191774a:/tmp# mysql --version
mysql  Ver 14.14 Distrib 5.7.25, for Linux (x86_64) using  EditLine wrapper
Clone this wiki locally