数据库密码更改导致网站损坏
我正在 amazon linux 2(lamp 服务器;数据库 mariadb)上运行一个网站。
当我安装 lamp 时,我认为我没有为我的数据库分配密码。 我可以使用 root/nopassword ssh 登录我的数据库。
现在,我想为/或更改我的数据库的密码分配密码。
运行该命令
mysqladmin -u root password NEWPASSWORD
乍一看,
完美无缺。然后我就可以登录我的数据库了。
但是:我的网站完全瘫痪了。 (所有内容均不可用,只是默认的标题按钮,但它们没有反应)。
所以我的假设是:通过为我的数据库设置密码,会发生一些事情,导致我的数据库对于在我的服务器上运行的网站来说“不可用”。
感谢您的任何帮助或提示。
安迪
I am running a website on amazon linux 2 (lamp server; database mariadb).
When I installed lamp, I think I did not assign a password for my db.
I can ssh login into my db with root/ nopassword.
Now, I would like to assign a password to / or change the password of my db.
Running the command
mysqladmin -u root password NEWPASSWORD
works flawlessly, at first sight.
I am able to log into my db then.
But: my website is completely down.
(All content unaivalable, just default header buttons, but they do not react).
So my assumption is: by setting that password for my db, something happens that leads to this 'unaivalability' of my db, for the website that runs on my server.
Thanks for any help or tip.
Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论