and your next question will be:
How do I get rid of this error?:
Code:
Cannot load or save configuration
Please create web server writable folder config in phpMyAdmin top level directory as described in documentation. Otherwise you will be only able to download or display it.
And the answer is, ignore the documentation, instead do this:
Code:
su -c 'mkdir /usr/share/phpMyAdmin/config'
su -c 'chmod 777 /usr/share/phpMyAdmin/config'