On Jan 07, 2004 at 20:25, Arnd Vehling <av(a)nethead.de> wrote:
Hi,
is there any way to get the mysql database modul running with the current
CVS version of SER? If not, any pointers on what i need to do to patch
the modul so it will work with the current CVS version?
It works.
A wild guess: you use old-style db urls. The new db urls look like
mysql://ser:heslo@localhost/ser (old one had sql:// instead of
mysql://).
Andrei