<?xml version="1.0"?>
<rss version="2.0"><channel><title>TagFacts/kuchin/mysql</title><link>http://tagfacts.com/kuchin/mysql</link><description><![CDATA[Latest notes with tag 'mysql' added by kuchin to TagFacts]]></description><language>en-us</language><item><title>MySQL charset problems</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	WordPress: wp-db.php<br />Invision:  drivers/mySQL.php<br /><br />&#036;this-&gt;query(&quot;SET NAMES &#39;cp1251&#39;&quot;);<br />&#036;this-&gt;query(&quot;SET CHARACTER_SET_CLIENT=&#39;cp1251&#39;&quot;);<br /><br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_CONNECTION=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_RESULTS=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_SERVER=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET COLLATION_CONNECTION=&#39;utf8_general_ci&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET COLLATION_SERVER=&#39;utf8_general_ci&#39;&quot;);
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/charset"  >charset</a> <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Tue, 26 Dec 2006 10:02:31 GMT</pubDate><guid isPermaLink="false">programs_id_486</guid><author>kuchin@nosuchserver.com</author><category>charset</category><category>mysql</category></item><item><title>Incremental MySQL backup</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	mysqldump --extended-insert=false<br />then using diff -u, diff -u0, or maybe diff -e, between original mysqldump image and the new one to get the incremental.
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/backup"  >backup</a> <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Mon, 18 Dec 2006 12:29:47 GMT</pubDate><guid isPermaLink="false">programs_id_484</guid><author>kuchin@nosuchserver.com</author><category>backup</category><category>mysql</category></item><item><title>MySQL configuration</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	[mysqld]<br />key_buffer = 100M<br />#log-bin<br />max_connections = 100
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Tue, 28 Feb 2006 20:53:41 GMT</pubDate><guid isPermaLink="false">programs_id_284</guid><author>kuchin@nosuchserver.com</author><category>mysql</category></item><item><title>MySQL adding users</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	GRANT ALL PRIVILEGES ON dbname.* TO some_user@&#39;localhost&#39; IDENTIFIED BY &#39;some_pass&#39; WITH GRANT OPTION;<br /><br />For old clients:<br />SET PASSWORD FOR some_user@&#39;localhost&#39; = OLD_PASSWORD(&#39;some_pass&#39;);
	<br/>
		<a href="http://dev.mysql.com/doc/mysql/en/adding-users.html">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a> <a href="http://tagfacts.com/kuchin/setup"  >setup</a>]]></description><pubDate>Mon, 19 Sep 2005 12:02:45 GMT</pubDate><guid isPermaLink="false">programs_id_22</guid><author>kuchin@nosuchserver.com</author><category>mysql</category><category>setup</category></item><item><title>MySQL and files backup script</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	mysqldump -q -A -hlocalhost -uuser -ppassword &gt; SQL_`date +%F`.sql<br />zip -q -m SQL_`date +%F`.zip SQL_`date +%F`.sql<br />find www/ | zip Files_`date +%F`.zip -q -@<br />mv SQL_`date +%F`.zip www/mysql_dump/<br />mv Files_`date +%F`.zip www/mysql_dump/
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/backup"  >backup</a> <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Mon, 19 Sep 2005 11:18:27 GMT</pubDate><guid isPermaLink="false">programs_id_21</guid><author>kuchin@nosuchserver.com</author><category>backup</category><category>mysql</category></item></channel></rss>
