From dd92609cf8a5077f523dec8f1326b1a14b0777c9 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 16 May 2018 08:34:22 +0200 Subject: [PATCH] Update Photon CMS documentation --- docs/examples/setup-photon-cms.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/examples/setup-photon-cms.rst b/docs/examples/setup-photon-cms.rst index 604cce76..21c38eef 100644 --- a/docs/examples/setup-photon-cms.rst +++ b/docs/examples/setup-photon-cms.rst @@ -65,16 +65,18 @@ It will be ready in six simple steps: 3. Install Photon ------------------ -During the installation it will ask for a MySQL username and password. -Provide a pair of credentials that has permissions to create a database or create the database +During the installation you will be asked for the MySQL hostname, username and password. Ensure +not to specify ``localhost``, but instead use ``127.0.0.1`` for the hostname. +Additionally, provide a pair of credentials that has permissions to create a database or create the database itself beforehand. .. code-block:: bash devilbox@php-7.0.20 in /shared/httpd $ cd my-photon devilbox@php-7.0.20 in /shared/httpd/my-photon $ photon new blog - ...What is your mysql username? root - ...What is your mysql password? + ...What is your mysql hostname? [localhost] 127.0.0.1 + ...What is your mysql username? [root]root + ...What is your mysql password? [] 4. Symlink webroot