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.
我正在使用 ubuntu 11.10、apache2,当我打开 PHPMyadmin 时,我无法创建新数据库,它显示“无权限”。但是当我通过命令行(终端)创建时,我可以在 mysql 中创建 ..,为什么会出现这个错误,任何人都可以帮助我。
当您在 ubuntu 上安装 phpmyadmin 时,您创建了一个仅具有使用权限的用户。
要在 phpmyadmin 中创建数据库,您必须使用mysql 密码以root身份登录。