Edgewall Software

Changes between Version 28 and Version 29 of TracEnvironment


Ignore:
Timestamp:
Oct 9, 2007, 4:09:04 AM (17 years ago)
Author:
Saxon
Comment:

Added sub headings to Database Connection String

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v28 v29  
    2929[wiki:TracBackup backed up] together with the rest of the environment.
    3030
    31 === Embedded SQLite ===
     31=== Embedded SQLite Connection String ===
    3232The connection string for an embedded SQLite database is:
    3333{{{
     
    3535}}}
    3636
    37 === PostgreSQL ===
     37=== PostgreSQL Connection String ===
    3838If you want to use PostgreSQL or MySQL instead, you'll have to use a
    3939different connection string. For example, to connect to a PostgreSQL
     
    8282}}}
    8383
    84 === MySQL ===
    85 For mysql the connection string is:
     84=== MySQL Connection String ===
     85
     86If you want to use MySQL instead, you'll have to use a
     87different connection string. For example, to connect to a MySQL
     88database on the same machine called `trac`, that allows access to the
     89user `johndoe` with the password `letmein`, the mysql connection string is:
    8690{{{
    8791mysql://johndoe:letmein@localhost:3306/trac