Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Access to humbug outside of CGI server
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Access to humbug outside of CGI server
Access to humbug outside of CGI server
05-08-2008 9:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi,
I have just been trying to reverse engineer my database schema and l'm having problems getting anything back.
I'm using hibernate and this is my db properties file - l'm logged onto the plus.net network and l can ping 'humbug.plus.net' fine.
<property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
<property name="hibernate.connection.password">mypassword</property>
<property name="hibernate.connection.url">jdbc:mysql://humbug.plus.net/mydbname</property>
<property name="hibernate.connection.username">myusername</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
Can anyone see any problems with my properties? Or is it the case that you can not connect to the DB unless you are on the CGI server.
Regards, Gary.
I have just been trying to reverse engineer my database schema and l'm having problems getting anything back.
I'm using hibernate and this is my db properties file - l'm logged onto the plus.net network and l can ping 'humbug.plus.net' fine.
<property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
<property name="hibernate.connection.password">mypassword</property>
<property name="hibernate.connection.url">jdbc:mysql://humbug.plus.net/mydbname</property>
<property name="hibernate.connection.username">myusername</property>
<property name="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
Can anyone see any problems with my properties? Or is it the case that you can not connect to the DB unless you are on the CGI server.
Regards, Gary.
Message 1 of 2
(1,092 Views)
1 REPLY 1
Re: Access to humbug outside of CGI server
05-08-2008 9:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
LOL - the second l posted this message - it's returned with all the table 

Message 2 of 2
(257 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Access to humbug outside of CGI server