<?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 mysql server problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408911#M202174</link>
    <description>we have installed a new server . in that i want to start the mysql server . but when i am trying to start it by using mysql.server start . IT  is giving error message /tmp/mysql.sock is not available . I have not modifed any config files like my.cnf in etc . &lt;BR /&gt;&lt;BR /&gt;expecting your reply soon</description>
    <pubDate>Wed, 27 Oct 2004 06:01:26 GMT</pubDate>
    <dc:creator>ramkumar</dc:creator>
    <dc:date>2004-10-27T06:01:26Z</dc:date>
    <item>
      <title>mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408911#M202174</link>
      <description>we have installed a new server . in that i want to start the mysql server . but when i am trying to start it by using mysql.server start . IT  is giving error message /tmp/mysql.sock is not available . I have not modifed any config files like my.cnf in etc . &lt;BR /&gt;&lt;BR /&gt;expecting your reply soon</description>
      <pubDate>Wed, 27 Oct 2004 06:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408911#M202174</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-10-27T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408912#M202175</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try to create a link to the file:&lt;BR /&gt;e.g.&lt;BR /&gt;ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock   &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 27 Oct 2004 06:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408912#M202175</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-10-27T06:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408913#M202176</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This file has been, probably, deleted (it's problem with files in /tmp. &lt;BR /&gt;You can change this file location in my.cnf or protect access to this file.&lt;BR /&gt;&lt;BR /&gt;See    &lt;A href="http://www.nexen.net/docs/mysql/annotee/problems-with-mysql.sock.php" target="_blank"&gt;http://www.nexen.net/docs/mysql/annotee/problems-with-mysql.sock.php&lt;/A&gt; (in french).&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 06:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408913#M202176</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2004-10-27T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408914#M202177</link>
      <description>hi there is no directory call /var/lib/mysql &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 06:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408914#M202177</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-10-27T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408915#M202178</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your mysql is in other folder, perhaps /var/opt/mysql. &lt;BR /&gt;Or use find command:&lt;BR /&gt;   find / -name "*mysql.sock*" -follow -print&lt;BR /&gt;&lt;BR /&gt;to find where is this file.&lt;BR /&gt;&lt;BR /&gt;So i'm not sure it's a good idea to link it this a file in /tmp. Change location in the mysql config.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 02:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408915#M202178</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2004-10-28T02:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408916#M202179</link>
      <description>hi guys ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  thanks for you efforts . I found the solution from mysql site . it is known problem . i am using Hp-ux 11.11 in whih  i need to apply two pathes related to streams and sockets . I applied it and tested worked ine &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 05:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408916#M202179</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-10-28T05:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: mysql server problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408917#M202180</link>
      <description>IS your ./safe_mysqld daemon running there?&lt;BR /&gt;&lt;BR /&gt;Try to start it in background&lt;BR /&gt;&lt;BR /&gt;# mysql&lt;BR /&gt;ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)&lt;BR /&gt;&lt;BR /&gt;./safe_mysqld&lt;BR /&gt;Starting mysqld daemon with databases from /usr/local/var&lt;BR /&gt;&lt;BR /&gt;[1]+  Stopped                 ./safe_mysqld&lt;BR /&gt;&lt;BR /&gt;# mysql -u root -p&lt;BR /&gt;Enter password:&lt;BR /&gt;Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer&lt;BR /&gt;&lt;BR /&gt;mysql&amp;gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 07:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mysql-server-problem/m-p/3408917#M202180</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-28T07:43:01Z</dc:date>
    </item>
  </channel>
</rss>

