简体   繁体   English

尝试安装 Livezilla 时 XAMPP MySQL 错误,主机或登录无效! 1045:root@localhost 拒绝访问

[英]XAMPP MySQL error when trying to install Livezilla, invalid host or login! 1045: access denied for root@localhost

Fresh install of XAMPP and Livezilla, Livezilla creates the MySQL database as part of it's installation (if not already specified) which is what I have done. XAMPP 和 Livezilla 的全新安装,Livezilla 创建 MySQL 数据库作为其安装的一部分(如果尚未指定),这就是我所做的。 I have tried both 127.0.0.1 and localhost as the host but both give the same error.我已经尝试了 127.0.0.1 和 localhost 作为主机,但都给出了相同的错误。

Can't connect to database.无法连接到数据库。 Invalid host or login!主机或登录无效! (1045: Access denied for user 'root'@'localhost' (using password: YES)) (1045:用户“root”@“localhost”的访问被拒绝(使用密码:YES))

Not too sure what the issue could be, my only assumption would be a permissions issue where Livezilla is being blocked from creating the DB for the Livezilla application.不太确定问题可能是什么,我唯一的假设是权限问题,其中 Livezilla 被阻止为 Livezilla 应用程序创建数据库。

In case you tried the wrong infos.如果您尝试了错误的信息。 The hostname and password you are trying to enter are the ones related to MySQL and not to Livezilla Server Admin application.您尝试输入的主机名和密码与 MySQL 相关,与 Livezilla Server Admin 应用程序无关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 root @ localhost的访问被拒绝MYSQL错误 - Access denied MYSQL error for root@localhost [root @ localhost〜]#mysql -u root -p输入密码:错误1045(28000):用户'root'@'localhost'的访问被拒绝(使用密码:是) - [root@localhost ~]# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) MySQL 错误:用户 root@localhost 的访问被拒绝 - MySQL Error: Access denied for user root@localhost Ruby on Rails MYSQL 错误用户“root@localhost”拒绝访问 - Ruby on Rails MYSQL error Access denied for user 'root@localhost' 在MySQL上为用户root @ localhost访问被拒绝 - Access Denied for user root@localhost on mysql XAMPP PhpMyAdmin错误1045,“用户'root'@'localhost'的访问被拒绝 - XAMPP PhpMyAdmin Error 1045, "Access denied for user 'root'@'localhost' MySQL:拒绝访问用户 root@localhost - MySQL: Access denied for user root@localhost Ansible 访问因“root@localhost”错误而被拒绝 - Ansible access denied for 'root@localhost' error MYSQL错误:拒绝用户'root'@'localhost'的访问(1045) - MYSQL error: Access denied for user 'root'@'localhost' (1045) MYSQL错误:1045(28000):用户'root'@'localhost'拒绝访问 - MYSQL error: 1045 (28000): Access denied for user 'root'@'localhost'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM