gpt4 book ai didi

mysql - 如何以不同的用户登录MySQL?

转载 作者:行者123 更新时间:2023-11-29 00:24:13 25 4
gpt4 key购买 nike

有人可以帮我吗?我想知道如何在 MySql 中更改用户。也就是说,除了默认用户 root 之外,我还创建了另一个用户,但我想登录到我创建的用户帐户,而不是自动登录到 root。无论如何我可以做到吗?我试过使用 MySql 控制台,但它不起作用,也许我没有正确的语句来做到这一点。谢谢

最佳答案

在命令提示符下

mysql -h host -u username -p

表格mysql documentation :

shell> mysql --user=user_name --password=your_password db_name

Then type an SQL statement, end it with “;”, \g, or \G and press Enter.

关于mysql - 如何以不同的用户登录MySQL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19763641/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com