Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does ​ phpmyadmin solve the problem of uploading more than 2m?

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article will explain in detail how phpmyadmin solves the problem of uploading more than 2m. The editor thinks it is very practical, so I share it with you for reference. I hope you can get something after reading this article.

Phpmyadmin solves the problem of uploading more than 2m

In Linux systems:

The first is the 2m upload limit for sql files, which has been bothering me for many years.

See clearly, directly modify the php.ini can take effect, but the file needs to be changed correctly, is the php.ini in the apache directory, on the Linux is / etc/php5/apache2/php.ini

The first step is to find uplod_max_filesize in the PHP.ini configuration file and change the default 2m to the size of the file you want to import, such as 15m

The second step is to find post_max_size in the PHP.ini configuration file and change the default 8m to the size of the file you want to import, such as 15m

The third step is to find memory_limit in the PHP.ini configuration file, and change the default 128m to the size of the file you want to import. If it is already larger than the size of the imported file, do not change it.

Finished, you can import files greater than 2m

If it is a Mac system:

Sudo cp / etc/php.ini.default / etc/php.ini-copy a PHP configuration file to the etc directory

Then restart Apache

This is the end of sudo apachectl restart's article on "how to solve the problem of uploading more than 2m in phpmyadmin". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report