From abc41381b3c76ec331d621165f9144e05436b9d2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Tue, 22 Sep 2015 09:47:20 -0500 Subject: [PATCH] Issue #251: Fix Adminer documentation. --- docs/extras/mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).