php/mysql: chapter28: Using phpmyadmin to create and manage databases and tables in MySQL database.

Опубликовано: 06 Октябрь 2024
на канале: Armaghan Saqib
28
5

phpmyadmin is a browser based tool to manage mysql databases. phpmyadmin also gets installed along with mysql when you install xampp. In this chapter I explain:
1. How to create databases and tables in mysql using phpmyadmin.
2. How to insert, update and remove data using phpmyadmin.
3. How to export database into SQL file so that you can move them to other PC.
4. How to import database from SQL file.