Strange characters on MySQL Point column
I have a POINT column to store coordinates, and here is my insert query: INSERT INTO _coordinates_test (coordinates) VALUES(POINT(59.356125477261266, -2.8759361517393898)) But here is what i get on the column (coordinates): …•M@“Ö(ÐêÀ I also tried reading coordinates like this: SELECT POINT(59.356125477261266,…