<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; Mysql Server</title>
	<atom:link href="http://www.goitworld.com/category/server-world/mysql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Multi-Master Replication Manager for MySQL</title>
		<link>http://www.goitworld.com/multi-master-replication-manager-for-mysql/</link>
		<comments>http://www.goitworld.com/multi-master-replication-manager-for-mysql/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:55:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[multi-master]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/multi-master-replication-manager-for-mysql/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p><acronym>MMM</acronym> (<strong>M</strong>ulti-<strong>M</strong>aster Replication <strong>M</strong>anager for MySQL) is a set of flexible scripts to perform monitoring/failover and management of MySQL master-master replication configurations (with only one node writable at any time). </p>
<p>The toolset also has the ability to read balance standard master/slave configurations with any number of slaves, so you can use it to move virtual IP addresses around a group of servers depending on whether they are behind in replication. </p>
<p>The current version of this software is stable, but the authors would appreciate any comments, suggestions, bug reports about this version to make it&#8230; <a href="http://www.goitworld.com/multi-master-replication-manager-for-mysql/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/multi-master-replication-manager-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to resolve myisamchk: error: Not enough memory for blob</title>
		<link>http://www.goitworld.com/how-to-resolve-myisamchk-error-not-enough-memory-for-blob/</link>
		<comments>http://www.goitworld.com/how-to-resolve-myisamchk-error-not-enough-memory-for-blob/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 09:22:34 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[myisamchk]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/how-to-resolve-myisamchk-error-not-enough-memory-for-blob/</guid>
		<description><![CDATA[<p><strong>Description:</strong> myisamchk presents the below error when trying to fix a table with blob columns: miguel@hegel:~/test&#62; myisamchk -r home/miguel/test/*.MYI &#8211; recovering (with sort) MyISAM-table &#8216;/home/miguel/test/table.MYI&#8217; Data records: 43968 &#8211; Fixing index 1 Wrong block with wrong total length starting at 76758748 myisamchk: error: Not enough memory for blob at 76758800 MyISAM-table &#8216;/home/miguel/test/table.MYI&#8217; is not fixed because of errors .</p>
<p>Error Code:</p>
<blockquote><p><strong>myisamchk: error: myisam_sort_buffer_size is too small</strong>      <br />MyISAM-table ‘table.MYI’ is not fixed because of errors</p>
<p>Found link that points at 3255307777713450285 (outside data file) at 5452192     <br />Found link that points at 4049971247778783536 (outside data file) at 5452292      <br</p></blockquote><p>&#8230; <a href="http://www.goitworld.com/how-to-resolve-myisamchk-error-not-enough-memory-for-blob/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/how-to-resolve-myisamchk-error-not-enough-memory-for-blob/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Incorrect information in file xxxx.frm</title>
		<link>http://www.goitworld.com/incorrect-information-in-file-xxxx-frm/</link>
		<comments>http://www.goitworld.com/incorrect-information-in-file-xxxx-frm/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 09:09:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[myisamchk]]></category>
		<category><![CDATA[mysql incorrect information]]></category>
		<category><![CDATA[restored]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/incorrect-information-in-file-xxxx-frm/</guid>
		<description><![CDATA[<p>In my mysql log file appear “<b>Incorrect information in file xxxx.frm</b>” error information.</p>
<p>I try myisamchk fix my talbe</p>
<blockquote><p>myisamchk -r -q tablename</p>
</blockquote>
<p>But the table is bad yet.</p>
<p>frm file only a table struct. So I create a same struct’s new table and copy the new frm file and overwrite bad frm file.</p>
<p>Exciting the bad table is restored.</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/incorrect-information-in-file-xxxx-frm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql audit-access log records</title>
		<link>http://www.goitworld.com/mysql-audit-access-log-records/</link>
		<comments>http://www.goitworld.com/mysql-audit-access-log-records/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 04:26:57 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mysql-audit-access-log-records/</guid>
		<description><![CDATA[<p>Background:</p>
<p>Assuming such a situation, you are a company mysql-DBA, one day all of a sudden the company database was artificially deleted.</p>
<p> Despite the backup, but the service is stopped due to damage caused tens of millions, and now companies need to find out that people who do the delete operation.</p>
<p>However, permission to have database operations a lot of people, how to troubleshoot, Where is the evidence?</p>
<p>Is not that powerless?</p>
<p>mysql itself does not operate the audit function, it is not the means in which case nothing with it?</p>
<p>This article will discuss a simple, ideas for&#8230; <a href="http://www.goitworld.com/mysql-audit-access-log-records/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mysql-audit-access-log-records/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cacti and MySQL counters problem</title>
		<link>http://www.goitworld.com/cacti-and-mysql-counters-problem/</link>
		<comments>http://www.goitworld.com/cacti-and-mysql-counters-problem/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:36:06 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[counters problem]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/cacti-and-mysql-counters-problem/</guid>
		<description><![CDATA[<p>We recently came across a problem with Cacti and the MySQL counters. For those of you who don’t know how to integrate MySQL statistics into Cacti have a look at this: <a href="http://code.google.com/p/mysql-cacti-templates/">http://code.google.com/p/mysql-cacti-templates/</a>. These templates are a great way to gain some insight into how your MySQL database servers perform. The templates are actually PHP pages that query the databases through a variety of commands like SHOW STATUS and SHOW ENGINE INNODB STATUS.</p>
<p>The issue that we encountered was that some statistics like the InnoDB buffer pool activity were not displaying anything for one server. Other servers were displaying it&#8230; <a href="http://www.goitworld.com/cacti-and-mysql-counters-problem/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/cacti-and-mysql-counters-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Syntax error on MySQL replication slave</title>
		<link>http://www.goitworld.com/syntax-error-on-mysql-replication-slave/</link>
		<comments>http://www.goitworld.com/syntax-error-on-mysql-replication-slave/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:27:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[slave]]></category>
		<category><![CDATA[synttax error]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/syntax-error-on-mysql-replication-slave/</guid>
		<description><![CDATA[<p>Here’s an interesting one, what if you have a <strong>MySQL</strong> <strong>replication</strong> setup and the slave stops replicating with a syntax error? The slave should be executing the exact same commands as the master, right? Well, as it turns out, yes and no. There is a bug in <strong>MySQL</strong> that has been fixed in 5.0.56 according to the <a href="http://bugs.mysql.com/bug.php?id=26489">bug report</a>. It’s a long story and it’s worth the read but what happens is that a timeout in the network connection between the master and the slave can cause the master to resend part of packet that it sent before. The&#8230; <a href="http://www.goitworld.com/syntax-error-on-mysql-replication-slave/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/syntax-error-on-mysql-replication-slave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql grant privileges to db</title>
		<link>http://www.goitworld.com/mysql-grant-privileges-to-db/</link>
		<comments>http://www.goitworld.com/mysql-grant-privileges-to-db/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:41:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[grant]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[privileges]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mysql-grant-privileges-to-db/</guid>
		<description><![CDATA[<p>If you want to grant remote access privileges to a DB on your server,Please look fllow.</p>
<p>First login trough SSH on your server and get access to you mysql</p>
<blockquote><p>$mysqladmin -u <em>xxx</em> password&#160; <em>xxx</em></p>
</blockquote>
<p>Note: the db user and db passwd are your database username and database password</p>
<blockquote><p>GRANT ALL PRIVILEGES ON db_base.* TO db_user @’%’ IDENTIFIED BY ‘db_passwd’;</p>
</blockquote>
<p>You can also grant accesss to a specific IP adress</p>
<blockquote><p>GRANT ALL PRIVILEGES ON failserv_example.* TO failserver@’xx.xx.xx.xx’ IDENTIFIED BY ‘db_passwd’;</p>
<p>(where x is your own remote IP)</p>
</blockquote>
<p>Refresh privileges,After that to activate your setting type</p>
<blockquote><p>FLUSH PRIVILEGES;</p>
</blockquote><p>&#8230; <a href="http://www.goitworld.com/mysql-grant-privileges-to-db/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mysql-grant-privileges-to-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open_files_limit can&#8217;t be set larger than 2048 on Windows</title>
		<link>http://www.goitworld.com/open_files_limit-cant-be-set-larger-than-2048-on-windows/</link>
		<comments>http://www.goitworld.com/open_files_limit-cant-be-set-larger-than-2048-on-windows/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:18:20 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[2048]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open_files_limit]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/open_files_limit-cant-be-set-larger-than-2048-on-windows/</guid>
		<description><![CDATA[<p>Description:   <br />Currently the number of fd&#8217;s on windows is limited to 2048.    <br />This is bad for performance, for many reasons, mostly windows servers    <br />are stuck with a tiny table_cache or low number of concurrent connections,    <br />compared with linux running on the same hardware. </p>
<p>Error Log:   <br />Could not increase number of max_open_files to more than 2048 (request: 3082)</p>
<p>Othre Error:</p>
<p>ERROR 1135: Can&#8217;t create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug</p>
<p>How to repeat:   <br />Run the server &#8230; <a href="http://www.goitworld.com/open_files_limit-cant-be-set-larger-than-2048-on-windows/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/open_files_limit-cant-be-set-larger-than-2048-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mysql Full Backup Script</title>
		<link>http://www.goitworld.com/mysql-full-backup-script/</link>
		<comments>http://www.goitworld.com/mysql-full-backup-script/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:24:09 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mysql-full-backup-script/</guid>
		<description><![CDATA[<p>Mysql Full Backup Script, Hope it can help you.</p>
<p>#!/bin/sh   <br />###################################################################    <br /># Name:Mysql_Full_Backup.sh    <br /># PS:MySQL DataBase Full Backup.    <br /># Write by:Jason    <br /># Last Modify:2009-11-20    <br />################################################################### </p>
<p># Define Variable Please Modify By Fact   <br /># Define Script Directory    <br />scriptsDir=/home/Script </p>
<p># Define Database Directory   <br />mysqlDir=/srv/mysql </p>
<p># Define Database User &#38; Name   <br />user=bkuser    <br />userPWD=pwd</p>
<p># Define Backup Directory   <br />dataBackupDir=/home/mysqlbackup </p>
<p># Define Email Content   <br />eMailFile=$dataBackupDir/email.txt </p>
<p># Define Email Address   <br /><a href="mailto:eMail=xxxx@mail.com">eMail=xxxx@mail.com</a> </p>
<p># Define Backup Log File.   <br />logFile=$dataBackupDir/mysqlbackup.log    <br />DATE=`date -I` </p>
<p>echo &#34;&#34; &#62; $eMailFile&#8230; <a href="http://www.goitworld.com/mysql-full-backup-script/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mysql-full-backup-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Different Languages in MySQL</title>
		<link>http://www.goitworld.com/using-different-languages-in-mysql/</link>
		<comments>http://www.goitworld.com/using-different-languages-in-mysql/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 06:59:59 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/using-different-languages-in-mysql/</guid>
		<description><![CDATA[<p>Of course, the data you put into MySQL can be any language you want, but many people around the world who do not speak English as a first language use MySQL. MySQL AB, the company now responsible for MySQL, is based in Sweden, and most of the primary developers are Scandinavian. So, it comes as no surprise that MySQL distributions come with support for other languages. The following languages are currently supported, and more are likely to be added: Czech, Danish, Dutch, English (the default), Estonian, French, German, Greek, Hungarian, Italian, Korean, Norwegian, Norwegian-ny, Polish, Portuguese, Romanian, Russian, Slovak, Spanish,&#8230; <a href="http://www.goitworld.com/using-different-languages-in-mysql/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/using-different-languages-in-mysql/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

