windows2008 configuration iis+mysql+phpmyadmin Run phpMyAdmin prompt error

Source: Internet
Author: User
I am in the windows2008 server configuration Iis+mysql+phpmyadmin, under the phpMyAdmin already put the required configuration, but when the operation of the prompt, who knows what this is going on?


Reply to discussion (solution)

Obviously, there's a problem with your configuration.

Obviously, there's a problem with your configuration.


What I'm configuring is phpmyadmin/libraries/config.default.php.

Your IIS configuration is wrong! You already have a problem with that.

Your IIS configuration is wrong! You already have a problem with that.


Was it caused by index.php? or other reasons, phpMyAdmin in the root directory of the site, and my phpMyAdmin access to the directory is localhost/web/phpadmin/, if this is not the case, how should it be configured?

Get that thing out of a key.

Configuration has a problem, I think you can check this to see if there is a problem.
http://hbcqxb.blog.163.com/blog/static/355929142010917112450867/

/* Database connection */
Public Function connect () {
$this->conn = mysql_connect ($this->db_host, $this->db_user, $this->db_pwd) or Die ($this->error (" Database Server connection Error! "));
mysql_select_db ($this->db_database, $this->conn) or Die ($this->error ("Database connection Error!"));
mysql_query ("Set names ' $this->coding '");
}
Would you please look at this statement with errors? How to tip: Call too undefined function mysql_connect (), is to highlight the row

Get that thing out of a key.


I'm not even looking for this, are you?

You still use Navicat for MySQL this software, after the installation is completed directly connected to the MySQL database, new table and then poured into SQL statement, as you said above database connection error that must not find the MySQL database DLL file, You change all the configured DLL file paths to the path of your PHP installation, and do not system32 the following DLL files.

  • 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.