| View previous topic :: View next topic |
| Author |
Message |
jtart2 Newbie

Joined: 12 Aug 2006 Posts: 2
|
Posted: Sat Aug 12, 2006 2:12 pm Post subject: Mysql & Base: Trouble connecting |
|
|
I'v downloaded and installed the correct drivers for MYSQL using JDBC and tested it and the drivers load OK.
However, when I try to connect to my database, I keep getting the message..."incorrect database name"... The login I use is exactly what the manual says I'm supposed to type e.g.,
//localhost:3306/dbName, and I've tried every other variation, but nothing will let me connect!
I'm logging in as the "root" user, with the correct password as well.
Any help would be appreciated. |
|
| Back to top |
|
 |
audionuma OOo Enthusiast


Joined: 23 Feb 2006 Posts: 126 Location: France
|
Posted: Sat Aug 12, 2006 9:51 pm Post subject: |
|
|
hello,
have you try replacing localhost with 127.0.0.1 ? |
|
| Back to top |
|
 |
jtart2 Newbie

Joined: 12 Aug 2006 Posts: 2
|
Posted: Thu Aug 17, 2006 12:20 pm Post subject: Problem fixed |
|
|
I fixed the problem. The wizard places the "//" in the code for me. I was putting it in also, so that caused trouble connecting!
No more help needed, thanks! |
|
| Back to top |
|
 |
|