mysql+mm.mysql

2001-08-14 Thread Sibel Toprakkiran
Hi, I'm trying to connect to a mysql database from linux using the driver mm.mysql-2.0.2-bin.jar. The connect is successfull, but when I want to retrieve some records from the database, I get the message "error reading communication packets". Do someone has an idea, what it can be? Thanks and be

java & mysql

2001-07-26 Thread Sibel Toprakkiran
Hi, I have a Java program, from which I'm accessing the data in a mysql database via jdbc. I want to run the program on linux and on windows, without changing the code. I was using the jdbc-odbc driver on Windows, but on linux I can't use this. I would be glad, if someone knows, how to manage thi

RE: MS-DOS

2001-07-05 Thread Sibel Toprakkiran
hi, thanks a lot. It's going. regards, sibel. --- Ravi Raman <[EMAIL PROTECTED]> wrote: > hi. > > use mysqlc instead of mysql when you start the > client. > > hth. > -ravi. > > -----Original Message- > From: Sibel Toprakkiran [mailto:[EMAIL PROT

MS-DOS

2001-07-05 Thread Sibel Toprakkiran
Hi, I'm starting mysql in a DOS window. Is there a possibility to use the arrow buttons to go up and down within the last used commands? thanks and regards, Sibel. __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://person

database transfer

2001-06-19 Thread Sibel Toprakkiran
Hi, Do someone maybe know, if it is possible to transfer a mysql database? Is it enough, that I copy the /mysql/data/$databasename to another computer to have there the same database with the same tables and records? thanks & regards, Sibel. __ D

cascade delete's

2001-06-19 Thread Sibel Toprakkiran
Hi, I wanted only to know, if there is a possibility in mysql for cascading delete's? Because in databases with a lot of tables, it s really difficult to pay attention to all of the dependencies and it would be nice, if there is a possibility for automatically deleting the dependent records. tha