how do you know if your mysql server is alive? : Sql dba



how do you know if your mysql server is alive? : Sql dba..

Answer / Setu Sharma

To check if a MySQL server is running, you can use various methods such as checking the system's process list, using the 'mysqladmin ping' command from the command line, or accessing the server through a client like MySQL Workbench or HeidiSQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the max nvarchar size?

1 Answers  


What is data abstraction in sql?

1 Answers  


What information is needed to connect sql*plus an oracle server?

1 Answers  


Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance Suneel Reddy

6 Answers   Target,


Why do we need sharding?

1 Answers  


How can we implement rollback or commit statement in a trigger?

1 Answers  


what is the difference between truncate and delete statement? : Transact sql

1 Answers  


how to include character strings in sql statements? : Sql dba

1 Answers  


how to check the 3rd max salary from an employee table?

23 Answers   IBM,


What is a Procedure ?

3 Answers  


Can we create a trigger on view?

1 Answers  


Define a temp table?

1 Answers  


Categories