<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with MySQL and phpmyadmin</title>
      <link>http://ask.metafilter.com/tags/MySQL+phpmyadmin</link>
      <description>Questions tagged with 'MySQL' and 'phpmyadmin' at Ask MetaFilter.</description>
	  <pubDate>Sat, 22 Dec 2012 01:16:57 -0800</pubDate> <lastBuildDate>Sat, 22 Dec 2012 01:16:57 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>How do I import my Magento database? (memory errors)</title>
	<link>http://ask.metafilter.com/231644/How%2Ddo%2DI%2Dimport%2Dmy%2DMagento%2Ddatabase%2Dmemory%2Derrors</link>	
	<description>I am trying to import a Magento database in phpMyAdmin but keep getting an exhausted memory error. I am in MySQL hell.&lt;br&gt;
&lt;br&gt;
I had a Magento CE 1.5 installation, and I am now trying to use my webhost&apos;s automated system to install Magento CE 1.7, and then replace the newly created database&apos;s contents with the SQL backup file made of the 1.5 database.&lt;br&gt;
&lt;br&gt;
I tried to just import the old sql base files into the new database, but apparently phpMyAdmin can&apos;t just &quot;replace&quot; existing data with new data, so I wiped all the tables and am trying to use Import to bring in the gzipped backup.&lt;br&gt;
&lt;br&gt;
However, I keep getting this error:&lt;br&gt;
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 214237 bytes) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/import/csv.php on line 356&lt;br&gt;
&lt;br&gt;
I don&apos;t have access to the file the error message quotes.&lt;br&gt;
&lt;br&gt;
This is from my attempt at importing in CSV, the same happens if I try the SQL format version.&lt;br&gt;
&lt;br&gt;
The database unzipped is 300 MB, and its gzipped version is 40 MB.&lt;br&gt;
&lt;br&gt;
The tools at my disposal are FTP and phpMyAdmin. I don&apos;t know if have SSH access, and I&apos;d be all thumbs with it if I did because I have never used it. Is this an out of memory type situation due to such a large database? What can I do?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.231644</guid>
	<pubDate>Sat, 22 Dec 2012 01:16:57 -0800</pubDate>
	<category>database</category>
	<category>import</category>
	<category>magento</category>
	<category>mysql</category>
	<category>phpmyadmin</category>
	<category>resolved</category>
	<dc:creator>Unhyper</dc:creator>
	</item>
	<item>
	<title>How do I blow the whistle without getting involved?</title>
	<link>http://ask.metafilter.com/108301/How%2Ddo%2DI%2Dblow%2Dthe%2Dwhistle%2Dwithout%2Dgetting%2Dinvolved</link>	
	<description>I stumbled on a phpMyAdmin page for a database of personal info along with credit card numbers, hosted by a multinational corporation. I deleted some records. How do I report it without being accused of hacking? I Googled an old address, and on the first page of results was a phpMyAdmin page with my partner&apos;s name, email, and old address. I clicked on the result and was taken to a purchase records database, complete with phone numbers, credit card numbers and expiration dates. I showed my partner the page and asked, &quot;is this your credit card number?&quot; and got a &quot;yes... WHAT???!!!&quot;&lt;br&gt;
&lt;br&gt;
I realized I had admin privileges, so I tested deleting a record, and when it worked I deleted my partner and several other records for good measure. &lt;br&gt;
&lt;br&gt;
Now I&apos;d like to tell someone about it, but I&apos;m afraid if I email the company, it will turn into a Very Bad Scene. Again, this is a large multinational company, and I don&apos;t want to get caught up in this. &lt;br&gt;
&lt;br&gt;
Where could I report this, such as a specific person in the media or wherever, who would handle the information responsibly? &lt;br&gt;
&lt;br&gt;
My IP address is now all over this thing. Could what I did be considered hacking?&lt;br&gt;
&lt;br&gt;
Also, what is the best way to email someone anonymously?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.108301</guid>
	<pubDate>Wed, 03 Dec 2008 06:49:44 -0800</pubDate>
	<category>anonymous</category>
	<category>corporation</category>
	<category>database</category>
	<category>law</category>
	<category>mysql</category>
	<category>phpmyadmin</category>
	<category>privacy</category>
	<category>rights</category>
	<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
	<title>XMHelp!! XML and MyPHPAdmin import problem</title>
	<link>http://ask.metafilter.com/65406/XMHelp%2DXML%2Dand%2DMyPHPAdmin%2Dimport%2Dproblem</link>	
	<description>MySQL, PHPMyAdmin and XML imports/export problem... So about three months ago I was running a mediawiki server for some people who wanted to back up their data and go into a fresh mediawiki install.  So, I used phpmyadmin as a front end to MySQL, and exported the database to XML, and tossed it on a burnt cd somewhere.&lt;br&gt;
&lt;br&gt;
So, this week the people I&apos;m running the server for have come back to me, and they need to get their old wiki back and running under a different database.  No problem, I say, and I grab the backed up XML database.&lt;br&gt;
&lt;br&gt;
The problem is PHPMyAdmin seems to have no support for importing XML data, only SQL.  Does anyone know of a shell script/program/bit of dark magic to translate phpmyadmin&apos;s xml into valid SQL that I can import?&lt;br&gt;
&lt;br&gt;
This data is mission critical, and needs to be re-loaded, so I cant tell these people to go screw.  Any ideas?  I&apos;m on Linux, and I have physical access to the machine if it matters.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65406</guid>
	<pubDate>Fri, 22 Jun 2007 11:52:19 -0800</pubDate>
	<category>export</category>
	<category>import</category>
	<category>linux</category>
	<category>mysql</category>
	<category>php</category>
	<category>phpmyadmin</category>
	<category>xml</category>
	<dc:creator>SweetJesus</dc:creator>
	</item>
	<item>
	<title>mySQL/Drupal/phpMyAdmin</title>
	<link>http://ask.metafilter.com/50317/mySQLDrupalphpMyAdmin</link>	
	<description>mySQL/Drupal/phpMyAdmin: I&apos;ve got &lt;a href=&quot;http://drupal.org/node/69722&quot;&gt;this&lt;/a&gt; error in my Drupal DB, and I understand what I&apos;m supposed to do to fix it, but I don&apos;t know how to get jiggy in my database. The fix explains itself as if I had mySQL knowledge that I don&apos;t have. I&apos;m fine with that, but I&apos;m not fine with goofing around in phpMyAdmin and possibly horking all my content.&lt;br&gt;
&lt;br&gt;
Could someone give me a step by step on the right way to access the DB table in question?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.50317</guid>
	<pubDate>Mon, 06 Nov 2006 16:18:57 -0800</pubDate>
	<category>drupal</category>
	<category>mysql</category>
	<category>phpmyadmin</category>
	<dc:creator>sciurus</dc:creator>
	</item>
	<item>
	<title>Import data into mySQL?</title>
	<link>http://ask.metafilter.com/25693/Import%2Ddata%2Dinto%2DmySQL</link>	
	<description>I need help importing mySQL data from one server to another. I have a 15mb file I exported from the source DB, but I don&apos;t know how to get it into the new one. I&apos;m moving to a Dreamhost account, if that helps, and have phpMyAdmin at my disposal. It&apos;s certainly not intuitive -- can someone help me out?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.25693</guid>
	<pubDate>Mon, 17 Oct 2005 18:14:09 -0800</pubDate>
	<category>dreamhost</category>
	<category>mysql</category>
	<category>phpmyadmin</category>
	<dc:creator>o2b</dc:creator>
	</item>
	<item>
	<title>Help with phpMyadmin?</title>
	<link>http://ask.metafilter.com/24752/Help%2Dwith%2DphpMyadmin</link>	
	<description>Just getting started with php, web servers, html, mySQL, etc and have a question on phpMyadmin for those more experienced. When I first setup phpMyadmin it worked fine however the next day when I naviagate to the page for phpMyadmin I get an error message that it couldn&apos;t read my config file and suggests clicking the direct link to my config.inc.php file and checking for errors, it also says that if a blank page comes up then you are fine, well a blank page DOES come up but I am obviously not fine as phpMyadmin doesn&apos;t work... I must be missing something because this makes no sense to me, I&apos;ve googled and others have asked the same question but no answers have been posted, if anyone can help me out I&apos;ll be sure to post on other forums to answer this question for others.&lt;br&gt;
&lt;br&gt;
&quot;phpMyAdmin - Error&lt;br&gt;
&lt;br&gt;
phpMyAdmin was unable to read your configuration file!&lt;br&gt;
This might happen if PHP finds a parse error in it or PHP cannot find the file.&lt;br&gt;
Please call the configuration file directly using the link below and read the PHP error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.&lt;br&gt;
If you receive a blank page, everything is fine.&lt;br&gt;
&lt;br&gt;
config.inc.php&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24752</guid>
	<pubDate>Thu, 29 Sep 2005 09:32:04 -0800</pubDate>
	<category>html</category>
	<category>mysql</category>
	<category>phpmyadmin</category>
	<dc:creator>Cosine</dc:creator>
	</item>
	
	</channel>
</rss>

