What are the 'mysql' command line options?



What are the 'mysql' command line options?..

Answer / Hem Chandra Pant

The command-line options for 'mysql' include: nn* `--user=<username>` - specifies the user name to connect withn* `--password=<password>` - specifies the password for the usern* `--host=<hostname>` - specifies the host where MySQL server is runningn* `--database=<db_name>` - specifies the database to use when connected

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to display odd rows in student table in mysql?

1 Answers  


what is the main difference between myisam and innodb

2 Answers   Wipro,


how to find max salary from the database

3 Answers  


What is mysql enterprise edition?

1 Answers  


What is mysql aggregate functions? Explain

1 Answers  


How can you see all indexes defined for a table?

1 Answers  


What is the difference between MyISAM Static and MyISAM Dynamic?

1 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

1 Answers  


What is different between sql and mysql?

1 Answers  


What is memory table in mysql?

1 Answers  


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

1 Answers  


What are the different data types in mysql?

1 Answers  


Categories