<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MySQL on System Overlord</title><link>https://systemoverlord.com/tags/mysql.html</link><description>Recent content in MySQL on System Overlord</description><generator>Hugo</generator><language>en-us</language><managingEditor>david@systemoverlord.com (David Tomaschik)</managingEditor><webMaster>david@systemoverlord.com (David Tomaschik)</webMaster><lastBuildDate>Wed, 21 Sep 2011 22:32:00 +0000</lastBuildDate><atom:link href="https://systemoverlord.com/tags/mysql/index.xml" rel="self" type="application/rss+xml"/><item><title>Migrating an Access Database to MySQL</title><link>https://systemoverlord.com/2011/09/21/migrating-an-access-database-to-mysql/</link><pubDate>Wed, 21 Sep 2011 22:32:00 +0000</pubDate><author>david@systemoverlord.com (David Tomaschik)</author><guid>https://systemoverlord.com/2011/09/21/migrating-an-access-database-to-mysql/</guid><description>&lt;p&gt;I'm currently taking a Database class as part of my requirements for my M.S. in Computer Science. Several of our assignments are based on a database provided to us as a Microsoft Access Database. While I have a Windows 7 Virtual Machine, and could install Office in it, I prefer to use free software whenever possible, so I looked for a way to use this database with free software.&lt;/p&gt;
&lt;p&gt;Fortunately, the database is in the earlier .mdb format, and not the newer .accdb format. I first found a glimmer of hope in an &lt;a href="http://nialldonegan.me/2007/03/10/converting-microsoft-access-mdb-into-csv-or-mysql-in-linux/"&gt;article&lt;/a&gt; by Niall Donegan describing the use of the &lt;a href="http://mdbtools.sourceforge.net/"&gt;MDB Tools&lt;/a&gt; package.&lt;/p&gt;</description></item><item><title>Memo to Self when Moving Databases</title><link>https://systemoverlord.com/2011/03/05/memo-to-self-when-moving-databases/</link><pubDate>Sat, 05 Mar 2011 23:50:32 +0000</pubDate><author>david@systemoverlord.com (David Tomaschik)</author><guid>https://systemoverlord.com/2011/03/05/memo-to-self-when-moving-databases/</guid><description>&lt;p&gt;As a memo to myself, and in case others aren't aware of this:&lt;/p&gt;
&lt;p&gt;If you move the entirety of a mysql server (e.g., all databases, especially the "mysql" database) to a new Debian-based (Debian, Ubuntu, etc.) server, you need to make sure the debian-sys-maint user is created or updated.&lt;/p&gt;
&lt;p&gt;If moving from a non-Debian-ish environment, try: &lt;/p&gt;
&lt;pre&gt;GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY '--password--' WITH GRANT OPTION;&lt;/pre&gt;&lt;p&gt; where "--password--" comes from /etc/mysql/debian.cnf.&lt;/p&gt;</description></item></channel></rss>