How to Import a CSV file into MySQL through PHPmyAdmin

On October 7, 2010, in EZ Empire Builder, by

Sometimes .sql formatted database files are a little more solid and reliable formats than .txt or .csv files for various reason. In this article I will show you very quickly how to convert a CSV file into a SQL file easily using PHPmyAdmin. phpMyAdmin is an open source tool written in PHP intended to handle [...]

Tagged with:  

My Server Limits me to 2 MB File Uploads. How Can I Upload a Larger File?

On January 4, 2010, in How to's, wp rewriter, by

The Problem: Lets imagine you have a 27 Mb database file to upload to your server, such as you might using WP Rewriter in the event that you find yourself uploading a large thesaurus to your server for rewriting your auto-posts. This large file size would most likely exceed your server settings limitations. If you [...]