Re: Sharing database files between EMBEDDED MYSQL and MySQL Server

2004-10-22 Thread Egor Egorov
"Valdir Henrique Dias Leite" <[EMAIL PROTECTED]> wrote: > I have an application that uses mysql embedded (performance > issues ...). > > The app itself works fine, but data adminsitration (issuing > DDL, DML statements ) is very complicated using C API... > > So, I created an entry in my.cnf

Sharing database files between EMBEDDED MYSQL and MySQL Server

2004-10-20 Thread Valdir Henrique Dias Leite
Hello all, I have an application that uses mysql embedded (performance issues ...). The app itself works fine, but data adminsitration (issuing DDL, DML statements ) is very complicated using C API... So, I created an entry in my.cnf pointing to directory where database used by embedded is, aimi