Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How Do You Know If Your MySQL Server Is Alive
How Do You Know If Your MySQL Server Is Alive? - MySQL FAQs - Downloading and Installing MySQL on Windows
✍: FYIcenter.com
If you want to know whether your MySQL server is alive, you can use the "mysqladmin" program in a command window as shown in the following tutorial:
>cd \mysql\bin >mysqladmin -u root ping mysqld is alive
The "mysqld is alive" message tells you that your MySQL server is running ok. If your MySQL server is not running, you will get a "connect ... failed" message.
2007-05-10, 4758👍, 0💬
Popular Posts:
What is the value of this expression? +1-2*3/4 -0.5
What is the difference between strings and character arrays? A major difference is: string will have...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...