Control Web Panel

WebPanel => MySQL => Topic started by: duongca on February 27, 2015, 02:58:00 AM

Title: How do i upgrade phpmyadmin import file size
Post by: duongca on February 27, 2015, 02:58:00 AM
Hi,

How do i upgrade phpmyadmin import file size? I have increased the setting in php.ini phpmyadmin but still not ok

Please help me!
Title: Re: How do i upgrade phpmyadmin import file size
Post by: erm3nda on February 27, 2015, 06:38:31 AM
Wich setting did you increased?
Title: Re: How do i upgrade phpmyadmin import file size
Post by: duongca on February 27, 2015, 05:01:06 PM
I created a new one user and access cwp panel under the user to change the php setting
Title: Re: How do i upgrade phpmyadmin import file size
Post by: erm3nda on March 01, 2015, 02:08:27 AM
You may be able to set those values from the cwp admin panel.
Use PHP.ini configuration under main menu.

A more easy configuration of those two commands can be done using menu PHP Settings -> Simple editor.
_________________________________________

You didn't answer me.

Which setting did you change? You say:
Quote
import file size
which is not a value name of the php.ini values.

You should open the current php.ini and set 2 values, not just one.
post_max_size=100M
upload_max_size=100M

On wich file did you make the changes?
Mine is at /usr/local/php/php.ini  path.