<?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: msyql client in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261259#M33670</link>
    <description>thx reply, &lt;BR /&gt;&lt;BR /&gt;I tried to use dpkg -S mysql | grep bin to find that the mysql is  in /usr/bin , but when I run it , it pop no such file , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#dpkg -S mysql | grep bin&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;mysql-client-4.1: /usr/bin/mysql&lt;BR /&gt;mysql-client-4.1: /usr/bin/mysqladmin&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 01 Sep 2008 22:37:18 GMT</pubDate>
    <dc:creator>yuk1</dc:creator>
    <dc:date>2008-09-01T22:37:18Z</dc:date>
    <item>
      <title>msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261257#M33668</link>
      <description>I have already install the mysql package to the debian includes &lt;BR /&gt;&lt;BR /&gt;libdbd-mysql&lt;BR /&gt;libmysqlclient&lt;BR /&gt;mysql-client&lt;BR /&gt;mysql-common&lt;BR /&gt;mysql-server&lt;BR /&gt;php4-mysql&lt;BR /&gt;webmin-mysql&lt;BR /&gt;&lt;BR /&gt;then I want to run "mysql" command to use as mysql client , but it pops "commond not found" , could advise what package that I should install so that I can run "mysql" ? thx</description>
      <pubDate>Mon, 01 Sep 2008 15:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261257#M33668</guid>
      <dc:creator>yuk1</dc:creator>
      <dc:date>2008-09-01T15:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261258#M33669</link>
      <description>Use dpkg to obtain package name for specific file. In debian mysql client binary is located in /usr/bin/: &lt;BR /&gt;&lt;BR /&gt;# dpkg -S mysql | grep bin&lt;BR /&gt;mysql-client-5.0: /usr/bin/mysql&lt;BR /&gt;&lt;BR /&gt;Check for your client in /usr/bin, check also $PATH variable and fix it if necessary.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 01 Sep 2008 18:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261258#M33669</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-01T18:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261259#M33670</link>
      <description>thx reply, &lt;BR /&gt;&lt;BR /&gt;I tried to use dpkg -S mysql | grep bin to find that the mysql is  in /usr/bin , but when I run it , it pop no such file , can advise what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#dpkg -S mysql | grep bin&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;mysql-client-4.1: /usr/bin/mysql&lt;BR /&gt;mysql-client-4.1: /usr/bin/mysqladmin&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Sep 2008 22:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261259#M33670</guid>
      <dc:creator>yuk1</dc:creator>
      <dc:date>2008-09-01T22:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261260#M33671</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It appears the binary you found is for mysql version 4 and you are running mysql version 5.&lt;BR /&gt;&lt;BR /&gt;Remove and re-install the package that provides mysql client.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 Sep 2008 10:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261260#M33671</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-02T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261261#M33672</link>
      <description>Try to run directly : /usr/bin/mysql and give an exact error from the program.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Tue, 02 Sep 2008 11:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261261#M33672</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-02T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261262#M33673</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;I have removed the mysql-server , mysql-client , mysql-common from my system , then I try to install it by apt-get -f install mysql*, apt-get upgrade mysql*, apt-get -f mysql*dist-upgrade mysql*, apt-get update , aptitude upgrade mysql* , but it still pop there is other dependences not installed , such as libc6-dev , then I tried to install this package , but it still pop the other package is not update , it also pop the coreutils is old version and asked to upgrade to newer version , but when upgrade the version of coreutils , it pop the dependence again , what I want to install is mysql4 server , client , can advise how can I install it without dependence problem ?</description>
      <pubDate>Wed, 03 Sep 2008 23:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261262#M33673</guid>
      <dc:creator>yuk1</dc:creator>
      <dc:date>2008-09-03T23:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: msyql client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261263#M33674</link>
      <description>Just try:&lt;BR /&gt;apt-get install mysql4-server&lt;BR /&gt;&lt;BR /&gt;Of cource you should accept and install an additional software to met the dependencies.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2008 09:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/msyql-client/m-p/4261263#M33674</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-09-04T09:42:35Z</dc:date>
    </item>
  </channel>
</rss>

