Author Topic: How do i upgrade phpmyadmin import file size  (Read 9056 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How do i upgrade phpmyadmin import file size
« 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!

Offline
***
Re: How do i upgrade phpmyadmin import file size
« Reply #1 on: February 27, 2015, 06:38:31 AM »
Wich setting did you increased?
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.

Offline
*
Re: How do i upgrade phpmyadmin import file size
« Reply #2 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

Offline
***
Re: How do i upgrade phpmyadmin import file size
« Reply #3 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.
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.