Evaluate the PHP script to detect MYSQL character set and port
Source: Internet
Author: User
Test the PHP script to check the MYSQL character set and port. test the PHP script to check whether the MYSQL character set and port are online. port: showvariableslike 'port'; character set: SHOWVARIABLESLIKE 'character % '& nbsp; output in php ., Can the port be detected? Although sho requests PHP scripts to detect MYSQL character sets and ports
Evaluate the PHP script to check whether MYSQL character set and port are online.
------ Solution --------------------
Port: show variables like 'port ';
Character Set: show variables like 'character %'
Output in php.
------ Solution --------------------
Can the port be detected?
Although show variables like 'port'
The port is obtained, but it can be executed only after being connected to the database.
When you do not know the port, you cannot connect to the database.
Unless you try it one by one, traverse the entire possible port number until you find the database service.
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.