Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 POD 和 php 的新手。我创建了一个新数据库,它的默认用户名是“root”,密码为空。现在如何更改该用户名和密码?
您不会“更改数据库的用户名”。您授予帐户使用该数据库的权限。请参阅GRANT 语法文档。
例如,您可以轻松地使用 phpmyadmin 创建一个新用户并授予他在特定数据库上工作的权限。
PMA 维基