Page 1 of 1

Access MySQL from POL!

Posted: Thu Nov 27, 2008 12:44 am
by andenix
I promised to release dbaccess package which enables a limited communication with MySQL databse
from eScript which I wrote recently.
Unfortunately I can only give a very little support for this script, because of an absence of free time.

It mainly consists of dbaccess package which is an AUX interface, and a dbproxy, which forwards your requests back and forth to the DB.

- Currently it only supports MySQL (tested with 5.x.x).

The proxy is written in python, so you have to have python http://www.python.org/download/ and MySQL-python package installed. (can be downloaded here http://sourceforge.net/project/showfile ... e_id=15775.

* This package requires Python 2.5.x to run!! *

I hope that you would find this package useful.

PS: be sure to read reame.txt included in the archive.

PSS: I added a multithreaded version of the package with experimental multilingual support.

Re: Access MySQL from POL!

Posted: Tue Jan 20, 2009 3:06 am
by andenix
I am almost sorry for being boring, but I actually plan on releasing a new version of this package, with multitasking support.

Re: Access MySQL from POL!

Posted: Fri Jan 23, 2009 1:25 am
by Yukiko
What's boring about your great packages?
Keep releasing!

Re: Access MySQL from POL!

Posted: Sun Jan 25, 2009 8:59 am
by MuadDib
It's great to see stuff like this coming forward, honestly.

Now for someone to create an XML package ;)

Re: Access MySQL from POL!

Posted: Mon Mar 02, 2009 7:48 am
by Terciob
Good Job!!
I'am using this on a Live shard and works fine.

However, we got a trouble: when pol restart (e.g after crash), python script must be re-open manually.
Will be a great stuff if python script stay trying recconect after lose connection with pol aux.
Thanks.

Re: Access MySQL from POL!

Posted: Sat Oct 29, 2011 8:19 am
by Terciob
The files are corrupted, anyone still have this packpage? I need it.

Re: Access MySQL from POL!

Posted: Mon Nov 21, 2011 8:00 am
by andenixa
I know it got corrupted and I couldn't find the sources as well.

You could try another one:

http://forums.polserver.com/viewtopic.php?f=1&t=3396

Though admittedly it did not enjoy the most comprehensive testing.