Although using MySQL enums is often discouraged I sometimes use them for their simplicity. Today however I stumbled upon one of the problems with enums. There is no simple method to determine all possible values of an enum column.more
Posts tagged with mysql
Installing a Web Application on Engarde Secure Linux
February 10, 2010 -
Once you've read this article you will have learned how to install a PHP Web Application on a server running Engarde Secure Linux.
For the sake of this article, we will assume that you are running version 3.0.22 or later of Engarde Linux with SELinux in enforcing mode and that you have already installed the following packages: apache, MySQL-server, php5 and php5-mysql. Obviously we assume that you have root access as well.
more