On Wed, 2006-10-11 at 16:03 -0700, ADAM CZECH wrote:
> Does anyone know why a mysql alias would not display in the return a
> result?
>
> When I try to access say the first name with it's alias f_name, it is
> blank? , but it works for its column name first_name? This becomes
> more of a problem
In your Java app on Linux, change the db connection string to point to the
old MySQL db server in Windows.
For Linux, you can download MM JDBC driver from MySQL Contribution. Install
and set-up by following the instruction.
Set your dbURL =
"jdbc:mysql://YOUR_WINDOWS_HOST_NAME/IP:3306/YOUR_DB_NA
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 modifica