What mysql -u john -p command does ?

devquora
devquora

Posted On: Feb 22, 2018

 

mysql -u john -p command will prompt for the password for user john before allowing access to the database management system.

If your database server requires a username and password to gain access the -u and -p command-line options.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Mysql Interview Questions

    What is MySql ?

    MySql is a multi-threading, multi-user open source SQL database management system . It is typically used for web applica..

    Mysql Interview Questions

    In which language MYSQL it is written ?

    MySql is written in C and C++ programming and SQL parser written in yacc...