Using Perl and MySQL
April 19, 2005 Posted by KP
I moved this Blog to my FreeBSD server, this Blog uses MovableType Blog system which requires perl (as cgi file) and MySQL. To make the posting working, I did the following things:
1. Uncomment the following line in the Apache configuration file /usr/local/etc/apache/httpd.conf.
AddHandler cgi-script .cgi .pl
2. Install perl-mysql module
# cd /usr/ports/databases/p5-Mysql
# make install
Related Posts:
- MySQL Log File
- MySQL Start Script
- Monitor MySQL Log File
- MySQL Backup and my.cnf
- Optimizing MySQL
- Create MySQL User
- MySQL Optimization
- portaudit
Filed Under: MySQL