Re: My JDBC does not work.

2002-03-15 Thread Ken Anderson
Jianping Zhu wrote: > Invalid authorization specification: Access denied for user: > 'jianping@chambleea' (Using password: YES) > I am just wondering, I do have a account 'jianping' which have all > privilege in global level. All priv at all hosts, including localhost or localhost.localdomain

Re: My JDBC does not work.

2002-03-15 Thread Linux Rules
On Fri, 15 Mar 2002, Jianping Zhu wrote: > > I have spend three days try to get jdbc for mysql work, but failed. I am > very frustrated. I will > be appreciated if somebody can help me out. > > I have redhat 7.2 OS, I download the sever and client mysql .rpm files and > instaled it, i believe suc

RE: My JDBC does not work.

2002-03-15 Thread Jianping Zhu
Thanks for your advices. After I modified my code according to your advice i get following error message. Invalid authorization specification: Access denied for user: 'jianping@chambleea' (Using password: YES) java.sql.SQLException: Invalid authorization specification: Access denied for user:

Re: My JDBC does not work.

2002-03-15 Thread TAKAHASHI, Tomohiro
Hi, Jianping Zhu wrote: > > I have spend three days try to get jdbc for mysql work, but failed. I am > very frustrated. I will > be appreciated if somebody can help me out. snip > } catch (Exception e) { > System.out.println("StocksMy: JDBC exception"); > System.exit(1);