<?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>mysql &#8211; Diary of an Emacs tragic</title>
	<atom:link href="https://emacstragic.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://emacstragic.net</link>
	<description>Jason Lewis</description>
	<lastBuildDate>Thu, 01 May 2014 00:43:15 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://emacstragic.net/wp-content/uploads/2018/12/cropped-jason-lewis-profile-picture-square-150x150.jpg</url>
	<title>mysql &#8211; Diary of an Emacs tragic</title>
	<link>https://emacstragic.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">38469313</site>	<item>
		<title>automysqlbackup ERRORS REPORTED: MySQL Backup error Log Warning: Skipping the data of table mysql.event. Specify the &#8211;events option explicitly.</title>
		<link>https://emacstragic.net/uncategorized/automysqlbackup-errors-reported-mysql-backup-error-log-warning-skipping-data-table-mysql-event-specify-events-option-explicitly/</link>
					<comments>https://emacstragic.net/uncategorized/automysqlbackup-errors-reported-mysql-backup-error-log-warning-skipping-data-table-mysql-event-specify-events-option-explicitly/#respond</comments>
		
		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Thu, 01 May 2014 00:43:15 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">https://emacstragic.net/?p=1022</guid>

					<description><![CDATA[I was receiving email error messages from cron like this from my autbackupmysql on a regular basis: ERRORS REPORTED: MySQL Backup error Log for somehost.com.dxa - 2014-05-01_06h26m -- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly. It turns out that mysqldump now warns you if the events table is not being [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I was receiving email error messages from cron like this from my autbackupmysql on a regular basis:<br />
<code>ERRORS REPORTED: MySQL Backup error Log for somehost.com.dxa - 2014-05-01_06h26m<br />
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.<br />
</code><br />
It turns out that mysqldump now warns you if the events table is not being dumped. So to get rid of the warning either ensure the table gets dumped when you do a backup or tell mysql explicitly not to dump it. I chose the former approach as it is a backup after all.<br />
Simply add the following line to /etc/mysql/my.cnf<br />
<code><br />
[mysqldump]<br />
...<br />
...<br />
...<br />
events<br />
</code><br />
This tells the mysqldump program to explicity include the events table, and removes the warning. You can see a discussion about this option <a href="http://bugs.mysql.com/bug.php?id=68376">here</a>.<br />
If you are using debian, you will need to add that section to the /etc/mysql/debian.cnf file also as automysqlbackup uses that file for its configuration instead. See <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721877">debian bug</a> report for more details.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://emacstragic.net/uncategorized/automysqlbackup-errors-reported-mysql-backup-error-log-warning-skipping-data-table-mysql-event-specify-events-option-explicitly/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1022</post-id>	</item>
	</channel>
</rss>
