Using PHP to connect mysql code parameter Description _php Tutorial

Source: Internet
Author: User
Tags mysql code administrator password
The code is this:

$link =mysql_connect ("localhost", "root", "123456");
if (! $link) echo "Not connected successfully!";
else echo "connected successfully!";
?>
Where the red part can be modified according to their actual situation.

localhost: Indicates the location of the database. If it is native, write localhost, and if it is on another machine, the IP address can be written.
Root: The user name to enter the database. MySQL Default user name is root.
123456: The password for the user name. Modify this number according to the administrator password you set.
Of course, so the above mentioned code is configured in Apache + MySQL + PHP to run successfully. Please pay attention to them.
Author: Sunec
Original download: Cenus Blog
All rights reserved. The author and original source and this statement must be indicated in the form of a link in the reprint.

http://www.bkjia.com/PHPjc/319137.html www.bkjia.com true http://www.bkjia.com/PHPjc/319137.html techarticle The code is this: PHP $link =mysql_connect ("localhost", "root", "123456"), if (! $link) echo "Not connected successfully!"; Elseecho "Connection succeeded!";? Where the red parts can be based on their own real ...

  • Related Article

    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.