摘要:
错误 在云服务安装了MySQL8,设置远程连接,在进行授权操作的时候却出现了错误 # 进行授权操作 mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY `password` WITH GRANT OPTION; ERROR 1 阅读全文
摘要:
先来看一段MySQL的官方文档: utf8mb4: A UTF-8 encoding of the Unicode character set using one to four bytes per character. 翻译(utf8mb4:Unicode字符集的UTF-8编码,每个字符使用1-4 阅读全文