Recently, while working at requirements for a Government client I was tasked with finding a way to create rss feeds for site wide searches. Here, I've decided to share this solution with the wider community.

open source web development for social change |
|
MySQLCreate RSS Feeds of Search Results with Views 2Submitted by Varun on Mon, 2009-11-09 17:07.Recently, while working at requirements for a Government client I was tasked with finding a way to create rss feeds for site wide searches. Here, I've decided to share this solution with the wider community.
Splitting up Unweildy Database Dumps/ExportsSubmitted by ethan on Tue, 2007-10-23 12:26.I recently found myself in possession of a huge (~1.5GB) MySQL dump that I needed to restore after a system reinstall. When a text file gets this large, it is very difficult to edit or even view, as text editors simply can't handle the size. Fortunately, I figured out a simple way of separating the single file into separate databases that could be viewed or imported individually. It works because a typical database dump first creates the database, then the tables, then inserts the data into those tables. It does this sequentially, for one database at a time. Troubleshooting MySQL Dumps and ImportsSubmitted by stevem on Thu, 2006-09-28 16:42.The various versions of MySQL are more or less compatible with one another, but problems arise pretty regularly, especially when it comes to moving between versions of MySQL. Here are some notes about common MySQL dumping and importing issues, particularly those relevant to Back-End, Drupal, and CiviCRM. Reserved words |
Recent blog posts
User login |