Installing php myadmin
Here are the essential steps:
- Create a database user that has access to a database from the www machine.
- Create a working virtual host
- Download/extract the installer packages from the phpmyadmin website in your document root
- Visit the virtual host and the path of phpmyadmin/install
- Install required dependencies
- php-mbstring
- php-zip
- php-bz2
- Reload apache, make sure there are no errors. Refresh installer webpage
- Continue on as seen in here
- Make sure that when you login, you are using the database user/password as created in the first step on this page.