Create a MySQL Database table
9th Feb 2022 by Aneesh Mistry

Create a MySQL Database Connection and table

Learn how you can download MySQL and the MySQL Workbench to begin storing data with a database. We will walk through where you can find the downloads, and how you can create a connection, schema and table with the MySQL Workbench. We will also explore the various characteristics a field can have within a table, and what they mean. To conclude, we will create the table and populate it with some data.

Link to source code: https://github.com/4neesh/YouTube-Channel/tree/main/Store

YouTube video link


Share this post