This tag is for questions related to the MySQL database, version 5.7.
I am trying to change a MySQL column from varchar(9000) NULL to the new JSON data type in MySQL 5.7. The …
mysql json mysql-5.7How to write a basic MySQL query that has a WHERE on a property within a JSON data-type field? I …
mysql json mysql-5.7I have a MySQL 5.7 instance running without problems on Ubuntu 16, but when i try to install any other package or …
mysql ubuntu-16.04 apt-get mysql-5.7I have a database with one column that is JSON of strings (ex. ["ART","LIT"], etc.). I want to search …
mysql json mysql-5.7Anyone have the inside scoop on when Homebrew will be updated to support MySQL 8's first general release (8.0.11)? I can't …
mysql version-control homebrew mysql-5.7 mysql-8.0Recently, I decided to get a VPS server and host my own forums as we grew too big for your …
phpmyadmin ubuntu-16.04 mysql-5.7Here's my code: SET @poly = 'Polygon((-98.07697478272888 30.123832577126326, -98.07697478272888 30.535734310413392, -97.48302581787107 30.535734310413392, -97.48302581787107 30.123832577126326))'; SELECT name FROM county_shapes WHERE MBRContains(ST_GeomFromText(@…
mysql gis spatial-index mysql-5.7I've recently upgraded my vagrant from ubuntu/trusty-64 to bento/ubuntu-16.04. With that MySQL was updated to 5.7. I've made several …
mysql ansible ubuntu-16.04 mysql-5.7