Jump to content

Does any MySQL related UDF support the MySQL 8.0+


jimmy123j
 Share

Recommended Posts

Hi there, I used MySQL UDF for MySQL connection and work normally on MySQL 5.x series

but MySQL server update to 8.0.36 recently and UDF I used seems not support, even I replaced the libmysql.dll which copied from MySQL installation folder

and I tried to use the MySQL related UDF from Wiki Collection (  EzMySql, MySQL (without ODBC) ... etc. ) still not supported 8.0+ either

does any MySQL related UDF support MySQL 8.0+ without ODBC driver ? ( work station without ODBC driver )

thanks

Edited by jimmy123j
Link to comment
Share on other sites

Hi Jimmi123j, 

we recently switched to MySQL 8.0.34. (from 5.5.15 🙄)

We use the UDF from ProgAndy (https://www.autoitscript.com/forum/index.php?showtopic=85617)

To make it work you have to
 

  • use libmysql.dll  from MySQL 5.7 (last 32bit Version of libmysql.dll)
  • build your script as 32bit (not 64bit!)
     

A-Jay

Edited by ajag

Rule #1: Always do a backup         Rule #2: Always do a backup (backup of rule #1)

Link to comment
Share on other sites

Hi ajag, thanks for reply and share, I'll try it

could you mind to share the MySQL UDF bundle you used, 'cause links from ProgAndy topic not work anymore or garbled characters

I'll be grateful

btw, does workable condition you shared work on SciTE.exe script run ? 

  • use libmysql.dll  from MySQL 5.7 (last 32bit Version of libmysql.dll)
  • build your script as 32bit (not 64bit!)

thanks again

Edited by jimmy123j
Link to comment
Share on other sites

  • jimmy123j changed the title to Does any MySQL related UDF support the MySQL 8.0+

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...