duanlang1531 2009-01-10 12:37
浏览 28
已采纳

如何将PHP和MySQL上传到网络服务器

I am developing a site in vertigoserver. Now I need to test the webpage in webserver.

I am using the webserver Host-Europe VirtualServer 3.0.

  1. Now what are the steps I need to upload the PHP pages?
  2. What is the software needed to upload MySQL queries?
  3. Are there any tutorials or suggestions?
  • 写回答

2条回答 默认 最新

  • duanfen9983 2009-01-10 12:46
    关注

    This seems like basic stuff, but I'll give you some pointers!

    Upload the pages with an FTP client or similar. If you have shell access, tools like rsync can make this easier.

    You've probably got some sort of web based front end for MySQL like phpMyAdmin - this will let you upload and restore a database dump. If you have shell access, or if the MySQL server is open to the Internet, you can pipe the dump into the MySQL command line client, for example,

    mysql -h<hostname> -u<username> -p<password> mydatabase < dump.mysql
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 AT89C51控制8位八段数码管显示时钟。
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题