BlueHost主机cPanel面板如何设置远程访问MySQL数据库

".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)'); } }) })

MySQL是目前最流行的关系型数据库管理系统之一,具有开放源码、性能卓越、运行速度快等优势。默认情况下我们可以在本地访问MySQL数据库,有时也会需要进行远程访问。那么如何实现远程访问MySQL呢?本文介绍一种利用[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")远程访问MySQL数据库方法。

为了操作方便,这里选用的是BlueHost[美国主机](https://www.idcspy.com/)(Linux系统),它自带有cPanel控制面板,可以轻松实现数据库管理、文件管理等操作。首先我们登录到BlueHost账户,在“管理订单”中找到所选的BlueHost虚拟主机方案,然后在管理虚拟主机页面中访问cPanel控制面板。

![](https://www.idcspy.com/wp-content/uploads/2021/05/bluehost1-3.jpg)

《[点击快速访问BlueHost官网](https://go.idcspy.com/blidcspy/)》

在[cPanel面板](/#)界面中,可以看到文件、安全、数据库等选项,导航到“数据库”部分,选择“远程MySQL®”图标。

![](https://www.idcspy.com/wp-content/uploads/2021/05/mysql-2.jpg)

切换到远程MySQL®设置页面中,上面会有“添加访问主机”,在“主机”字段中填写需要远程访问的主机域名或IP地址。![远程访问MySQL](https://www.idcspy.com/wp-content/uploads/2021/05/mysql1.jpg)

以上主机信息输入完毕后点击“添加主机”按钮进行保存设置,然后可以使用SequelPro管理工具,看连接有没有成功。

更多阅读:《[cPanel面板导入MySQL数据库教程](/#)》"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105921.html

(0)
松果号松果号
上一篇 18小时前
下一篇 18小时前

推荐阅读

发表回复

登录后才能评论