Tutorials |
Creating a MySQL table to receive the MyConnection Server parameters |
|
Step 1: Once you have logged in to your MySQL from the command prompt you need to create a database, if you have not already done so. To do this type create database "databasename"; The quotes are for your understanding only, replace databasename with your own database name, in the example below the database name is mcstest.
|

Introduction



