My Blog

All about my activities, Ideas and everything.

Month: March, 2009

Tutorial : Enable InnoDB for MySQL

1. Open the MySQL options file, the file is called my.cnf (Linux) – are in the / etc / my.cnf – or my.ini (Windows) – the path c: / windows / my.ini – 2. Find Education skip-InnoDB and comment # before adding it 3. E ‘recommended increasing the max_allowed_packet value to make sure you can [...]

Problem : CakePHP gets ugly in apache2 with mod_rewrite problem

I have just gone for a new toy, cakePHP, which I have a little problem with the installation. I have a problem with the style in the first page, because It has no colour no style, just plain text. So, the problem is mod_rewrite in apache2. Well, I do simple three things to fix the [...]