No worries, connect to mysql using mysql driver and returned an error on require: %1 not a win32 application.
Defined an ODBC 32 bits datasource, then changed driver in LUA code to luasql.odbc and voila, works just fine.
So the problem is that the libmysql.dll is 64 bits versus 32 bits. So will go ODBC instead.
Thanks!