mysql

From PmaWiki

Jump to: navigation, search

mysql is the classic PHP MySQL extension. Either this or mysqli is required to run phpMyAdmin.

phpMyAdmin can be configured to use mysqli or mysql with $cfg['Server'][$i]['extension'].

phpMyAdmin will automatically try both extension mysqli and mysql if the configured extension cannot be loaded.

See also: php:mysql

Advertisement