How to connect to a MySQL 5.0.24?
I was trying to use mysql@v2.12.1 to connect to a MySQL 5.0.24 Server but it is not compatible, is there any package compatible with Deno I can use to connect to a MySQL server with mentioned version?
I've tried to use npm:mysqld@2.10.2 like
But I get some errors like:
I've tried to use npm:mysqld@2.10.2 like
import mysql from "npm:mysql@2.10.2";But I get some errors like:
Uncaught TypeError: Timers.unenroll is not a function