对Mariadb进行赋权限即可,具体操作方法如下:
cmd进入mysql:mysql -u root -p
之后会提示输入密码
进入后,
grant all privileges on *.* to 'root'@'192.168.*.*' identified by 'root' with grant option;
Mariadb-Host '192.168.*.*' is not allowed to connect to this MariaDB server"的解决方法
最新推荐文章于 2024-08-20 09:09:48 发布