Home > Backend Development > PHP Tutorial > xuepingguiyuwangbaochuan Modify phpini to achieve the maximum limit of Mysql imported database files

xuepingguiyuwangbaochuan Modify phpini to achieve the maximum limit of Mysql imported database files

PHP中文网
Release: 2016-07-29 08:37:16
Original
1269 people have browsed it

G xuepingGuiyuwangbaochuan Modify PHPINI to implement Mysql to import the maximum restriction method of database file.

Find the solution: There are three places in the php.ini configuration file that need to be changed:

upload_max_filesize 
memory_limit 
post_max_size
Copy after login

These three values ​​​​are changed according to the actual situation. After restarting the server, although it still shows Maximum limit: 2,048 KB) when importing;
But it is actually possible to import large databases. . .

The above is the content of xuepingguiyuwangbaochuan's method of modifying phpini to achieve the maximum limit of Mysql imported database files. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!



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
Latest Articles by Author
Latest Issues
How to install php-beast-master?
From 1970-01-01 08:00:00
0
0
0
How to enable pdo driver in php7.3.4
From 1970-01-01 08:00:00
0
0
0
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template