<?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; ~</title>
	<atom:link href="https://moneyslow.com/tag/mysql%e9%94%99%e8%af%af/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2021 10:29:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>报错ERROR 1221 (HY000): Incorrect usage of DB GRANT and GLOBAL PRIVILEGES</title>
		<link>https://moneyslow.com/%e6%8a%a5%e9%94%99error-1221-hy000-incorrect-usage-of-db-grant-and-global-privileges.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Mon, 25 Nov 2019 02:02:45 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[mysql错误]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=9729</guid>

					<description><![CDATA[大概意思是全局参数不能设置到特定数据库
Since the REPLICATION SLAVE privileges are global and can not be assigned to a particular database, they must be specified globally in the query, so the SQL query should look like this:
改成*.*就好了：
GRANT REPLICATION SLAVE ON *.* TO "replication"@"192.168.1.9" IDENTIFIED BY "password";]]></description>
		
		
		
			</item>
		<item>
		<title>FATAL ERROR: Could not find ./bin/my_print_defaults</title>
		<link>https://moneyslow.com/fatal-error-could-not-find-binmy_print_defaults.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Thu, 17 Dec 2015 06:51:15 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql错误]]></category>
		<category><![CDATA[互联网技术]]></category>
		<guid isPermaLink="false">http://blog.a8z8.com/?p=197</guid>

					<description><![CDATA[一般还有如下提示： If you compiled from source, you need to run 'make install' to copy the software into the correct location ready for operation. If you are using a binary release, you must either be at the top level of the extracted archive, or pass the --basedir option pointing to that location. &#160; 所以我们按照提示把basedir 也加上： /usr/local/mysql/bin/mysql_install_db [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
