mysql命令导数据
d:
cd d:\www\MySQL41\bin\
mysql -uroot
use mambog_corp
\s
set character_set_client=utf8;
set character_set_connection=utf8;
\s
\. D:/web/mambog_corp/sql/2005-12-27/mos_content.sql
建库。
CREATE DATABASE `mambog_corp` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
cd d:\www\MySQL41\bin\
mysql -uroot
use mambog_corp
\s
set character_set_client=utf8;
set character_set_connection=utf8;
\s
\. D:/web/mambog_corp/sql/2005-12-27/mos_content.sql
建库。
CREATE DATABASE `mambog_corp` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
浙公网安备 33010602011771号