Home > Database > phpMyAdmin > body text

What should I do if the database is too large to be imported into phpmyadmin?

Release: 2019-12-13 16:27:31
Original
2974 people have browsed it

What should I do if the database is too large to be imported into phpmyadmin?

The database is too large to be imported into phpmyadmin Solution:

Step one: Modify the configuration file

We enter the phpMyAdmin directory of the server, in this directory There is a config.sample.inc.php file below. We download it locally, rename it config.inc.php, and open it for editing with our own development tools.

Find

What should I do if the database is too large to be imported into phpmyadmin?

Change to

What should I do if the database is too large to be imported into phpmyadmin?

##Step 2: Create Directory and Upload Database File

Next we create two empty directories, upload and save, in the phpMyAdmin directory, and transfer the database files to be imported to the upload directory.

What should I do if the database is too large to be imported into phpmyadmin?

Step 3: Go back to the phpMyAdmin page and refresh!

What should I do if the database is too large to be imported into phpmyadmin?

Then you can import a database with a size within 100M.

Recommended learning:

phpmyadmin tutorial

The above is the detailed content of What should I do if the database is too large to be imported into phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!