Hi Sibel,

on linux, you just d/l the mmmysql jdbc driver and place the
mysql_uncomp.jar in the classpath. and then do a
1. GRANT ALL ON db_name.* TO "user_name"@"host_name" IDENTIFIED BY
"your_password".
2. set your path for your jdk/bin
3. u are up and running!

u don't need to make any modifications to your code if you are using the
mmmysql driver which can be located at
http://mmmysql.sourceforge.net/

regards
shane

-----Original Message-----
From: Sibel Toprakkiran [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 5:09 PM
To: [EMAIL PROTECTED]
Subject: java & mysql


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 this
problem.

Thanks and regards,
sibel.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to