<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</HEAD>
<BODY>
<PRE style="color: #000000; font-family: Arial, sans-serif; font-size: 13px; line-height: 16px; margin: 0px; padding: 0px; background:#ffffff; white-space : pre-wrap; ">My guess would be that you need to add permissions to the schema to the user at the host you are accessing the database from. The default when you create the schema on mysql is to allow access from local host, which is not the case for you, so use mysql admin to add the appropriate access

Russell


 
On Monday, December 21, 2009, at 01:32PM, "Jessica Maas" <yukarichan87@googlemail.com> wrote:
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://lists.opencms.org/mailman/listinfo/opencms-dev
></PRE>
<DIV align="left" style="margin-left:10px;">
<DIV>Hi everyone,<BR>
<BR>I tried to install OpenCMS and when I do everything local it works without any problems. But if I try to install the database on another server I can not get a connection to it:<BR>"    *  Your database is down, or<BR>
    * Your database is not accessible with the given connection parameters."<BR>
<BR>I've got several servers:<BR>application-server 1  --> 192.168.0.10 <-- this is where I currently try to install OpenCMS<BR>
application-server 2  --> 192.168.0.20<BR>running as windows-loadbalancing-cluster with the virtual IP 192.168.0.1<BR>
<BR>database-server   1  --> 192.168.0.30 <-- this is where the database should go to<BR>database-server   2  --> 192.168.0.40<BR>
running as windows-loadbalancing-cluster with the virtual IP 192.168.0.2<BR>
<BR>Later OpenCMS will be running on both application-servers and the database will be copied to both database-servers, but for testing I wanted to simplify it.<BR>
It doesn't work if I try the following connection-string: jdbc:mysql://<A href="http://192.168.0.2:3306/">192.168.0.2:3306/</A>
<BR>and it doesn't work either if I try the direct address to the db-server: jdbc:mysql://<A href="http://192.168.0.40:3306/">192.168.0.40:3306/</A>
<BR>

<BR>I hope someone can help me out with this problem, because I've got no more ideas what to try.<BR>
<BR>Thanks in advance,<BR>Jessica<BR>
<BR>
</DIV>
</DIV>
</BODY>
</HTML>