使用 phpMyAdmin 从远程计算机连接到本地 MySQL 数据库
我是新手.. 所以,如果这是一个简单的问题,请原谅我:)
我正在开发一个系统来获取一些特定数据并使用 C# 将其存储到数据库中。我已经快完成系统了。
我正在使用在我的计算机上本地运行的 MySql 数据库。我需要远程访问该数据库,以便我的雇主可以查看数据。他告诉我为数据库创建一个 phpMyAdmin 界面,但我没有这方面的经验。
我需要免费的解决方案。
提前致谢。
I'm a newbie.. So, please forgive me if it's a simple question :)
I'm developing a system to get some specific data and store it to a database using C#. I have almost finished the system.
I'm using a MySql database running locally on my machine. I need this database to be accessed remotely so that my employer can view the data. He told me to create a phpMyAdmin interface for the database, but I don't have experience with this.
I need the solution to be free, please.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
phpMyAdmin 是免费的。您只需下载并安装到装有 MySql 的计算机上即可。您还需要一个 WAMP 堆栈(PHP Web 服务器托管,例如免费的 WampServer 包)来执行phpMyAdmin 网站,并打开路由器中的端口以允许远程查看网页。此外,phpMyAdmin 中可能有配置设置以允许远程访问,但所有这些事情之前已经做过很多次了,您应该能够通过谷歌搜索找到很多帮助。
phpMyAdmin is free. You just have to download and install it on the machine with MySql. You will also need a WAMP stack (PHP web server hosting, such as the free WampServer package) to execute the phpMyAdmin website, and open the ports in your router to allow viewing the webpage remotely. Also there might be configuration settings in phpMyAdmin to allow remote access, but all these things have been done many times before and you should be able to find lots of help by googling.