News

I’ll use MySQL Working 6.3, which has drastically evolved from older versions of the tool. My instance of MySQL Workbench will connect to a MySQL database, housed on Ubuntu Server 18.04.
1. install mysql 2. you can also download mysql GUI `mysql workbench`. 3. paste host, user, password, database to `database/mysqlDB.js` 4. CREATE DATABASE crud; 5. CREATE TABLE users( _id INT NOT NULL ...