摘要:
感谢https://blog.csdn.net/kelinfeng16/article/details/88549717 先简单的定义一个命令,建立一个命令行测试类: <php?namespace app\base\command; use think\console\Command; use th 阅读全文
摘要:
感谢 https://blog.csdn.net/weixin_40461281/article/details/116275029 需要在root用户下,给 test 赋予 process 权限,语句如下 GRANT PROCESS ON *.* TO 'test'@'%';可以根据提示 赋予权限 阅读全文