From 3b39a2a00cd28d7d04e86c4cd1b0bddb5afd75f8 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 3 Apr 2013 14:09:00 -0500 Subject: [PATCH] =?UTF-8?q?Highlight=20=E2=80=9Clocalhost=E2=80=9D=20as=20?= =?UTF-8?q?code=20in=20the=20migration=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/_posts/2012-07-01-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index 259c949f..3ab04bde 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -72,7 +72,7 @@ $ ruby -rubygems -e 'require "jekyll/migrators/wordpress"; Jekyll::WordPress.process("database", "user", "pass")' {% endhighlight %} -If you are using Webfaction and have to set up an [SSH tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), be sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block your access based on localhost and `127.0.0.1` not being equivalent in its authentication system: +If you are using Webfaction and have to set up an [SSH tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), be sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block your access based on `localhost` and `127.0.0.1` not being equivalent in its authentication system: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/migrators/wordpress";