Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
に上付きテキストを保存したいmysql (sqlyog)。それは可能ですか?どのように? 'Game™'テキストを追加 しましたが'Gameâ„¢'、mysql表に表示されます。私が使用したので、そのhtml出力は完璧です
mysql (sqlyog)
'Game™'
'Gameâ„¢'
mysql
html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
値を挿入する前に、これを実行し "SET NAMES utf8"て特殊文字を保存する必要があります。
"SET NAMES utf8"