OGR connection for LINUX

Tyler Mitchell tylermitchell at SHAW.CA
Mon May 23 09:57:14 EDT 2005


'MYSQL:database=abruzzo,tablename=zzz,user=arit,password=arit,host=localhost,port:3306'
>
> I get this message:
>
> Warning 1: 'tablename=zzz' in MYSQL datasource
> definition not recognised and ignored.
> Warning 1: 'port:3306' in MYSQL datasource definition
> not recognised and ignored.
> ERROR 1: MySQL connect failed for:

Your port setting looks wrong.  You have:
port:3306
it should be:
port=3306

The warning above tells you this is part of the problem.   Hope that helps.

Tyler



More information about the mapserver-users mailing list