".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)'); } }) })
近几年[BlueHost](/#)因其访问速度快和稳定性好等多种优势越来越受到国内站长朋友的追捧,随着使用的人越来越多,关于BlueHost使用问题也随之增多。
近日小编接到咨询说,BlueHost主机如何设置数据库远程访问?有时候我们希望通过远程连接来管理自己的数据库,这样会方便点。我们都知道BlueHost主机是支持远程连接数据库的,但是需要进行远程访问控制安全设置之后才能够进行访问,那么BlueHost主机数据库远程访问怎么设置?下面我们为大家详细的介绍下,BlueHost[美国主机](https://www.idcspy.com/)的cPanel控制面板为例:
1、先进入到BlueHost的官网,登录cPanel控制面板,在 “数据库”的栏目中找到“远程MySQL”点击进入;
![](https://www.idcspy.com/wp-content/uploads/2020/04/bluehostmysql.png)
2、在进入“远程MySQL”后,在下方访问主机中输入远程控制你BlueHost数据库的IP地址,输入之后点击下方的“增加主机”;
![](https://www.idcspy.com/wp-content/uploads/2020/04/bluehostmysq.png)
3、增加之后会在下方访问列表中看到有增加的IP,若输入错误可以在后方删除,在重新输入,或者远程访问结束,也直接将其在IP列表中删除。
![](https://www.idcspy.com/wp-content/uploads/2020/04/bluehostmys-1024x274.png)
以上就BlueHost主机数据库远程访问设置的操作过程,整个流程操作起来还是很简单的。为了数据库的安全,建议如果访问IP不是经常变动的化,尽量输入具体的IP,缩小可以远程访问数据库的地址数量。
更多教程:[BlueHost教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107368.html