Previous: MariaDB – Installation on Ubuntu Precise
1. Install phpMyAdmin.
- apt-get install phpmyadmin
2. Select neither Apache nor Lighttpd for the web server selection as we want to run it in Nginx.
3. And say NO for the Configure database for phpmyadmin with dbconfig-common?
Continue reading Run phpMyAdmin on Nginx in Ubuntu Precise →
I don’t know why my newly installed phpMyAdmin selects simplified chinese as default. I hate simplified chinese. And now i figure out how to set the default language.
If you want to enforce a specific language, append the following line in the config.inc.php
$cfg['Lang'] = 'en-utf-8'; // Force this language for all users
Continue reading phpMyAdmin – Set default language →
Dream BIG and go for it =)