gpt4 book ai didi

asp.net - 如何在我的 phpMyAdmin 中创建 super 管理员?

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

我刚刚在这里完成了我的网站,我使用了 ASP.net 和 MySQL。

我上传了我的网站文件。

但问题出在我的数据库上。我非常愿意创建我的数据库并创建我所有的表,但问题是我无法执行我的存储过程?

那是因为我没有权限做这个操作?
phpMyAdmin 中的错误是:

MySQL 说:

#1227 - Access denied; you need the SUPER privilege for this operation

我该如何解决这个问题?

最佳答案

作为 MySQL 根:

$ mysql -u root -p     # ..or, if no password has been set..
$ mysql -u root

运行这个命令:

GRANT SUPER ON *.* TO user@localhost;

进一步阅读:

关于asp.net - 如何在我的 phpMyAdmin 中创建 super 管理员?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4982934/

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