By: willem on: Feb 4, 2010
In: databases, mysql, tips & tricks
If you need to import data from CSV or other text-based files to a MySQL database or vice-versa, you can use the LOAD DATA or SELECT INTO OUTFILE statements explained in this post.
By: willem on: Jan 27, 2010
In: apache, cpanel, mysql, tips & tricks, tools, unix, whm
This post lists Inbound and Outbound Ports used by the cPanel and WHM software that should be opened if you’re running WHM behind a firewall.
By: willem on: Jun 24, 2009
In: databases, humor, industry news
Wolfram|Alpha is the computational knowledge engine developed by Dr. Stephen Wolfram; its developers added several easter eggs to the public release.
By: willem on: Jun 16, 2009
In: databases, mysql, tips & tricks, tools, unix
By default, remote access to the MySQL database service is disabled. If you need to enable remote access, you can follow these steps.
By: willem on: May 26, 2009
In: apple, databases, sqlite, tips & tricks, tools, unix
SMS messages on the iPhone are stored in a SQLite database, and if you need to back up your messages you can do so using one of these methods.