Mysql is not installed in Php. Is it impossible to open mysql extension?

In php.ini

extension=php_mysql.dll

extension=php_mysqli.dll

Remember to check whether the ext folder under the php folder has extension files, php_mysql.dll, php_mysqli.dll.

Is there a semicolon (; If so, remove it and restart apache to have a look.