".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
为了提高网站安全性,我们通常会每隔一段时间重置下数据库密码,如果忘记了数据库密码导致无法访问也可以选择重置。那么数据库密码怎么改?本文以Hostinger[美国虚拟主机](/#)为例,主要介绍下如何用hPanel控制面板修改数据库密码。
1、首先我们登录到[Hostinger](/#)账户以访问hPanel面板,然后选择Manage来管理主机,导航到Databases数据库部分,选中MySQL Databases,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/10/1-70.jpg)
2、在当前MySQL数据库和用户列表页面中,选择要修改密码的数据库和用户名,单击右侧的⋮符号,下拉菜单选中Change Password,便可以将数据库密码进行重置(建议使用强密码)。
![](https://www.idcspy.com/wp-content/uploads/2021/10/2-17.jpg)
以上是关于修改Hostinger主机数据库密码的方法步骤介绍。Hostinger主机不仅价格便宜,每月9.99元起,而且使用其自带的hPanel面板能轻松地管理虚拟主机,操作也比较简单,非常适合新手建站。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104974.html