Development

#3085 (bad dsn in doc)

You must first sign up to be able to contribute.

Ticket #3085 (closed documentation: fixed)

Opened 9 months ago

Last modified 9 months ago

bad dsn in doc

Reported by: saturn Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 DEV
Keywords: documentation Cc:
Qualification: Unreviewed

Description

in the doc http://www.symfony-project.org/tutorial/1_1/my-first-project you write : $ php symfony configure:database mysql://root:pa$$word/localhost/symfony_project but it's: $ php symfony configure:database mysql://root:pa$$word@localhost/symfony_project

Change History

03/11/08 09:02:02 changed by francois

  • type changed from defect to documentation.

03/13/08 00:48:55 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

in r7851