phpMyAdmin
phpMyAdmin is a MySQL admininstration tool written in PHP. It allows you to perform tasks such as creating, modifying or deleting databases. You can execute SQL statements and manage users and their permissions.
The phpMyAdmin menu button opens the phpMyAdmin index page in the default/portable browser.
url=http://localhost:80/us_opt1/index.php"
Note 1: phpMyAdmin access. By default is accessible only to localhost.
Note 2: The port (80) is substituted as appropriate for the value configured.
Note 3: phpMyAdmin is an alternative to Adminer; which has a smaller foot-print.