CMS Application This is something I’ve been working on and still am constantly to make it better, This is a CMS system that allows you to control an entire multi-language website simply from within it’s built in Admin control panel. Some of the features Blogs – Full System (Includes categories, tags, posts, replies, multi-language, permission based and more) Custom Pages – Full System (Includes categories, tags, posts,...
Posts Tagged "mysql"
We have added a new test to our testing system for MySQL 5. You can check it out at our testing center. Visit the test center at This Link
MySQL Data Types Quick Reference Table: MySQL Version 5.0 Learning how to use the MySQL database properly can take quite a bit of time. It is not uncommon to select a less than optimal data type when setting up a new table. Multiple data types are available for each value that you wish to store. This MySQL data type tutorial is intended to help take some of the mystery out of the proper type selections for database columns. The following is a...
After reading Tapos Blog post about the differences between InnoDB and MyISAM database engines i found out that InnoDB does not only support row level locking but more then that, By doing a small fast research i came to those main differences: The big difference between MySQL Table Type MyISAM and InnoDB is that InnoDB supports transaction InnoDB is for high volume, high performance MYISAM does not support the foreign key constraint but InnoDB...





Latest Comments