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 me for the password of root. However, i want to log in as a different user.
Query_2: If at all i do login as root, i want to switch user without closing the console.
How can I do this?
Thank you.
If you attempt to login without specifying a user-name, MySQL will assume “root”. In most cases you don’t switch the user, but give a single user all the required rights;, for example to access multiple databases. If that is not possible for you, you can use two MySQL connections with two different users simultaneously.