Re: [Qgis-user] A patient request for MySQL support on QGIS/Mac!

2016-08-04 Thread Richard Duivenvoorde
On 04-08-16 07:44, Michael Moore wrote: > Hello, > > I'm using the KyngChaos builds on OSX which doesn't have MySQL support. > > I found a thread [1] from July, 2015 where William said "I haven't > packaged a GDAL plugin for MySQL yet, it's on my list of things to do > but it's not very high

Re: [Qgis-user] A patient request for MySQL support on QGIS/Mac!

2016-08-03 Thread Matthias Kuhn
Hi Michael, You can try installing from homebrew. I think the following should get you what you want (it requires some terminal usage though): |/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install gdal-20 --with-mysql brew install