Base de connaissances

How to Import a Database via phpMyAdmin in CWPanel Print

  • 0

How to Import a Database via phpMyAdmin in CWPanel

Importing databases via phpMyAdmin in Control Web Panel (CWP) is important because it provides a simple, user-friendly way to restore or migrate MySQL databases without needing command-line access. This is especially useful for users who are not familiar with terminal commands. It ensures accurate data transfer for websites and applications, helping maintain functionality and minimize downtime during site migrations or backups.

  1. In the dashboard section, Click on Databases.
  2.  Then click on phpMyAdmin to open a new window for it.
  3.  From the navigation tree in the left sidebar,select an appropriate database in which you want to import data using the SQL file
  4.  Click on import
  5.  Under file to import, Click on browse to select a SQL file from your computer.
  6.  Click on Go on the  bottom right.
  7.  The database will be successfully imported.

Cette réponse était-elle pertinente?
Back