Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
Category Archives: MySQL
Working with Fixed Length Outfiles using MySQL and PHP
Creating ASCII Fixed Length Outfiles using MySQL Step 1. Create a FileSpecification Mysql table. Step 2. Export your MySQL data using the FileSpecification Table as a map Details: Step 1. Create a FileSpecification Mysql table. Create a File Specification Table: … Continue reading
Posted in MySQL, Other Tech, WebTechnology
Leave a comment
A.4.2 How to Reset Root Password in MySQL
If you have forgotten the root user password for MySQL, you can restore it with the following procedure: 1. Take down the mysqld server – kill `cat /mysql-data-directory/hostname.pid` 2. Restart mysld with the –skip-grant-tables option. 3. Connect to the mysqld … Continue reading
Posted in MySQL, WebTechnology
Leave a comment
MYSQL – export and email automation
Situation You want to export data from a MYSQL table and email it in .CSV format on a regular schedule. This was on Darwin on Mac OS X server, but works on any similarly configured *Nix of course. Solution Build … Continue reading
Posted in MySQL, WebTechnology
Leave a comment