Hello,
I want to verify my Mysql database version through Plesk control panel. What can I do for it?
Please give me some comments or suggestion about it.
Hello!
I have a question. There is no control panel installed on my server. it has a mysql and I want to check the version for the same. how can I do that?
Hello,
You can check it by command prompt.
At first you login to the windows server > *Go to command prompt > *Go to the Mysql bin path.
For example:
C:\Program Files\MySQL\bin>
Execute the following command to check the MYSQL version:
mysql -V
Output will be:
C:\Program Files\MySQL\bin>mysql -V
mysql Ver 14.12 Distrib 5.0.45, for Win32 (ia32)
nice description WebMaster... though i don't need this because i have Control Panel in my server but when i tried your method on my server, it works...