About the second problem:
Re-run create-tables.sql
sudo updatedb locate create-tables.sql
Located at / usr / share / doc / phpmyadmin / examples / create _tables.sql.gz for me.
cd ~ cp /usr/share/doc/phpmyadmin/examples/create_tables.sql.gz . gunzip create_tables.sql.gz
Run the created create_tables.sql file (only through phpmyadmin is excellent).
Check access to phpmyadmin
Check the phpmyadmin configuration file: /etc/phpmyadmin/config-db.php (on ubuntu) for the database password. Make sure the phpmyadmin user in mysql has the correct password and all permissions on the phpmyadmin database.
Log out and go back to phpmyadmin and the problem should be fixed.
Simon epskamp
source share