MySQL Workbench
This video explains why so many DBAs and developers use MySQL Workbench every day to designs, develops and administers MySQL databases.
Database Software Development Videos and Tutorials: MySQL, Oracle, NoSQL
This video explains why so many DBAs and developers use MySQL Workbench every day to designs, develops and administers MySQL databases.
DRBD is popular as a good low-cost high availability solution for MySQL. It offers synchronous data replication without MySQL having to worry about the details. You can avoid some of the problems of MySQL’s statement based replication and configuration file complexity.
With a growing pool of ORMs innovating in the realm of NoSQL solutions and a new NoSQL database seemingly every week, it can be difficult to decide what is right for your app. We’ll talk about the features of MongoDB that make it the best document database, and what’s being …
This presentation gives an overview of Riak, the newest kid on the NoSQL block and explains why it should power your next web-scale app. http://sdruby.org/podcast/81
PHP’s prepared statements (for database access) are fantastic. Not only do they help secure your database queries, but they’re also particularly more efficient for larger products. However, there are a couple issues that appear to make these methods less flexible than we’d hope. This video shows solutions to these issues. …
This video presents Redis, a relatively new database with rich datatypes, lots of features and an amazing performance. The presentation will cover following things: * What Redis is and how it compares to other databases such as BigTable or MySQL * How Plurk is using Redis to store millions of …