phpMyAdmin创建数据库无权限

配置以下权限即可:
flush privileges;
grant all ON *.* to 'root'@'localhost' with grant option;
grant all on cactidb.* to root@'localhost' identified by 'root';
grant all on reload.* to root@'localhost' identified by 'root';
grant all on process.* to root@'localhost' identified by 'root';
show grants for 'root'@'localhost';

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

INSERT INTO `all_messages` (`name`, `time`, `content`) VALUE ("Lisi", "2023-3-18", "hungry");

 

posted @   RichardMrZ  阅读(340)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库
· SQL Server 2025 AI相关能力初探
点击右上角即可分享
微信分享提示