MySQL

From HTML5 Builder
Jump to: navigation, search

MySQL is an open source relational database management system.

There are different technologies you can use to access MySQL from web applications developed with HTML5 Builder:

Installation

PHP PDO Extension

Enable the extension by uncommenting (removing the ; at the beginning) the following line in PHP’s configuration file (php.ini):

;extension=php_pdo_mysql.dllextension=php_pdo_mysql.dll

PHP Extension

Enable the extension by uncommenting (removing the ; at the beginning) the following line in PHP’s configuration file (php.ini):

;extension=php_mysql.dllextension=php_mysql.dll

Configuration

Tip: You can use the Data Explorer to configure your MySQL connections the RAD way.

To use a Database component with MySQL, configure it with the following property values:

  • DriverName: mysql.

Then fill the rest of the mandatory properties as required.

Help Resources

Tutorials

Documentation

See Also