<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Aditya Kothadiya - Latest Comments in Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://aditya.disqus.com/</link><description>Entrepreneurship, programming, design, productivity, books, philosophy and more.</description><atom:link href="https://aditya.disqus.com/automating_your_mysql_database_backup_on_media_temples_grid_server/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 31 Aug 2011 09:12:00 -0000</lastBuildDate><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-299532009</link><description>&lt;p&gt;Thanks Mike, this worked for me!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">marcsanders</dc:creator><pubDate>Wed, 31 Aug 2011 09:12:00 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-190137145</link><description>&lt;p&gt;Thanks for the advice!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Hardy</dc:creator><pubDate>Fri, 22 Apr 2011 13:42:43 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-38715116</link><description>&lt;p&gt;For some old MT accounts that used to be (ss), the main db user isn't necessarily 'dbxxxx', it could be the original main MySQL account username.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">niquito</dc:creator><pubDate>Tue, 09 Mar 2010 14:29:39 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-37546983</link><description>&lt;p&gt;I get a "permission denied" error... not sure what permissions to change, any suggestions?  SSH is enabled.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sam Morris</dc:creator><pubDate>Tue, 02 Mar 2010 00:04:30 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-21777186</link><description>&lt;p&gt;Marc, thanks! I'll give that a try. Appreciate the tips. Clint&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">starksilvercreek</dc:creator><pubDate>Tue, 03 Nov 2009 14:38:10 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-21730364</link><description>&lt;p&gt;Clint,&lt;br&gt;        Not sure if you figured it out, but basically what you want to do is make sure that the line-endings are in the Unix-friendly 'LF' format.&lt;/p&gt;&lt;p&gt;That's what fixed it for me.&lt;/p&gt;&lt;p&gt;Also, another issue I found with the script that I fixed was the path. It kept giving me a 'file or folder cannot be found' error. All I did was change the XXXXX from my gridserver/account number to my primary domain name. It seems that MediaTemple has both stored - I guess the gridserver number works for some clients, but for me only the primary domain worked.&lt;/p&gt;&lt;p&gt;Hope that works for you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc Gayle</dc:creator><pubDate>Mon, 02 Nov 2009 23:50:03 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-21161274</link><description>&lt;p&gt;I second Clint's error.&lt;/p&gt;&lt;p&gt;That's what I keep getting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc Gayle</dc:creator><pubDate>Wed, 28 Oct 2009 02:38:16 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-19700069</link><description>&lt;p&gt;Thanks for this. I followed directions, but I keep getting this error when I try to test:&lt;/p&gt;&lt;p&gt;./&lt;a href="http://db_backup.sh" rel="nofollow noopener" target="_blank" title="db_backup.sh"&gt;db_backup.sh&lt;/a&gt;&lt;br&gt;: bad interpreter: No such file or directory&lt;/p&gt;&lt;p&gt;If I try "bash &lt;a href="http://db_backup.sh" rel="nofollow noopener" target="_blank" title="db_backup.sh"&gt;db_backup.sh&lt;/a&gt;" I get this error:&lt;br&gt;: command not found6:&lt;br&gt;'&lt;a href="http://b_backup.sh" rel="nofollow noopener" target="_blank" title="b_backup.sh"&gt;b_backup.sh&lt;/a&gt;: line 8: syntax error near unexpected token `do&lt;br&gt;'&lt;a href="http://b_backup.sh" rel="nofollow noopener" target="_blank" title="b_backup.sh"&gt;b_backup.sh&lt;/a&gt;: line 8: `do&lt;/p&gt;&lt;p&gt;Any suggestions? I can't wait to get this working. Thanks again.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Clint</dc:creator><pubDate>Fri, 09 Oct 2009 17:04:48 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-12161945</link><description>&lt;p&gt;This worked great for me to back up my (mt) databases.  Thank you!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex Kendrick</dc:creator><pubDate>Sat, 04 Jul 2009 17:33:41 -0000</pubDate></item><item><title>Re: Automating Your MySQL Database Backup On Media Temple’s Grid-Server</title><link>http://adityakothadiya.com/2009/05/automating-your-mysql-database-backup-on-media-temple%e2%80%99s-grid-server/#comment-10044633</link><description>&lt;p&gt;You might be able to make this a bit sweeter.  Wouldn't it be nice if you didn't have to know the names of all your databases.  Perhaps changing line 7 to this instead:&lt;/p&gt;&lt;p&gt;for DATABASE in `mysqlshow -udbXXXXX -pPASSWORD -h &lt;a href="http://internal-db.sXXXXX.gridserver.com" rel="nofollow noopener" target="_blank" title="internal-db.sXXXXX.gridserver.com"&gt;internal-db.sXXXXX.gridserv...&lt;/a&gt; | grep '^|'|grep -v Databases | cut -f 2 -d ' '`&lt;/p&gt;&lt;p&gt;No guarantees but that might work.&lt;/p&gt;&lt;p&gt;Mike Marley&lt;br&gt;Technical Communications&lt;br&gt;(mt) Media Temple&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Marley</dc:creator><pubDate>Wed, 27 May 2009 01:27:59 -0000</pubDate></item></channel></rss>