当前位置: 首页 > news >正文

wordpress轻量主题/东莞seo建站投放

wordpress轻量主题,东莞seo建站投放,wordpress底部主题,网站前台显示数据库指定分类怎么做php许多时候当要使用MySQL时,会遇到如下情况:1. 信息比较重要,希望通信被加密。2. 一些端口,比如3306端口,被路由器禁用。对第一个问题的一个比较直接的解决办法就是更改mysql的代码,或者是使用一些证书&#…

许多时候当要使用MySQL时,会遇到如下情况:

1. 信息比较重要,希望通信被加密。

2. 一些端口,比如3306端口,被路由器禁用。

对第一个问题的一个比较直接的解决办法就是更改mysql的代码,或者是使用一些证书,不过这种办法显然不是很简单。

这里要介绍另外一种方法,就是利用SSH通道来连接远程的Mysql,方法相当简单。

一 建立SSH通道

只需要在本地键入如下命令:

ssh -fNg -L 3307:127.0.0.1:3306myuser@remotehost.com

The command tells ssh to log in to remotehost.com as myuser, go into the background (-f) and not execute any remote command (-N), and set up port-forwarding (-L localport:localhost:remoteport ). In this case, we forward port 3307 on localhost to port 3306 on remotehost.com.

二 连接Mysql

现在,你就可以通过本地连接远程的数据库了,就像访问本地的数据库一样。

mysql -h 127.0.0.1 -P 3307 -u dbuser -p db

The command tells the local MySQL client to connect to localhost port 3307 (which is forwarded via ssh to remotehost.com:3306). The exchange of data between client and server is now sent over the encrypted ssh connection.

或者用Mysql Query Brower来访问Client的3307端口。

类似的,用PHP访问:

$smysql = mysql_connect( "127.0.0.1:3307", "dbuser", "PASS" );

mysql_select_db( "db", $smysql );

?>

Making It A Daemon

A quick and dirty way to make sure the connection runs on startup and respawns on failure is to add it to /etc/inittab and have the init process (the, uh, kernel) keep it going.

Add the following to /etc/inittab on each client:

sm:345:respawn:/usr/bin/ssh -Ng -L 3307:127.0.0.1:3306 myuser@remotehost.com

And that should be all you need to do. Send init the HUP signal ( kill -HUP 1 ) to make it reload the configuration. To turn it off, comment out the line and HUP init again.0b1331709591d260c1c78e86d0c51c18.png

http://www.jmfq.cn/news/5232187.html

相关文章:

  • 一键搭建网站系统/seo是哪个英文的简写
  • 灵山网站建设/优化什么意思
  • 南宁软件优化网站建设/济南网络推广公司电话
  • 怎么查看网站日志/网站域名查询系统
  • 滁州住房与城乡建设官网/潍坊自动seo
  • 钟祥网站开发/个人博客网站模板
  • 网站直播怎么做的/百度文库个人登录入口
  • 网站建设转正申请报告/搜索引擎排名机制
  • 高速wordpress优化/seo网络营销
  • 自己有网站怎么做竞价/搜索引擎收录入口
  • seo网站源码/营销课程培训哪个机构好
  • 手机网站建设效果/nba实力榜最新排名
  • 什么好的主题做网站/网络快速推广渠道
  • 青岛网站开发哪家服务专业/谷歌关键词排名优化
  • 织梦网站根目录在哪里/企业网站推广方案策划
  • 做网站用com还是cn好/优化搜索点击次数的方法
  • 网站建设的预算费用/整站优化和单词
  • 龙江网站设计/网页推广平台
  • 首页网站怎么做/广州seo顾问seocnm
  • 日本十大顶尖包装/搜素引擎优化
  • 网络营销网站建设培训/佛山seo教程
  • 饮食类网站/企业seo推广的绝密诀窍曝光
  • 网投网站制作/潍坊seo按天收费
  • 做图书馆网站模板/黄页推广
  • 网站世界排名怎么做/网站设计
  • vip视频网站怎么做/百度关键词分析
  • 网站页面如何设计图/软文营销的写作技巧有哪些
  • 江门做网站/域名网
  • 建设网站开发的语言有哪些/优化网站推广教程整站
  • 安徽服饰网站建设/网络营销常用的工具和方法