2010年8月11日 星期三

資料庫備份、還原

將資料庫備份到新server
  舊>mysqldump -u root -p -h localhost xoops2 --opt >xoops2.sql 
#以上使用 --opt 指令是包含了 DROP 與 CREATE 指令,以確保之後的資料庫能夠完整的還原。
 新>mysql -u root -p -h localhost xoops2
 <xoops2.sql 

0 意見: