".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)'); } }) })
[Hostwinds](/#) VPS或专用服务器可以通过安装Plesk面板来管理服务器、数据库、站点等。本文主要介绍下如何使用Plesk管理数据库服务器。
1、通过访问(https://ipaddress:8443),进入Plesk面板登录页面,这里的ipaddress替换为您开通的Hostwinds[美国VPS](/#)或欧洲VPS实际IP地址。然后在登录页面中,使用初始设置的用户名和密码登录到Plesk控制面板。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple1.jpg)
2、成功登录到[Plesk](/#)面板后,在左侧菜单中,选择Databases。如果您之前已经创建过数据库,您将在右侧看到一个小菜单,点击Database Servers。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple2.jpg)
然后,您将进入数据库服务器列表,在这里您可以添加其他服务器,比如Microsoft SQL Server或编辑新数据库的设置。
3、点击Add Database Server添加数据库服务器链接。现在,您可以添加安装在服务器或远程服务器上的数据库服务器。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple3.jpg)
请记住,如果您正在访问远程服务器,您需要确保服务器在防火墙中打开了正确的端口,以允许从您的Plesk服务器进行访问。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple4.jpg)
4、另外,您也可以单击Settings设置按钮,配置数据库服务器。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple5.jpg)
此页面有一些您可以编辑的设置,例如数据库前缀标准和远程访问规则。如果您进行了数据库服务器更改,请点击Apply按钮使其更改生效。
![](https://www.idcspy.com/wp-content/uploads/2022/12/ple6.jpg)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103242.html