I have downloaded and set up a My SQL database but I am unable to find anyway of accessing it via GML, GMSQL errors saying that it does not support the authentication method of the database (Which is passworded), So could someone please assist me in pointing me in the direction of a DLL that can connect to the most recent version of MySQL (5.1) or some other method that I could read and write to MySQL database
Unrelated: If you know how to write bytes to a buffer in C++ PLEASE PM me...
EDIT: Sorry about posting in the wrong forum, thank you ragarnak
SOLUTION
Johnjoe's solution of updating the libmysql.dll worked perfectly, I simply googled for a new version of the dll and the first link had a copy that connects to MySQL 5.1 so thank you very much.
