摘要:将etc下my.cnf的mysqld下新增一行 lower-case-table-names=1 重启mysqld服务1、使用 service 启动:service mysqld restart2、使用 mysqld 脚本启动:/etc/inint.d/mysqld restart
阅读全文
10 2019 档案
摘要:将etc下my.cnf的mysqld下新增一行 lower-case-table-names=1 重启mysqld服务1、使用 service 启动:service mysqld restart2、使用 mysqld 脚本启动:/etc/inint.d/mysqld restart
阅读全文
摘要://mysql -hlocalhost -uroot -p//-h数据库地址 -u用户名 -p密码 -P端口号(P大写)//-p可省略,会提示输入密码。 mysql -h127.0.0.1 -uroot -p123456 -P3306 //建立数据库 drop database if exists
阅读全文
摘要:显示行号 :set number 取消显示行号:set nonumber
阅读全文
|