摘要:
mariadb yum源包来自 centos7.4 系统光盘自带包 错误信息: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 出现问题原因: 有可能是 my.c 阅读全文
摘要:
1、如何将 hellodb_innodb.sql导入到数据库中 本机导入:mysql -uroot -p123456 < hellodb_innodb.sql 远程导入: (1)授权root有远程执行权限 mysql -uroot -p123456 grant all privileges on * 阅读全文