gpt4 book ai didi

mysql - 通用服务器配置 WSO2 EMM

转载 作者:行者123 更新时间:2023-11-29 22:21:13 25 4
gpt4 key购买 nike

我快完成了,但我被困在General Server Configuration从第 6 步开始。就像当我尝试第 7 步时,我收到以下错误;

mysql> mysql -u admin -p -D EMM_DB < /usr/local/bin/wso2emm/dbscripts/emm_mysql.sql; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql -u admin -p -D EMM_DB < /usr/local/bin/wso2emm/dbscripts/emm_mysql.sql' at line 1

我认为我发出的命令不正确,如果有人可以解决这个问题。

最佳答案

数据库名称字段,应该与-D连接,并且我建议使用UTF8参数

mysql> mysql -u admin -p -DEMM_DB --default_character_set=utf8 < /usr/local/bin/wso2emm/dbscripts/emm_mysql.sql;

关于mysql - 通用服务器配置 WSO2 EMM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30692553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com