php Ocorreu o erro…
| Informações Técnicas | |
| Tipo de Erro | 2 |
| Descrição do Erro | mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) |
| URL | www.tals.com.br/restrita/login.php? |
| Arquivo de Erro | D:\web\localuser\tals\www\restrita\include\dbconnection.php |
| Linha com Erro | 9 |
| Consulta de SQL | |
| Solution | PHP needs to be set up to use it with MySQL. To do that please open php.ini file in your C:Windows directory with a text editor, find the string ;extension=php_mysql.dll and remove a semicolon from the beginning. Then find the string beginning with ;extension_dir = and make sure that this points to folder within your PHP installation where php_mysql.dll file resides. Usually it is "c:phpextensions" And at last copy libmysql.dll from your MySQL installation into the C:WindowsSystem32 directory. |