Mysql

For discussion of the Poker Mavens server module and other administration topics
Post Reply
soyouz01
Posts: 4
Joined: Fri Jul 30, 2010 10:37 am

Mysql

Post by soyouz01 »

Like any programmer reply to my offer, i have to make my project alone but just a question

How can we do for connect an existing database mysql with a website to the database of pokermavens server?

does i have to use api?
Create another database ?
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Mysql

Post by Kent Briggs »

soyouz01 wrote: How can we do for connect an existing database mysql with a website to the database of pokermavens server?
does i have to use api?
Create another database ?
Poker Mavens holds all of its data in live memory and writes it to various text files as changes are made. Those files are read into memory only once when the server is launched. Communication with the live server is done via the API. You can use any database you want for your own purposes but nothing you store in there will be live until you've sent it to the poker server via the API.
Post Reply