MySQL

From HTML5 Builder
Revision as of 00:42, 4 December 2012 by AChavesBot (talk | contribs) (Robot: Automated text replacement (-\[\[(?P<link>[^]|]+)\|(?P=link)\]\] +1円))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Retrieved from "https://docwiki.embarcadero.com/HTML5_Builder/e/index.php?title=MySQL&oldid=7835"