<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Frequently Asked Questions in MySQL</title>
  <link rel="self" href="http://knowgate.niscpr.res.in/fr/c/message_boards/find_category?p_l_id=10956&amp;mbCategoryId=23302" />
  <subtitle />
  <id>http://knowgate.niscpr.res.in/fr/c/message_boards/find_category?p_l_id=10956&amp;mbCategoryId=23302</id>
  <updated>2026-07-19T20:45:08Z</updated>
  <dc:date>2026-07-19T20:45:08Z</dc:date>
  <entry>
    <title>Q. Software error in MySQL: Another daemon is already running</title>
    <link rel="alternate" href="http://knowgate.niscpr.res.in/fr/c/message_boards/find_message?p_l_id=10956&amp;messageId=23343" />
    <author>
      <name>Knowgate knowgate</name>
    </author>
    <id>http://knowgate.niscpr.res.in/fr/c/message_boards/find_message?p_l_id=10956&amp;messageId=23343</id>
    <updated>2026-01-05T05:36:33Z</updated>
    <published>2015-07-28T10:13:39Z</published>
    <summary type="html">SOLUTION:&lt;ul&gt;&lt;li&gt;Go to terminal&lt;/li&gt;&lt;/ul&gt;             Type the following command:&lt;br /&gt;                   # service mysqld restart&lt;br /&gt;                   # mv /var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock.bak&lt;br /&gt;                   # yes&lt;br /&gt;                   # service mysqld restart&lt;br /&gt;                   # chkconfig mysqld on</summary>
    <dc:creator>Knowgate knowgate</dc:creator>
    <dc:date>2015-07-28T10:13:39Z</dc:date>
  </entry>
  <entry>
    <title>Q. To set new Password for mysql user</title>
    <link rel="alternate" href="http://knowgate.niscpr.res.in/fr/c/message_boards/find_message?p_l_id=10956&amp;messageId=23309" />
    <author>
      <name>Knowgate knowgate</name>
    </author>
    <id>http://knowgate.niscpr.res.in/fr/c/message_boards/find_message?p_l_id=10956&amp;messageId=23309</id>
    <updated>2026-01-05T05:36:33Z</updated>
    <published>2015-07-28T10:10:31Z</published>
    <summary type="html">SOLUTION:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Goto mysql command prompt:&lt;/li&gt;&lt;/ul&gt;         # mysql  -u root  -p  koha&lt;br /&gt;         # update mysql.user set password= PASSWORD(‘abc’) where user =’root’;&lt;br /&gt;         # flush privileges;&lt;br /&gt;         # commit;</summary>
    <dc:creator>Knowgate knowgate</dc:creator>
    <dc:date>2015-07-28T10:10:31Z</dc:date>
  </entry>
</feed>
