我申请了一个mysql和php的空间,现在要做一个网站,本地也装了mysql,可是不知道怎么样才能把本地的mysql导出到服务器上!哪位大虾能给我说说详细步骤啊!!!小弟感激啊!!!!!!

解决方案 »

  1.   

    先用mysqldum把本地数据库中的数据导出来,然后在服务器上用source 导入
      

  2.   

    source是什么东西呀!偶刚学啊,是菜鸟!!!!!!
      

  3.   

    Source is a builtin command within mysql client shell.
    You could use the client tool to import your data into your server as follows.
    mysql -u... -p...< YourBackupFile.sql