Go to the Docker Hub to get the MySQL docker image. The important thing is you have to decide what version of MySQL you are going to run. Run the following command to pull the MySQL image from the ...
I had no problem connecting to MySQL from within this node app when on Windows. I am now on Ubuntu 20.04.2, using Node 14.15.1 and MySQL version 8.0.27-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu)).
paul@paul-desktop:~$ sudo mysql -h192.168.1.201 -ugranary_sensors -ppassword --port=3306 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB ...