diff --git a/docs/extras/mysql.md b/docs/extras/mysql.md index e3b985813..e5062bb54 100644 --- a/docs/extras/mysql.md +++ b/docs/extras/mysql.md @@ -2,7 +2,7 @@ By default, this VM is set up so you can manage MySQL databases on your own. The ## Connect using Adminer -If you have `adminer` listed as one of the `installed_extras` inside `config.yml`, you can use Adminer's web-based interface to interact with databases. With Drupal VM running, visit `http://drupalvm.dev/adminer/`, and log in with `root` as the username and the password you set in `config.yml` (`mysql_root_password`). Leave the "Server" field blank. The "Database" field is optional. +If you have `adminer` listed as one of the `installed_extras` inside `config.yml`, you can use Adminer's web-based interface to interact with databases. With Drupal VM running, visit `http://adminer.drupalvm.dev/`, and log in with `root` as the username and the password you set in `config.yml` (`mysql_root_password`). Leave the "Server" field blank. The "Database" field is optional. More about how to use Adminer: [Adminer website](http://www.adminer.org/).