Skip to content

Commit 7fed9e4

Browse files
authored
Update php7.md
1 parent 5e74f43 commit 7fed9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ https://blog.csdn.net/Ling_ShaHua/article/details/88846551
358358

359359
创建数据库,添加用户,注意5.7以后密码加了强验证,密码必须保证有大小写字母和数字。
360360
```
361-
mysql> create database `laravel-epg` default character set utf8;
361+
mysql> create database `laravel-epg` default character set utf8mb4;
362362
mysql> CREATE USER 'weather'@'10.35.36.16' IDENTIFIED BY 'Portalhuan#123';
363363
mysql> GRANT ALL PRIVILEGES ON `weather`.* TO 'weather'@'10.35.36.16' WITH GRANT OPTION;
364364
mysql> FLUSH PRIVILEGES ;

0 commit comments

Comments
 (0)