Re: [Quickfix-developers] newbie mysql questions
Brought to you by:
orenmnero
From: Clark S. <cla...@ya...> - 2004-09-08 17:42:14
|
I got into the mysql database quickfix. All of the messages are from an old session on June 22. I am running a session right now. I have run sessions every trading day for the last month. How do I access these messages? Oren Miller <or...@qu...> wrote:Clark, You need to generate the database with the create_mysql script in the src/sql directory. This will generate a database called quickfix. If you are running a newer version of quickfix you may need to add a '-u root' right after the mysql call if it isn't already there. This is assuming that your root account has not password which is the default installation. If you have a password or are using another account, you will need to supply them. After running the script, you can run the mysql client and type 'use quickfix', then type 'show tables' . You can use standard SQL commands to do whatever queries you like. --oren On Aug 18, 2004, at 1:58 PM, Clark Sims wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > I conigured and compiled quickfix to use mysql. Do I > need to do anything else or are the fix messages > automatically stored to a database on the hard drive? > What is the name of the database file? > > I have never used mysql before. How do I open the > database file of fix messages? I guess I should by a > book on mysql. Does anyone have a recomendation? > > > > __________________________________ > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile phone. > http://mobile.yahoo.com/maildemo > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > --------------------------------- Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. |