Authenticate as a specific user in MySQL

后端 未结 5 1296
离开以前
离开以前 2021-01-14 07:38

I\'m a Brand new User to MySQL DB, have installed the WAMPSERVER and I\'m using MySQL through the MySQL console.

Query_1: Every time that I log in, it directly asks

5条回答
  •  执念已碎
    2021-01-14 08:23

    I don't think its possible to switch users while in the console itself. You have to login with the different user instead.

    Logging in use this command

    mysql -u username -p
    

    Then it will prompt for the password.

提交回复
热议问题