Question: Create a MySQL database by the name myDB and create a database user by the name myDBuser with a permissions to connect with the myDB
Create a MySQL database by the name "myDB" and create a database user by the name "myDBuser" with a permissions to connect with the "myDB" database. Use the "mysql" module to create a connection with the newly created database. Display console message if the connection is successful or if it has an error. Please find further instructions under the “Instructions for question 1” below. in javascript
Step by Step Solution
There are 3 Steps involved in it
To create a MySQL database named myDB and a user named myDBuser with permissions to connect to the m... View full answer
Get step-by-step solutions from verified subject matter experts
