Share » Forums » Install & configuration » Shared Hosting - Datasource...

Shared Hosting - Datasource Configuration

Shared Hosting - Datasource Configuration

Thursday 29 September 2005 3:36:01 pm - 1 reply

Author Message

Ɓukasz Serwatka

Friday 30 September 2005 1:37:01 am

Ashish, you did not provide information which language/technology you use. If Java, then read doc about working with databases. You should have driver for MySQL, JDBC for example:

Connection string can look:
con = DriverManager.getConnection("jdbc:mysql:///test", "root", "secret");

If PHP, than should works with mysql_connect function. Check manual for PHP. However Tomcat as web server for eZ publish is not supported.

And, your question is not related to eZ publish, and supported by eZp technology.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu