Plesk for Windows
kb: how-to
ABT: Group B
Applicable to:
- Plesk for Windows
Question
How to view the version of MySQL (client's MySQL and Plesk's MySQL) in Plesk for Windows?
Answer
Using Plesk UI:
To check Plesk's MySQL version navigate to Tools & Settings > Server Components and refer to MySQL Server
component:
Using command line:
- Connect to the server via RDP.
- Open
cmd.exe
as Administrator. - To check Plesk's MySQL version run the following command:
C:\>"%plesk_dir%"MySQL\bin\mysql.exe -V
- To check client's MySQL version run the following command:
C:\>"C:\Program Files\MySQL\MySQL Server 5.x\bin\mysqld.exe" -V
where
C:\Program Files\MySQL\MySQL Server 5.x\bin\
is the path to MySQL installation.
Comments
0 comments
Please sign in to leave a comment.