Home > database >  MySQL garbled question
MySQL garbled question

Time:10-04

Why not redis mysql on the server side also not coding, doesn't it won't produce noise problem

CodePudding user response:

What do you mean don't code? Do you use utf8?

CodePudding user response:

reference 1st floor z10843087 response:
nor coding what do you mean? Do you use utf8?
I mean redis server is not a direct deposit of binary, and there is no code again

CodePudding user response:

refer to the second floor CSNDRYL response:
Quote: refer to 1st floor z10843087 response:

What do you mean don't code? Do you use utf8?
I mean redis server is not a direct deposit of binary, again did not encode

Mysql should also put the binary data on hard disk

CodePudding user response:

reference qq_37170555 reply: 3/f
Quote: refer to the second floor CSNDRYL response:

Quote: refer to 1st floor z10843087 response:

What do you mean don't code? Do you use utf8?
I mean redis server is not a direct deposit of binary, again did not encode

Mysql should also put the binary data on hard disk
mysql is to decode the encoded into binary first deposit after receipt of the binary to hard disk, and redis is not decoding the binary directly to the hard drive

CodePudding user response:

Database designers to consider the different user demand, the database designer always will take care of multiple languages as the goal, almost all database products will take the character set, proofreading,

CodePudding user response:

You all field types designed binary access blob this is what you want

CodePudding user response:

Your operation data, of course, also want to such binary 0 x111 spread data, if you pass a string, or have code conversion problem
  • Related