Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cb672a7

Browse files
committed
Update getting-started.rst
Tell Doctrine to create the schema, so it uses the parameters.yml database information.
1 parent 91bc2bc commit cb672a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ database:
6262

6363
.. code-block:: bash
6464
65-
$ mysqladmin create symfony -u root
65+
$ php app/console doctrine:database:create
6666
6767
This will create a new database called ``symfony`` - this is the name used by
6868
default in the Symfony Standard Edition, change it as might be necessary.

0 commit comments

Comments
 (0)