Top Posts
-
Recent Posts
Recent Comments
- Claire Boussard on Dynamic select box with CakePHP 2.0
- Claire Boussard on Dynamic select box with CakePHP 2.0
- David on CakePHP 2.0 AJAX sortable list that updates to databases
- Richard on Dynamic select box with CakePHP 2.0
- Bisuke on Dynamic select box with CakePHP 2.0
Categories
Link
Category Archives: MySQL
MySQL Transactions will automatically rollback if not committed
Just a quick note on this one, because although it seems obvious, I couldn’t find this explicitly mentioned anywhere in the MySQL manual entry for transaction syntax. However if you issue an SQL ‘START TRANSACTION’ statement, anything you do after … Continue reading
Posted in MySQL
Leave a comment
Watch out for calculations with MySQL unsigned integers
Unsigned integers are a useful column type in MySQL if you want to make your tables as small as possible. Making tables small is a good idea because at the end of the day, database access is limited by hard … Continue reading
