如何在编程中将mysql数据库上传到我的服务器空间

问题描述:

如何在编程方法中将mysql数据库上传到我的服务器空间(hostgator,bluehost)。任何人都可以帮我这样做。


先谢谢

how to upload mysql database to my server space (hostgator,bluehost) in programming method.any one can help me to do this.


Thanks in Advance

mysqldump生成SQL文件

FTP SQL文件。

在服务器空间运行SQL
mysqldump to produce a SQL file
FTP the SQL file.
Run the SQL on the server space


如何在服务器space.suppose中运行我运行,如果在我的数据库中进行任何更改
How to run sql in server space.suppose i runs ,if any changes to be done in my database


您运行文件并维护数据库在远程服务器上与本地相同。

远程脚本可以通过本地浏览器或远程运行Cron / Sched任务
You run files and maintain a database on a remote server the same as you would locally.
The remote scripts can be run through a local browser or on a Cron/Sched Task remotely