<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/mysql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 14:10:47 GMT</pubDate>
<item>
<title>(Bash) File per Table - Leech</title>
<link>http://snipplr.com/view/7750/file-per-table/</link>
<description><![CDATA[ <p>Exports all tables in a given DB one per file.</p> ]]></description>
<pubDate>Wed, 06 Aug 2008 16:58:33 GMT</pubDate>
<guid>http://snipplr.com/view/7750/file-per-table/</guid>
</item>
<item>
<title>(Bash) Securely access (e.g. firewall filtered) remote services through ssh tunnel - iblis</title>
<link>http://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel/</link>
<description><![CDATA[ <p>1. Allows encryption between client and server 
2. Bypasses filtered port, if any on the standard port for the given service.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 13:48:32 GMT</pubDate>
<guid>http://snipplr.com/view/7186/securely-access-eg-firewall-filtered-remote-services-through-ssh-tunnel/</guid>
</item>
<item>
<title>(Bash) Install mySQL gem on a fink (vs self made) mySQL installation - iblis</title>
<link>http://snipplr.com/view/7183/install-mysql-gem-on-a-fink-vs-self-made-mysql-installation/</link>
<description><![CDATA[ <p>When installing mysql and mysql-dev with fink, gem is unable to find the mysql headers and libraries: you should specify their location. If compiled manually from source, gem will find it if /usr/local/mysql (or what ever other location you specified at compilation time) is in your path.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 10:51:20 GMT</pubDate>
<guid>http://snipplr.com/view/7183/install-mysql-gem-on-a-fink-vs-self-made-mysql-installation/</guid>
</item>
<item>
<title>(Bash) Remove all tables with a certain pattern from the database - berkes</title>
<link>http://snipplr.com/view/4890/remove-all-tables-with-a-certain-pattern-from-the-database/</link>
<description><![CDATA[ <p>This script removes (DROPS) all tables that start with foo_. Usefull if you had some CMS or application that (ab)uses table prefixing, and want to clean 0ut your database.

NOTE: the data is remove FOREVER! So take good casre: make backups and all the likes. Try on a test-database first!</p> ]]></description>
<pubDate>Mon, 04 Feb 2008 04:18:22 GMT</pubDate>
<guid>http://snipplr.com/view/4890/remove-all-tables-with-a-certain-pattern-from-the-database/</guid>
</item>
<item>
<title>(Bash) mysql dump only data myisam to innodb and gzip - therobot</title>
<link>http://snipplr.com/view/3867/mysql-dump-only-data-myisam-to-innodb-and-gzip/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Oct 2007 08:19:15 GMT</pubDate>
<guid>http://snipplr.com/view/3867/mysql-dump-only-data-myisam-to-innodb-and-gzip/</guid>
</item>
<item>
<title>(Bash) Change password for mysql root user on debian - therobot</title>
<link>http://snipplr.com/view/3865/change-password-for-mysql-root-user-on-debian/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Oct 2007 06:11:56 GMT</pubDate>
<guid>http://snipplr.com/view/3865/change-password-for-mysql-root-user-on-debian/</guid>
</item>
<item>
<title>(Bash) Backup a remote MySQL database to your local hard disk - hyperwhat</title>
<link>http://snipplr.com/view/3863/backup-a-remote-mysql-database-to-your-local-hard-disk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 09 Oct 2007 00:41:54 GMT</pubDate>
<guid>http://snipplr.com/view/3863/backup-a-remote-mysql-database-to-your-local-hard-disk/</guid>
</item>
<item>
<title>(Bash) Install mysql gem - therobot</title>
<link>http://snipplr.com/view/3830/install-mysql-gem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 04 Oct 2007 03:54:57 GMT</pubDate>
<guid>http://snipplr.com/view/3830/install-mysql-gem/</guid>
</item>
<item>
<title>(Bash) Export an .sql file - hyperwhat</title>
<link>http://snipplr.com/view/3792/export-an-sql-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Sep 2007 22:17:52 GMT</pubDate>
<guid>http://snipplr.com/view/3792/export-an-sql-file/</guid>
</item>
<item>
<title>(Bash) Import an .sql file - hyperwhat</title>
<link>http://snipplr.com/view/3785/import-an-sql-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Sep 2007 22:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/3785/import-an-sql-file/</guid>
</item>
<item>
<title>(Bash) MySQL dump tables like... - remysharp</title>
<link>http://snipplr.com/view/3716/mysql-dump-tables-like/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 16 Sep 2007 15:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/3716/mysql-dump-tables-like/</guid>
</item>
<item>
<title>(Bash) Fix MySQL Table problems - benpjohnson</title>
<link>http://snipplr.com/view/3510/fix-mysql-table-problems/</link>
<description><![CDATA[ <p>Useful when your server runs out of disk space</p> ]]></description>
<pubDate>Mon, 13 Aug 2007 01:13:33 GMT</pubDate>
<guid>http://snipplr.com/view/3510/fix-mysql-table-problems/</guid>
</item>
<item>
<title>(Bash) mysqldump2mail - miziomon</title>
<link>http://snipplr.com/view/2353/mysqldump2mail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 18 Mar 2007 13:01:46 GMT</pubDate>
<guid>http://snipplr.com/view/2353/mysqldump2mail/</guid>
</item>
<item>
<title>(Bash) Backup from textdrive to strongspace - sudarkoff</title>
<link>http://snipplr.com/view/1753/backup-from-textdrive-to-strongspace/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Dec 2006 11:06:44 GMT</pubDate>
<guid>http://snipplr.com/view/1753/backup-from-textdrive-to-strongspace/</guid>
</item>
</channel>
</rss>