IEE数据库安装向导(2)

Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.1.40 build number (revision)=IB_4.0.6_r16086_16275(iee - commercial) (static) Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> grant all privileges on *.* to 'root'@'%' identified by '123456' WITH GRANT OPTION; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql>

⑦用户利用navicate工具连接到IEE数据库,进行建库建表,字符集的选择utf-8:

character set : utf8 -- UTF-8 Unicode collation : utf8_bin

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/711e28399753d1423c8a121b1f5609a8.html