Create a MySQL DB and import tables from a SQL file

Опубликовано: 14 Октябрь 2024
на канале: Blaine Robertson
2,170
6

A short video showing the use the PHPMyAdmin tool in XAMPP to create a database and importing a SQL file to create two tables within the database. The development environment is XAMPP actually using a MariaDB, which is MySQL compatible.
This is video one of three videos:
1- This video: Creating a DB and importing a SQL file to create tables and data
2- Creating a Table from Scratch (   • PHPMyAdmin  - Creating a Table from S...  )
3 - Building a proxy client to interact with with the server (   • Create a Proxy Database User  )