After successfully installed MySQL, the base tables have been initialized and the server has been started. You can verify from the command line.
Use mysqladmin binary to check the server version. This binary would be available in /usr/bin on linux and in C:\mysql\bin on windows.
Command: [root@host]# mysqladmin–version
After executed above command, and it won’t display any result, it may be something wrong in installation.