Phpmyadmin
How To Install PhpMyadmin From Source
In this Tutorial I will describe how to install phpmyadmin from source
First before we install phpmyadmin, we need to install few requirment before install phpmyadmin.
Requirment to install PHPmyadmin :
- libmcrypt
- php mcrypt extension
- php mbstring extension
Cpanel phpMyadmin export and import error
Yesterday, i have a problem with my phpMyAdmin in my cpanel.
I can't export and import my DB through Cpanel phpMyAdmin.
It always shows like below :
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
So after searching a lot in google, my friend found that the issue is not in the phpMyAdmin but in the cpanel php.ini
So how to fixed that ?
please kindly to take a look how to solved this issue below :
Fatal error Maximum execution time
Fatal error Maximum execution time of 300 seconds exceeded in phpmyadmin
There are 2 options available to fixed this issue.
1. edit php.ini and raise max_execution_time limit to higher. don't forget to restart your webserver
2. from your error messages it seems phpmyadmin is not configure properly
edit your config.inc.php under phpmyadmin directory like below
// Add this line below into your config.inc.php
$cfg[’ExecTimeLimit’] = 3600;
Change 3600 to suit your need.
Hope this can help
Install Apache2, PHP5, MySQL5 and Phpmyadmin Ubuntu/Debian
Apache, PHP, Mysql is a software to running a dynamic website and as a webserver.
Those software is an opensource package, Apache is webserver, Mysql is database server and php is a programming language.
In this tutorial i will install Apache2, PHP5, MySQL5 and Phpmyadmin into a freshly build ubuntu servers.
So first thing that we need to prepare is:
1. A server with ubuntu installed on it.
2. Install an Apache2 webserver
Login into ubuntu server via ssh
[code]sentono@athena:~$sudo apt-get install apache2[/code]
3. Install a PHP packages
Recent comments
6 hours 40 min ago
3 days 7 hours ago
3 days 7 hours ago
1 week 4 days ago
4 weeks 3 days ago
6 weeks 4 days ago
8 weeks 1 hour ago
9 weeks 5 days ago
9 weeks 5 days ago
15 weeks 1 day ago