MySql

psh

Joined: 2003-06-03
Posts: 3
Posted: Tue, 2003-06-03 15:52

Hello.
I have just one question:
- Do G2 working with MySQL database or it is working with files and fileDB?
Thank You.
psh.

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Tue, 2003-06-03 16:02

G2 works right now with MySQL... and PostgreSQL... and eventually will work with whatever back-ends people care to write interfaces for. :)

-Beckett (

)

 
psh

Joined: 2003-06-03
Posts: 3
Posted: Tue, 2003-06-03 16:25

Thank for reply.
But what it stores in MySql?
Links to files? Preferences? How to turn on MySql support?
Thanks, psh.

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Tue, 2003-06-03 16:35

Gallery images and some cache files are stored as files in the filesystem. All other information: users, preferences, permissions, comments, captions, etc. are stored in the database.

Right now, if you're downloading the G2 code to play around with, you can specify which database to use (right now just MySQL or Postgres) in the config file.

-Beckett (

)