[FLOW3-general] How to create tables ?

Sebastian Kurfürst sebastian at typo3.org
Mon Mar 21 06:16:26 CET 2011


Hey,

if you want to use Doctrine from current Master, use the following Settings:

FLOW3:
  persistence:
    backendOptions:
      driver: 'pdo_mysql'
      dbname: 'v5_blog' # fill in
      user: 'root' # fill in
      password: 'root' # fill in
      host: '127.0.0.1' # fill in
      port: 3306 # can be skipped in some cases

Then doctrine creates all DB tables for the models.

Greets,
Sebastian


More information about the FLOW3-general mailing list