Home > Database > Mysql Tutorial > body text

How to check how many digits mysql is

青灯夜游
Release: 2022-06-16 11:20:46
Original
4429 people have browsed it

Two methods to check the number of mysql digits: 1. In the cmd command window, use the cd command to enter the bin directory of the mysql installation directory, and then execute the "mysql -V" or "mysql --version" command , you can view the digit information in the output results. 2. In the mysql console, execute the "show variables like '%version_%';" command, and you can view the digit information under the Value column of the output list.

How to check how many digits mysql is

The operating environment of this tutorial: windows7 system, mysql5.6.17 version, Dell G3 computer.

Two ways to check the number of bits in mysql

##Method 1: View in cmd window

In the cmd command window, use the cd command to enter the bin directory of the mysql installation directory, and then execute the

mysql -V or mysql --version command

How to check how many digits mysql is

As you can see, my mysql is 32-bit.

Method 2: mysql console view

In the mysql console, execute the show variables like '%version_%'; command

How to check how many digits mysql is

As you can see, my mysql is 32-bit.

If it is 64-bit, it will be displayed:

How to check how many digits mysql is

[Related recommendations:

mysql video tutorial]

The above is the detailed content of How to check how many digits mysql is. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!