phpMyAdmin

How to Backup Database

Backing up your database is essential for safeguarding your data. There are three (3) primary methods to accomplish this task. The first involves using MySQL commands, where you log into your server and execute specific commands. The second method is through a graphical interface like phpMyAdmin, providing an intuitive way to export your database. Lastly, […]

How to Backup Database Read More »

Resetting forgotten phpmyadmin password in Ubuntu

phpMyAdmin is a popular web-based application used to manage MySQL databases. However, forgetting the password for your phpMyAdmin account can be a frustrating experience. This blog post will provide a step-by-step guide on resetting your forgotten phpMyAdmin password in Ubuntu. By following these instructions, you can regain access to your MySQL databases. Step 1: Access

Resetting forgotten phpmyadmin password in Ubuntu Read More »

How to export database from phpMyAdmin XAMPP

Log into phpMyAdmin. On the left-hand side of the phpMyAdmin dashboard, it shows the list of all databases available then click on the database you want to export. 3. Click the Export tab on the top menu bar. 4. phpMyAdmin has two export options: Quick and Custom. If you’re not familiar with SQL tables or want the simplest way, select Quick.

How to export database from phpMyAdmin XAMPP Read More »