upload_max_filesize
in php.ini
but it didn't make any difference.Step 2: Downloading And Installing PHPMyAdminOnce the file has been downloaded, run the following command to unzip it. Wait for the command to finish its process. Once done, run the following command to delete the zip. Let's rename the folder so that we can access it easily by running the following command.
phpMyAdmin settings are stored in a MySQL database to retain them between browser sessions. Setting up the storage requires minor updates to a MySQL database and the phpMyAdmin confic. inc. php file. MySQL CREATE TABLE.
How do you find IP address in phpMyAdmin? The SQL query SHOW VARIABLES WHERE Variable_name = 'hostname' will show you the hostname of the MySQL server which you can easily resolve to its IP address. SHOW VARIABLES WHERE Variable_name = 'port' Will give you the port number. Show activity on this post.
config.inc.php > $cfg['LoginCookieValidity'] = 3600 * 9; // 9 hours
edit from the link posted by ajreal: LoginCookieValidity
for the second question , after changing upload_max_filesize in php.ini did you restart apache ( or whatever webserver you use ) ?
How to set phpMyAdmin default 1440 second timeout higher:
locate php.ini
el@apollo:/var/lib/phpmyadmin$ locate php.ini /etc/php5/apache2/php.ini
open the file as root to edit, find this line:
session.gc_maxlifetime = 1440
Change it to this (500000 seconds is 5.7 days)
session.gc_maxlifetime = 500000
Restart apache.
Doing this decreases security because then it increases opportunity for cross site scripting and man in the middle attacks. It's all fun and games until you find your server is part of a botnet farming for credit cards.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With