Re: [Quickfix-developers] configure --with-mysql
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-06-08 14:29:53
|
You would type ./configure --with-mysql=3D/usr As for creating the database, there is a script that does this called=20 create_mysql.sh in the src/sql directory. Just run this and it will=20 construct a database called quickfix with all the necessary tables. As for Postgres, we do not currently have support for that. We went=20 with MySQL first because it's a little easier to use (i think anyway),=20= and is blazing fast. I'd would like to add support for Postgres, which=20= would require Postgres implementations for the MessageStore and Log. --oren On Jun 8, 2004, at 7:37 AM, Clark Sims wrote: > I am using debian linux, sarge > which mysql returns > /usr/bin/mysql > =A0 > so should I type ./configure --with-mysql=3D/usr/bin=A0=A0 ? > > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger= |