随笔分类 - linux
摘要:1.安装 直接在ubuntu的软件中心即可安装(Mysql服务器)2.查看mysql的安装目录 whereis mysql -------mysql相关目录 which mysql --------bin目录3.启动停止mysql服务 sudo /etc/init.d/mysql start sudo /etc/init.d/mysql stop4.修改mysql的字符集为utf8 sudo gedit /etc/mysql/my.cnf 在打开到编辑器上添加下面东西[client]default-character-set=utf8[mysqld]default-chara...
阅读全文

浙公网安备 33010602011771号