Skip to content

Commit 5cc79af

Browse files
committed
typofixes, added typical database config filename
1 parent d49413b commit 5cc79af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If there are any issues, correct them now before moving on.
172172
They might even remember to do it the very first time, but forget that
173173
it's all gone after running a relatively common command during development:
174174

175-
:: code-block: bash
175+
.. code-block:: bash
176176
177177
$ app/console doctrine:database:drop --force
178178
$ app/console doctrine:database:create
@@ -181,9 +181,10 @@ If there are any issues, correct them now before moving on.
181181
as agnostic as possible in terms of enviroment configuration, so only way around it
182182
is to configure server level defaults.
183183

184-
Setting UTF8 defaults for MySQL is as simple as adding a few lines to configuration file:
184+
Setting UTF8 defaults for MySQL is as simple as adding a few lines to configuration file
185+
(typically ``my.cnf``):
185186

186-
:: code-block: ini
187+
.. code-block:: ini
187188
188189
[mysqld]
189190
collation-server = utf8_general_ci

0 commit comments

Comments
 (0)