File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ If there are any issues, correct them now before moving on.
172
172
They might even remember to do it the very first time, but forget that
173
173
it's all gone after running a relatively common command during development:
174
174
175
- :: code-block: bash
175
+ .. code-block : : bash
176
176
177
177
$ app/console doctrine:database:drop --force
178
178
$ app/console doctrine:database:create
@@ -181,9 +181,10 @@ If there are any issues, correct them now before moving on.
181
181
as agnostic as possible in terms of enviroment configuration, so only way around it
182
182
is to configure server level defaults.
183
183
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 ``):
185
186
186
- :: code-block: ini
187
+ .. code-block : : ini
187
188
188
189
[mysqld]
189
190
collation-server = utf8_general_ci
You can’t perform that action at this time.
0 commit comments