search
HomeBackend DevelopmentPHP ProblemWhat to do if the php port link fails

Solution to PHP port link failure: 1. Open the cmd window; 2. Enter the "mysql -u root -p" command; 3. Check the local database port through "show global variables like 'port';" No.; 4. Go back to the database configuration of the PHP code and change the port number to the correct port number.

What to do if the php port link fails

The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.

What should I do if the php port link fails? Solve the port exception when PHP accesses the database

After turning on the computer, press and hold the [Start] and [R] keys on the computer keyboard at the same time to open the computer program running pop-up window.

What to do if the php port link fails

In the program running pop-up window that pops up in the lower left corner of the computer, enter the letters [cmd], and then click the [OK] button.

What to do if the php port link fails

In the pop-up running interface, enter [mysql -u root -p]. At this time, the command line belonging to the password will appear. Just enter the password for your database.

What to do if the php port link fails

After the database connection is successful, enter [show global variables like 'port';]. Be sure not to forget to enter the final semicolon.

What to do if the php port link fails

In the displayed Mysql information, you can see the port value, which is the port number of the local database. , usually 3306.

What to do if the php port link fails

After knowing the local database port number, go back to the database configuration of the php code and change the port number to the correct port number, so that no database port exception will be reported. Error.

What to do if the php port link fails

Recommended study: "PHP Video Tutorial"

The above is the detailed content of What to do if the php port link fails. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),