Archive for the ‘mysql’ Category

Wow – Mysql Site

January 2nd, 2009

When did this happen?

20 Indispensible MySQL Resources

July 28th, 2007

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. :)

MySQL AB considering move from InnoDB

November 23rd, 2005

Over a month ago Oracle bought out the Innobase Oy company and as many of you may know MySQL AB uses the Innobase code to power its recent MySQL product.MySQLMySQL is pluggable and so could technically shift to another open source database platform with relative ease but Inno’s offering was chosen specifically for its suitability for online data processing so any change would be seen as a knock.

“Obviously because Oracle made that acquisition we are evaluating options to replace that functionality in some way,”Richard Mason, vice president of MySQL for Europe, the Middle East and Africa (EMEA).

Although Oracle haven’t made a specific declaration either way and the Innobase code is under the GPL it could make things a little sticky if Oracle has patents on underlying code as the contract for providing the code is up for renewal in a years time.