8 messages in com.mysql.lists.javaRe: JDBC Configuration Issue...| From | Sent On | Attachments |
|---|---|---|
| rj...@typeline.com | 24 May 2000 11:16 | |
| Igor Fedulov | 24 May 2000 11:28 | |
| rj...@typeline.com | 24 May 2000 11:47 | |
| Ivo Pescia | 24 May 2000 11:56 | |
| rj...@typeline.com | 24 May 2000 12:10 | |
| rj...@typeline.com | 24 May 2000 12:29 | |
| Patrick Hoffman | 24 May 2000 12:41 | |
| Tim Endres | 24 May 2000 12:55 |
| Subject: | Re: JDBC Configuration Issue...![]() |
|---|---|
| From: | rj...@typeline.com (rj...@typeline.com) |
| Date: | 05/24/2000 11:47:24 AM |
| List: | com.mysql.lists.java |
Still no luck. My database is called 'typeline'. Is it in the correct spot? In
the
documentation,
the example reads: jdbc:mysql://localhost/test?user=monty=greatsqldb; what is
the
'greatsqldb'
variable in this instance?
thanks
Igor Fedulov wrote:
The version of MySQL that I'm running is: 3.23.8-alpha. Any suggestions?
DriverManager.getConnection("jdbc:mysql://localhost/typeline?user=admin=admin");
You don't have password specified in the getConnection. It should read:
DriverManager.getConnection("jdbc:mysql://localhost/typeline?user=admin&password=admin");
Best regards,
-- HTTP is a stateless protocol, and the Internet is a stateless development environment
-- Igor Fedulov E-mail : ifed...@outlook.net Work Ph: 773.775.1595 Ext#242 Cell Ph: 847.361.7066
--------------------------------------------------------------------- Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before posting. To request this thread, e-mail java...@lists.mysql.com
To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail java...@lists.mysql.com instead.




