".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)'); } }) })
[HyperHost](/#)。ISPConfig是Linux的一款开源的虚拟主机管理程序,带Web控制面板,可通过Web控制面板管理虚拟主机、开设网站、开设邮箱、开设和管理mysql数据库、支持DNS解析和监控服务器运行状况等功能,支持中文。
下面给大家介绍下ISPmanager面板将数据库上传到主机上的步骤方法,您可以通过两种方式导入数据库:
1、通过ISPmanager
2、通过phpMyAdmin。
**通过ISPmanager**
通过面板会更快、更容易。要执行此操作,请从“主菜单”切换到“数据库”。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost1-2.jpg)
选择所需的基准,然后在菜单的顶部点击如下图标。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost2-2.jpg)
在打开的窗口中,您必须从本地计算机中选择要上传到主机的文件。单击“确定”开始导入。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost3-2.jpg)
完成,您已加载数据库。
**二、通过phpMyAdmin**
在phpMyAdmin中,单击“转到”图标。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost4-2.jpg)
按一下「汇入」以从您的电脑载入基准。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost5-1.jpg)
选择所需的基地。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost6.jpg)
若要选取要载入的基准,请按一下「选取档案」,然后从电脑加入所需的基准,下面会检查所有设定。按一下「前进」按钮,开始下载。
![](https://www.idcspy.com/wp-content/uploads/2021/04/HyperHost7.jpg)
根据以上操作就可以完成了。
最后一步是检查和更改配置文件中的数据库连接设置,以及更改路径等。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106120.html