".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)'); } }) })
SugarHosts是一家综合型IDC服务商,于2009年成立,这家[国外主机商](https://www.idcspy.com/idc/)目前主要提供虚拟主机、VPS主机以及独立服务器等产品服务,在国内的口碑还是非常好的,国内很多站长朋友都会选择SugarHosts的主机,性价比高,搭配cPanel控制面板进行使用,效果很好。今天小编就给大家讲讲如何利用cPanel控制面板导出和备份数据库。
在cPanel控制面板“数据库功能区”点击打开“phpMyAdmin(MySQL数据库管理程序)”。
![](https://www.idcspy.com/wp-content/uploads/2021/01/cpanel.png)
一、如果需要导出全部数据库,操作如下:
点击界面上方导出按钮(Export按钮)。
在新打开的页面选择导出方式和导出数据库的格式。
点击“执行”按钮导出数据库。
二、如果需要导出单个数据库,操作如下:
点击界面上方导出按钮(Export按钮)。
在新打开的页面左侧选择需要导出的数据库。
在页面右侧选择导出方式和导出数据库的格式。
点击“执行”按钮导出数据库。
导出数据库时,一般可选择默认导出方式。如果需要在导出数据库时自定义数据库属性或功能,导出方式选择“自定义”即可。
![](https://www.idcspy.com/wp-content/uploads/2021/01/cpanel1.jpg)
以上就是[SugarHosts](/#)主机使用cPanel控制面板时,可以导出和备份自己网站数据库的教程,操作起来还是非常简单的哦。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106507.html