首页 \ 问答 \ iFrame在服务器端进行(iFrame procees in Server Side)

iFrame在服务器端进行(iFrame procees in Server Side)

我需要一个以下方案的解决方案。

我有一个托管在私人局域网中的网站,该网站未连接到互联网。 我在不同的区域有一个Web服务器,它在LAN服务器和互联网之间有连接。 由于限制,我无法打开我的局域网到互联网或在任何其他区域托管网站。

所以我想创建一个可以在DMZ上主持的网页,其中网页与我的内部服务器通信并输出到最终用户。 (iFrame的相同概念),我相信iFrame在客户端工作,而不是服务器端。 (如我错了请纠正我) 。

有没有人有任何想法来满足这个要求。


I need a solution for following scenario.

I have a web site hosted in private LAN which is not connected to the internet. I have a web server in different Zone which has connectivity between LAN server and internet. Due to restriction i can not open my LAN to internet or host the website in any other zone.

So i want to create a web page which could host at DMZ, where the web page talk to my internal server and output to be proceed to end user. (Same concept of iFrame) , I believe that iFrame work at client end, not the server end. (Correct me if I'm wrong) .

Does anyone have any idea to fulfill this requirement.


原文:https://stackoverflow.com/questions/21519382
更新时间:2024-03-16 06:03

最满意答案

直接在命令行
mysql -uroot -p(你的密码)
如果不行
在安装目录下
mysql -uroot -p
然后根据提示输入密码

要是还不行不是有一个mysqlcommandline在的你开始菜单里面吗,点进去就可以了

判断mysql有没有运行
只要进程里面有mysqld就可以了
祝好运

其他回答

、


在cmd中不行,要进入mysql安装文件里面的命令行,如图


或者安装可视化的软件,推荐navicat ~~~

相关问答

更多
  • 1,mysql 的守护进程是mysqld [root@localhost ~]# service mysqld start 启动 MySQL: [确定] 你可以看看你的服务是否已经添加到linux上 [root@localhost ~]# chkconfig --list mysqld mysqld 0:关闭 1:关闭 2:关闭 3:关闭 4:关闭 5:启用 6:关闭 [root@localhost ~]# 如果没有,先添加,用chkconfig --add mysqld 然后在3 5级别上设定服务为on ...
  • 原因在于MYSQL8.0的密码验证方式从mysql_native_password改为了caching_sha2_password。而目前为止,php的pdo和mysqli应该还是不支持的。
  • 1.这种错误是/etc/init.d/mysqld中的basedir路径错误造成的,也就是启动的方式与安装的位置不一致 2.这种错误还可能是系统中已经存在别的mysql数据库进程 3.ps -ef|grep mysqld可以查看启动后的mysql进程 4.lsof -n -i:3306 会有TCP *:3306(LISTEN)这样的监听进程证明mysqld监听进程存在 5.netstat -plantup|grep 3306 会有mysqld进程存在 卢韬旭
  • 查看mysql服务是否安装的方法: 在完成安装Mysql后,使用mysql时,打开cmd,输入net start mysql,提示服务名无效,查看服务列表,也结果找不到mysql相关的服务,就证明没有安装mysql服务。 解决方法如下: 1、打开cmd,切换到mysql的bin目录下 (这个需要根据自己电脑mysql安装位置查找,下面是我的电脑上mysql安装目录) 2、 C:\Program Files(x86)\MySQL5.6\bin>mysqld.exe -install Service succe ...
  • 1.这种错误是/etc/init.d/mysqld中的basedir路径错误造成的,也就是启动的方式与安装的位置不一致 2.这种错误还可能是系统中已经存在别的mysql数据库进程 3.ps -ef|grep mysqld可以查看启动后的mysql进程 4.lsof -n -i:3306 会有TCP *:3306(LISTEN)这样的监听进程证明mysqld监听进程存在 5.netstat -plantup|grep 3306 会有mysqld进程存在 卢韬旭
  • 可能是 boot loader 没有正确安装,新装的 linux ? 重装试试看,在提示安装 boot loader 时仔细一点,安装到 windows 对应硬盘的 MBR 上。 还有一点,如果 BIOS 开启了 UEFI 兼容或 Only 模式,Linux 也要 EFI 分区来装,有点复杂,还是在百度查查相应资料看。
  • 重装个系统再试试 建议mysql的版本也换一个安装
  • 直接在命令行 mysql -uroot -p(你的密码) 如果不行 在安装目录下 mysql -uroot -p 然后根据提示输入密码 要是还不行不是有一个mysqlcommandline在的你开始菜单里面吗,点进去就可以了 判断mysql有没有运行 只要进程里面有mysqld就可以了 祝好运
  • 问题实际上是服务可执行文件是用EFS加密的; 错误代码(访问被拒绝)让我失望。 该服务正在输出到无意中加密的文件夹,因此当我将服务复制到安装位置时,它仍然是加密的。 取消选中文件属性中的“加密内容以保护数据”复选框后,将为所有用户正确启动该服务。 这解释了为什么服务只会以当前用户身份启动,而不是任何系统用户,包括特权“本地系统”帐户。 The problem was actually that the service executable was encrypted with EFS; the error ...
  • 好的,所以我设法通过使用不同的服务安装例程来解决我的问题。 它似乎是一个安装问题而不是与用户权限相关的问题。 以下是任何人感兴趣的工作脚本示例: # ALISE MONITORING SERVICE INSTALLATION # $service_fullname = "Alise.MonitoringService" $username = ".\AliseMonitoring" $password = "mypassword" $pause = 0 $exeName = "MonitoringServ ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)