Oracle & Sun

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Oracle & Sun

Post by MELERIX »

http://www.sun.com/aboutsun/media/press ... /index.jsp

I'm just wondering about the future of MySQL :roll:
Vapulabe
Posts: 271
Joined: Wed Mar 19, 2008 10:16 am

Re: Oracle & Sun

Post by Vapulabe »

Mysql is GPL... which means that project can't be forced to be discontinued...
And MySQL is a good asset for Oracle, giving them a good position on both end of the scale, with lightweight DB (MySQL) and big system (Oracle)
User avatar
Shaka
Posts: 277
Joined: Wed Jun 13, 2007 7:43 pm
Location: VENEZUELA
Contact:

Re: Oracle & Sun

Post by Shaka »

Code: Select all

 # ---------------------------------------------------------------------------# Database# ---------------------------------------------------------------------------# Uncomment the appropriate driver and url for the database you're using. If you don't know what this is... http://www.google.comDriver = com.mysql.jdbc.Driver#Driver = org.hsqldb.jdbcDriver#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverURL = jdbc:mysql://localhost/l2jdb#URL = jdbc:hsqldb:hsql://localhost/l2jdb#URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = #Database user info (using root user is not recommended) 
I think you have to add the option to support database, oracle and postgres.

is it possible?

spanish:
en mi opinión, hay que agregar la opción para soporte de base de datos, oracle y postgre.

es posible?
toastgodsupreme
Posts: 750
Joined: Sun Dec 07, 2008 7:01 pm
Location: Poland

Re: Oracle & Sun

Post by toastgodsupreme »

http://www.internetnews.com/dev-news/ar ... +Large.htm

5.4 on the near horizon and 6.0 slated for 2010 with the new Falcon engine. Mmmmmmmmmmmm.
Post Reply