MySQL Development

MySQL is a relational database management system (RDBMS). It acts as a database server that provides access for multiple users to multiple databases simultaneously. Previously owned by Sun microsystems, it is now an Oracle product as Sun itself was acquired by Oracle.

Many GUI tools are available for MySQL administration. MySQL is commonly accepted as the perfect database partner for PHP. Hence it has had great progress in popularity along with PHP.




About MySQL
  • MySQL works on multiple platforms, including Linux, Mac OS X, NetBSD, OpenSolaris Symbian, Microsoft Windows and many others.
  • Can be administered using command line or using any of the GUI tools available such as MySQL Administrator, MySQL Migration Toolkit and MySQL Query Browser.
  • MySQL is considered best used as small to medium scale single server deployments, though it has been developed to support larger scale systems.
  • MySQL, unlike most other RDBM systems provides multiple storage engines, giving programmer the ability to choose the most efficient one.
  • MySQL is the 'M' in LAMP and WAMP architectures.
About MySQL development at Toobler
  • MySQL is used for all PHP solutions except in special cases based on client requirements.
  • MySQL can also be used with Coldfusion based solutions.