1,故障现象:

mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 3678 (HY000) at line 1: Schema directory './zabbix' already exists. This must be resolved manually (e.g. by moving the schema directory to another location).

2,解决办法:

建库时报已经存在该数据库文件夹了。但通过 mysql-client连接发现不存在。

mysql:ERROR 3678 (HY000) at line 1: Schema directory './zabbix' already exists.

 

[root@localhost mysql]# rm -rf zabbix/

 再次建库,就可以成功完成

 

相关文章:

  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2021-05-27
  • 2021-05-24
  • 2021-11-23
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案