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
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
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:
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);