<?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>question Problem setup ambari 2.7.1.0 with mysql 8.0.13 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234272#M196092</link>
    <description>&lt;P&gt;when i exec mysql&amp;gt; source /var/lib/ambari-server/resources/Ambari-DDL-MySQL-CREATE.sql;&lt;/P&gt;&lt;P&gt;then i found one table cannot be created in mysql 8.0.3&lt;/P&gt;&lt;P&gt;CREATE TABLE members ( &lt;/P&gt;&lt;P&gt;  member_id INTEGER,
  group_id INTEGER NOT NULL, &lt;/P&gt;&lt;P&gt;  user_id INTEGER NOT NULL, &lt;/P&gt;&lt;P&gt;  CONSTRAINT PK_members PRIMARY KEY (member_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT FK_members_group_id FOREIGN KEY (group_id) REFERENCES groups (group_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT FK_members_user_id FOREIGN KEY (user_id) REFERENCES users (user_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT UNQ_members_0 UNIQUE (group_id, user_id));&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups (
  group_id INTEGER,
  principal_id BIGINT NOT NULL,
  group_name VARCHA' at line 1
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups (group_id),
  CONSTRAINT FK_members_user_id FOREIGN KEY (user_id) REFEREN' at line 6&lt;/P&gt;&lt;P&gt;please tell me how should i change the syntax,thanks&lt;/P&gt;</description>
    <pubDate>Sun, 18 Nov 2018 16:59:08 GMT</pubDate>
    <dc:creator>lammm4</dc:creator>
    <dc:date>2018-11-18T16:59:08Z</dc:date>
    <item>
      <title>Problem setup ambari 2.7.1.0 with mysql 8.0.13</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234272#M196092</link>
      <description>&lt;P&gt;when i exec mysql&amp;gt; source /var/lib/ambari-server/resources/Ambari-DDL-MySQL-CREATE.sql;&lt;/P&gt;&lt;P&gt;then i found one table cannot be created in mysql 8.0.3&lt;/P&gt;&lt;P&gt;CREATE TABLE members ( &lt;/P&gt;&lt;P&gt;  member_id INTEGER,
  group_id INTEGER NOT NULL, &lt;/P&gt;&lt;P&gt;  user_id INTEGER NOT NULL, &lt;/P&gt;&lt;P&gt;  CONSTRAINT PK_members PRIMARY KEY (member_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT FK_members_group_id FOREIGN KEY (group_id) REFERENCES groups (group_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT FK_members_user_id FOREIGN KEY (user_id) REFERENCES users (user_id), &lt;/P&gt;&lt;P&gt;  CONSTRAINT UNQ_members_0 UNIQUE (group_id, user_id));&lt;/P&gt;&lt;P&gt;error:&lt;/P&gt;&lt;P&gt;ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups (
  group_id INTEGER,
  principal_id BIGINT NOT NULL,
  group_name VARCHA' at line 1
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups (group_id),
  CONSTRAINT FK_members_user_id FOREIGN KEY (user_id) REFEREN' at line 6&lt;/P&gt;&lt;P&gt;please tell me how should i change the syntax,thanks&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 16:59:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234272#M196092</guid>
      <dc:creator>lammm4</dc:creator>
      <dc:date>2018-11-18T16:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setup ambari 2.7.1.0 with mysql 8.0.13</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234273#M196093</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/99410/lammm4.html" nodeid="99410"&gt;@Theef Qian&lt;/A&gt;&lt;/P&gt;&lt;P&gt;According to the SupportMatrics MySQL 8 is not Supported Database for Ambari 2.7.1&lt;/P&gt;&lt;P&gt;Please take a look at:   &lt;A href="https://supportmatrix.hortonworks.com/" target="_blank"&gt;https://supportmatrix.hortonworks.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With Ambari 2.7.1 you should be using MySQL versions as  MySQL 5.7 OR Maria DB 10.2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;So even if you can fix the mentioned table .. still there will be possibility that when ambari will try to run some other Groups relatd query then it might fail again. Hence better you use the tested and certified database.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 17:01:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234273#M196093</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-11-18T17:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setup ambari 2.7.1.0 with mysql 8.0.13</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234274#M196094</link>
      <description>&lt;P&gt;thanks for replying,i will change the version&lt;/P&gt;</description>
      <pubDate>Sun, 18 Nov 2018 17:05:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234274#M196094</guid>
      <dc:creator>lammm4</dc:creator>
      <dc:date>2018-11-18T17:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setup ambari 2.7.1.0 with mysql 8.0.13</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234275#M196095</link>
      <description>&lt;P&gt;yes, i have also met similar problem with ambari 2.7.3. the reason is that in mysql8.0, "groups" has been a keyword.&lt;/P&gt;&lt;P&gt;i modified the sql script to create the table not calling "groups", and then change it back to "groups" manully in mysql.&lt;/P&gt;&lt;P&gt;however, in ambari, I can't use the group management function. I think I should modify the sql statements about "groups" in ambari, but i can't find it&lt;/P&gt;&lt;P&gt;hope the new version will fix it&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2018 12:45:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234275#M196095</guid>
      <dc:creator>sizheng</dc:creator>
      <dc:date>2018-12-29T12:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setup ambari 2.7.1.0 with mysql 8.0.13</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234276#M196096</link>
      <description>&lt;P&gt;Windows 10 comes with various features and settings. When the &lt;A href="http://syncsettingswindows10.com"&gt;sync your settings&lt;/A&gt;  are turned on, it tracks the settings that users take into account and set them for further use on any window 10 device.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Dec 2018 14:51:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-setup-ambari-2-7-1-0-with-mysql-8-0-13/m-p/234276#M196096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-12-30T14:51:47Z</dc:date>
    </item>
  </channel>
</rss>

