".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)'); } }) })
[美国主机](https://www.idcspy.com/)商BlueHost主要提供虚拟主机、云虚拟主机、美国站群服务器租用等相关产品,BlueHost美国主机在国内用户数多,尤其适合外贸建站。数据库导入问题在网站建设中经常会碰到,下面就来看下如何在BlueHost美国Linux虚拟主机[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")中导入MySQL数据库。
1、首先登录到BlueHost管理后台中心。
![](https://www.idcspy.com/wp-content/uploads/2021/04/bluehost.jpg)
2、账号登录成功后,点击菜单栏中“管理订单”–搜索所有订单项。我们知道[BlueHost](/#)美国主机(Linux系统下)有Plan A、Plan B、Plan C三种方案,这里选择下单了Plan A方案,所以在订单栏找到该订单,点击“管理虚拟主机”项,进入cPanel面板中。
![](https://www.idcspy.com/wp-content/uploads/2021/04/bluehost2.jpg)
3、在cPanel面板中,选择phpMy管理,进入设置页面。
![](https://www.idcspy.com/wp-content/uploads/2021/04/bluehost3.jpg)
4、在phpMyAdmin界面中,选择数据库,并确认要导入的MySQL数据库文件。
![](https://www.idcspy.com/wp-content/uploads/2021/04/bluehost4.jpg)
5、选中要导入的数据库文件后,点击“import”确定导入即可。
![](https://www.idcspy.com/wp-content/uploads/2021/04/bluehost5.jpg)
更多教程内容:《[BlueHost教程](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106293.html