I just realized that we haven’t blogged a list of our sessions at the O’Reilly MySQL Conference and Expo (#mysqlconf) yet. Here is a hopefully complete list. Diagnosing and Fixing MySQL Performance Problems (Monday Tutorial) Percona Server: secret features MySQL and SSD: Usage Patterns Achieving PCI Compliance with MySQL The Aspersa System Administrator’s Toolkit Percona [...] [...more]
There are a large number of Drizzle sessions at this years’ MySQL UC. If you want to know more about what you’ll be using instead of MySQL in the very near future, come and check them out ; ) The team will be blogging individually about their various presentations in greater detail in the future, [...] [...more]
There are a large number of Drizzle sessions at this years’ MySQL UC. If you want to know more about what you’ll be using instead of MySQL in the very near future, come and check them out ; ) The team will be blogging individually about their various presentations in greater detail in the future, [...] [...more]
I want to prevent a form from being submitted a second time when a user presses the back button. [...more]
Part 1 of a 3 part tutorial on how to select a record to delete from a mySQL database table, using PHP. This tutorial uses PHP to display all records, then you can select the one to delete. Part 2 has a confirmation page, so uses sessions to store information. Part 3 runs the actual [...] [...more]