<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MySQL Connectivity in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222772#M175902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please ignore my last question. The problem was that the mysql server I was trying to connect to was running on port 3309 and not the default 3306. Still confused about the error it gave though as I would have expected a 'MySQL server not found' type error in this sort of case…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 08:41:29 GMT</pubDate>
    <dc:creator>pondermuse</dc:creator>
    <dc:date>2010-08-06T08:41:29Z</dc:date>
    <item>
      <title>MySQL Connectivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222769#M175899</link>
      <description>I have installed a Alfresco 3.3g on CentOS and get the following error in alfresco.log:Caused by: java.sql.SQLException: null,&amp;nbsp; message from server: "Host 'x.x.x.x' is not allowed to connect to this MySQL server"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)The MySQL server</description>
      <pubDate>Thu, 08 Jul 2010 14:06:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222769#M175899</guid>
      <dc:creator>tehuti</dc:creator>
      <dc:date>2010-07-08T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Connectivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222770#M175900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is your MySQL server located on another server? In that case you need to allow remote user to connect:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. in mysql as user root:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//grant access to user-remote host combination&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT ALL ON alfresco.* to alfrescouser@'yourremotehost' IDENTIFIED BY 'newpassword';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//force update of authorization changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FLUSH PRIVILEGES; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please replace alfresco with your database name, alfrescouser with your user name and yourremotehost with your alfrescoserver ip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to open up for word accesss try (not recommented)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GRANT ALL ON alfresco.* to alfrescouser' IDENTIFIED BY 'newpassword';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heiko&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 20:15:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222770#M175900</guid>
      <dc:creator>heiko_robert</dc:creator>
      <dc:date>2010-07-08T20:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Connectivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222771#M175901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting an org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (null, message from server: "Host 'remoteservername.domain.com' is not allowed to connect to this MySQL server"). This error is given even after granting privileges as instructed in this thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could there be any other reasons why this error happens?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running two Alfresco 3.3 Community Edition servers on Windows XP boxes where One is configured to connect to the other server's content store and mysql db.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PM.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Aug 2010 13:44:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222771#M175901</guid>
      <dc:creator>pondermuse</dc:creator>
      <dc:date>2010-08-04T13:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Connectivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222772#M175902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please ignore my last question. The problem was that the mysql server I was trying to connect to was running on port 3309 and not the default 3306. Still confused about the error it gave though as I would have expected a 'MySQL server not found' type error in this sort of case…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 08:41:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-connectivity/m-p/222772#M175902</guid>
      <dc:creator>pondermuse</dc:creator>
      <dc:date>2010-08-06T08:41:29Z</dc:date>
    </item>
  </channel>
</rss>

