SET NAMES utf8 in MySQL?

前端 未结 8 1407
北海茫月
北海茫月 2020-11-22 11:30

I often see something similar to this below in PHP scripts using MySQL

query(\"SET NAMES utf8\");   

I have never had to do this for any pr

8条回答
提交回复
热议问题