Monthly Archives: July 2006

Apache SSL — How to create a self-signed SSL Certificate

How to create a self-signed SSL Certificate … … which can be used for testing purposes or internal usage Overview The following is an extremely simplified view of how SSL is implemented and what part the certificate plays in the … Continue reading

Posted in WebTechnology | Leave a comment

refresh and redirect web page with a meta tag

In 2 seconds, redirect to http://www.yoursite.com/newpage.htm.

Posted in WebTechnology | 3 Comments

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