20 Indispensible MySQL Resources

Anyone who’s spent more than 5 minutes on the MySQL documentation will realise it leaves a lot to be desired. The same goes for many of the 3rd party apps latched onto this platform which offer mediocre functionality and anything beyind the basic comes at a huge premium.Well here’s a set of 20 resources, tools, articles that hope to break that and bring it all under one roof. Enjoy.

Design & Administration Tools

  • MyDB Studio - Makes a useful administration app for MySQL and also has some design capabilities such as the SELECT wizard to help with overly complicated queries.
  • SQLYog - Provides an excellent GUI for designing and administrating you MySQL database.
  • WWW SQL Designer - A really funky Ajax database designer. It has many features normally only available in offline apps. It’s got a lot of promise although its still being very actively developed it’s stable and fast.
  • OpenOffice.org Base - I know its certainly an unusual one to incude in the list but OpenOffice Base does have good support for working on a MySQL system using its Java interface. Worth a look but if you have a huge database then it can take a performance knock.
  • AutoMySQLBackup - Why go to the special effort of producing scripts to backup when you can use this.
  • PHPMyAdmin - Been around for years and still going strong. Its not the most speedy when handling large sets of data (try offline apps such as SQLYog or MyDB) but its got every functionality you can shake a stick at.


Security Tools

  • SQLIer - A SQL injection tool which you provide a URL and it does all it can to perform SQL injection.
  • SQLMap - A blind SQL injection tool. It provides support for PostgreSQL, MSSQL as well as MySQL.
  • Absinthe - An application which is available on Linux and Windows. It provides MySQL injection brute forcing on your server.
  • SQID - SQL Injection Digger was created in Ruby as a command-line tool for brute force SQL injection testing.


Optimising MySQL


Knowledge

If you think I’ve missed anything off then leave a note in the comments and I’ll make the list grow. :)

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Google
  • BlinkList
  • DZone
  • Live
  • Ma.gnolia
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon

Related

  • No Related Post


2 Responses to “20 Indispensible MySQL Resources”

  1. kevinc Says:

    I wonder why Navicat, http://www.navicat.com is not one of your Indispensible MySQL Resources.

    I used phpmyadmin before but recently switched to Navicat due to its intuitive interface and powerful import/export features.

    I am using its free Lite version. Worth to take a look.

    http://www.navicat.com/download.html

  2. Mysql 5 Tutorials & Articles Says:

    I was wondering if you can add my tutorial blog to the list as it is building to be a great resource for mysql and more.

Leave a Comment