早教吧作业答案频道 -->英语-->
英语翻译Thisisaprobleminyourdatabase.Icreateitthisway:createdatabaseaskbotDEFAULTCHARACTERSETUTF8COLLATEutf8generalci;grantallprivilegesondbname.*todbuser@localhostidentifiedby'dbpassword';Maybeyou'llneedtogothro
题目详情
英语翻译
This is a problem in your database.
I create it this way:
create database askbot DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;
grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
Maybe you'll need to go through the file my.cnf (mysql config) and set all encodings to UTF8.
Somewhere you have incompatible character encodings.
Thank you.(有些是it术语,不必翻译,另外也不要机译,我机译过了,没看懂)
This is a problem in your database.
I create it this way:
create database askbot DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;
grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
Maybe you'll need to go through the file my.cnf (mysql config) and set all encodings to UTF8.
Somewhere you have incompatible character encodings.
Thank you.(有些是it术语,不必翻译,另外也不要机译,我机译过了,没看懂)
▼优质解答
答案和解析
This is a problem in your database.这是一个在你的数据库里存在的问题.
I create it this way:我是这样来构建它的
create database askbot DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;
grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
创建数据库的问题bot =.= DEFAULT CHARACTER SET UTF8 COLLATE urf8_general_ci;grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
Maybe you'll need to go through the file my.cnf (mysql config) and set all encodings to UTF8.
Somewhere you have incompatible character encodings.
或许你将需要到这个文件 my.cnf (mysql config) 将所有的编码设置为UTF8.在某些地方 你有一些不兼容的编码
Thank you.
I create it this way:我是这样来构建它的
create database askbot DEFAULT CHARACTER SET UTF8 COLLATE utf8_general_ci;
grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
创建数据库的问题bot =.= DEFAULT CHARACTER SET UTF8 COLLATE urf8_general_ci;grant all privileges on dbname.* to dbuser@localhost identified by 'dbpassword';
Maybe you'll need to go through the file my.cnf (mysql config) and set all encodings to UTF8.
Somewhere you have incompatible character encodings.
或许你将需要到这个文件 my.cnf (mysql config) 将所有的编码设置为UTF8.在某些地方 你有一些不兼容的编码
Thank you.
看了 英语翻译Thisisapro...的网友还看了以下:
英语翻译根据对话内容填入适当的词:[1]A:what's your favorite [ B :M 2020-05-16 …
设有关系R(A,B,C)和S(C,D)。与SQL语句SELECTA,B,DFROMR, S WHER 2020-05-23 …
设有关系R(A,B,C)和S(C,D):与SQL语句SELECTA,B,DFROMR,S WHERE 2020-05-24 …
A.πA,B,C (σB=B(R×S))B.πR.A,R.B,R.C (σR.B=S.B (R×S) 2020-05-26 …
下列选项中正确的语句组是().A:chars[8];s={"Beijing"};B:char*s; 2020-06-05 …
以下选项中正确的语句组是()A.chars[];s=”BOOK!”B.char*s;s={“BOO 2020-07-20 …
C语言选择题求解释已知:chars[10],*p=s,则在下列语句中,错误的语句是选择一项:A.s 2020-08-01 …
已知如下定义:Strings=“story”;;下面哪个语句不是合法的()A、s+=“books”; 2020-11-06 …
C语言简单小问题已知s是字符型变量,下面正确的赋值语句是()。A.s=’abc’;B.s=’\08’ 2020-11-07 …
8.已知有声明"chars[80];",若需要将键盘输入的一个不含空格的字符串保存到组中,则下列语句 2020-11-07 …