Question: using MySQL workbench, how do I create a connection to a server? using the following information: I have been having trouble doing the connection so
using MySQL workbench, how do I create a connection to a server? using the following information:
I have been having trouble doing the connection so if anybody can help, that would be great.
I. Create Database tables
Create needed dbase tables (3)
*Creating your table(s) nameusing your first initial_ first four letters of your last name followed by whatever. Use the following credentials for connectivity
url = "jdbc:mysql://www.papademas.net:3306/tickets?autoReconnect=true&useSSL=false";
username = "fp411";
password = "411";
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
