
Clearing down test orders in Ubercart
Setting up and testing a Drupal 6 + Ubercart site with a payment service provider can result in a lot of test orders on the system so here's a quick procedure for clearing them down before handing the site over to the client.
Use at your own risk and ensure you have a back up of your database before you start!
Back up your database.
No really, back up your database, if you make a mistake here your data is gone bye-bye!
Okay, now we can begin.
tags: d6, drupal, mysql, ubercart
things to do: read 2 comments, read the full post

MySQL Character Encoding Issues
These MySQL commands might come in handy when running up against character encoding issues:
mysql> use `your_database`; Database changed mysql> show variables like "collation_database"; +--------------------+-----------------+ | Variable_name | Value | +--------------------+-----------------+ | collation_database | utf8_general_ci | +--------------------+-----------------+ 1 row in set (0.00 sec) mysql> show variables like "character_set_database"; +------------------------+-------+ | Variable_name | Value | +------------------------+-------+
tags: mysql
things to do: read 1 comment, read the full post




I design and develop web sites built with 




