[Skip Header and Navigation] [Jump to Main Content]
Home
Rymland
Where the Rymlands meet

Languages

  • English
  • עברית

User login

  • Create new account
  • Request new password
Home

MySQL

Direct DB access with custom (CCK) node types in Drupal

Submitted by boaz on Thu, 02/07/2008 - 09:13
  • technical
  • cck
  • drupal
  • MySQL
  • php

Hi,

I had this experience a few days ago which I could definitely spare: my code that runs custom query against a Drupal site's DB failed completely. One day, out of the blue, my code topped working and I got those SQL problems errors. It appeared as if the DB has changed under my feet! C$%p! - DB corruption???
Not really... Had I known a bit more... Embarassed .

Here's the deal:
You work with Drupal, you have your own node types, created with CCK module of course.

  • boaz's blog
  • Add new comment
  • Read more

Exporting MySQL data into CSV using command line client

Submitted by boaz on Fri, 02/01/2008 - 09:26
  • howto
  • technical
  • CSV
  • export
  • MySQL

I've recently needed to export some MySQL table data into a file.
Sure, there are gazillion ways to do this. I wanted to do this with as simple as possible tools - command line, that will be available always, and in a way which is not too awkward yet still powerful enough while done in a resource-conserving way.

  • boaz's blog
  • Add new comment
  • Read more
[Jump to Top] [Jump to Main Content]