PHP application MySQL Extension library connection to MySQL server failed

Source: Internet
Author: User
PHP failed to connect to MySQL server using MySQL extension library
It always goes wrong when PHP uses the MySQL extension library to expand the MySQL server. said that the page can not open, detailed error is not reported, I tried a few other errors will be reported! Configuration is also made in the php.ini file. You can also see MySQL in the page using the Php_info () function. It's very confusing.
Here's the statement I connected to the database:
$link =mysql_connect ("localhost:3306", "root", "123456");
if (! $link) {
Die ("error message is". Mysql_error ());
}
It's very confusing. I don't know why.
Here is the configuration in my php.ini file.
Extension_dir = "D:/php/ext"
Extension=php_msql.dll
MySQL Extended Server

Share to:


------Solution--------------------
Extension=php_myql.dll extension Open No, open the error prompt to see.
------Solution--------------------

$con = mysql_connect ("localhost", "Mysql_user", "mysql_pwd");
if (! $con)
{
Die (' Could not connect: '. Mysql_error ());
}
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.