We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e74f43 commit 7fed9e4Copy full SHA for 7fed9e4
php7.md
@@ -358,7 +358,7 @@ https://blog.csdn.net/Ling_ShaHua/article/details/88846551
358
359
创建数据库,添加用户,注意5.7以后密码加了强验证,密码必须保证有大小写字母和数字。
360
```
361
-mysql> create database `laravel-epg` default character set utf8;
+mysql> create database `laravel-epg` default character set utf8mb4;
362
mysql> CREATE USER 'weather'@'10.35.36.16' IDENTIFIED BY 'Portalhuan#123';
363
mysql> GRANT ALL PRIVILEGES ON `weather`.* TO 'weather'@'10.35.36.16' WITH GRANT OPTION;
364
mysql> FLUSH PRIVILEGES ;
0 commit comments