Home > Database > phpMyAdmin > How can I check the version without entering phpmyadmin?

How can I check the version without entering phpmyadmin?

coldplay.xixi
Release: 2020-07-20 16:43:12
Original
4026 people have browsed it

How to check the version without entering phpmyadmin: first make the path of mysql to [d:\mysql]; then enter cmd during operation; finally enter the code [d:\mysql\bin\mysql.exe -- version].

How can I check the version without entering phpmyadmin?

How to view the version without entering phpmyadmin:

Assume that the path to mysql is d:\mysql , then, enter cmd during operation, bring up the command line, enter:

d:\mysql\bin\mysql.exe --version
Copy after login

The system will automatically display the version of mysql.

How can I check the version without entering phpmyadmin?

Related tutorial recommendations: phpmyadmin

The above is the detailed content of How can I check the version without entering phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template