<?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 Re: problem connection to Httpp://hadoop:3306 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186771#M148873</link>
    <description>&lt;P&gt;	&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/47296/aymenrahal007.html"&gt;Aymen Rahal&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;What service are you trying to connect to? That looks the mysql database port ! Incase you wanted the Ambari port is &lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="http://ambari-server:8080" target="_blank"&gt;http://ambari-server:8080&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Where ambari-server is the FQDN of the host where Ambari server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please clarify.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 22:32:27 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2018-03-15T22:32:27Z</dc:date>
    <item>
      <title>problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186770#M148872</link>
      <description>&lt;P&gt;I am trying to connect to this url :http://hadoop:3306 but its not working, can someone explain to me.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 22:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186770#M148872</guid>
      <dc:creator>krol</dc:creator>
      <dc:date>2018-03-15T22:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186771#M148873</link>
      <description>&lt;P&gt;	&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/47296/aymenrahal007.html"&gt;Aymen Rahal&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;	&lt;EM&gt;What service are you trying to connect to? That looks the mysql database port ! Incase you wanted the Ambari port is &lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="http://ambari-server:8080" target="_blank"&gt;http://ambari-server:8080&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Where ambari-server is the FQDN of the host where Ambari server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please clarify.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 22:32:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186771#M148873</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-15T22:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186772#M148874</link>
      <description>&lt;P&gt;@Geoffrey Shelton Okot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the ambari port is 8080, I want to connect to mysql service.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 22:36:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186772#M148874</guid>
      <dc:creator>krol</dc:creator>
      <dc:date>2018-03-15T22:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186773#M148875</link>
      <description>&lt;P&gt;When you say you want to connect to mysql service, do you mean you want to login to MySQL shell? Or you are trying to connect MySQL over http?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 00:47:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186773#M148875</guid>
      <dc:creator>RahulSoni</dc:creator>
      <dc:date>2018-03-16T00:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186774#M148876</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/47296/aymenrahal007.html" nodeid="47296"&gt;@Aymen Rahal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The default Mysql Port 3306 is a TCP/IP port (non http). So you can not connect to it via Http. If you want to remotely connect to MySQL DB and want to run some queries then youi will need to install "mysql-clients" (Or use some third party tools like DBVisualizer / JDBC code ..etc) on your local machine and then using the following format you will be able to connect to it.&lt;/P&gt;&lt;PRE&gt;# mysql --host=remote.example.com --port=3306 -u root -p&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;For more details on this please refer to MySQL standard documentation: &lt;A href="https://dev.mysql.com/doc/refman/5.6/en/connecting.html" target="_blank"&gt;https://dev.mysql.com/doc/refman/5.6/en/connecting.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 03:45:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186774#M148876</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-03-16T03:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186775#M148877</link>
      <description>&lt;P&gt;# mysql --host=hadoop --port=3306 -u admin -p
Enter password: 
ERROR 2003 (HY000): Can't connect to MySQL server on 'hadoop' (111)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 04:08:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186775#M148877</guid>
      <dc:creator>krol</dc:creator>
      <dc:date>2018-03-16T04:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186776#M148878</link>
      <description>&lt;P&gt;&lt;EM&gt; @&lt;A href="https://community.hortonworks.com/users/47296/aymenrahal007.html"&gt;Aymen Rahal&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To connect to the CLI If you have the root password then from the Mysql host you do, notice the &lt;STRONG&gt;-&lt;/STRONG&gt;&lt;B&gt;p&lt;/B&gt;  is attached no spaces  assuming the password is &lt;STRONG&gt;welcome1&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;# mysql -u root -pwelcome1 &lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;If you don't have the mysql root password then you can change it as below, in the below example I want my new password  to be 'welcome1'&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;# mysql -u root UPDATE mysql.user SET Password=PASSWORD('welcome1') WHERE User='root'; flush privileges;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Otherwise, you have the below clients to choose from &lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt; MySQL Workbench (Mac, Windows, Linux), Free, open-source &lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;phpMyAdmin (web app), Free, open-source &lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Toad for MySQL (Windows), Free &lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;MySQL-Front (Windows), Free, open-source &lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Neor Profile SQL (Mac, Windows, Linux), Free&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;You should implement the secure  Mysql/mariaDB installation  see &lt;A href="https://mariadb.com/kb/en/library/mysql_secure_installation/" target="_blank"&gt;link&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 04:12:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186776#M148878</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-16T04:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem connection to Httpp://hadoop:3306</title>
      <link>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186777#M148879</link>
      <description>&lt;P&gt;&lt;EM&gt;@&lt;A href="https://community.hortonworks.com/users/47296/aymenrahal007.html"&gt;Aymen Rahal&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check my update !!!!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 04:38:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/problem-connection-to-Httpp-hadoop-3306/m-p/186777#M148879</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-03-16T04:38:12Z</dc:date>
    </item>
  </channel>
</rss>

