Change upload size msql phpmyadmin

tomb

Verified User
Joined
May 12, 2010
Messages
6
Hello,

I have a new server and i'm new with this. I changed alread some things on php. But i want to change the upload size of a db in phpmyadmin. Its now 8 mb. But its so small. I need to upload at least 85mb.

How and where can i change this?

I use putty, but like i say at the begin. I'm still new in this. (I used directadmin before as normal user and not as admin user)

Thanks for the support !

Greet Tom
 
I changed that.

But i still see 8 mb. I need to restart my server to apply this settings ?
 
If you use mod_php, restart apache. Make sure, that you modified a proper php.ini.
cd to phpmyadmin directory and touch a simple file phpinfo.php and put in it the following lines:

Code:
<?php
phpinfo();
?>

Trigger the script from your browser and learn the full path to php.ini, which is used.
 
Thanks for your reply.

But i don't understand what you mean with mod_php.

I can tell you this:

I edited this file /usr/local/lib/php.ini

I changed there the upload stuff. But i will restart my server now (because i dont know how i only can restart apache on my server.)

I will also take a look at the location of the root.
 
Back
Top