好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

xTuple中数据库的备份语句

//备份语句 C:\Documents and Settings\Administratorpg_dump -U admin -h 192.168.1.3 -p 5432 demoxtuple_demo_backup //恢复语句 C:\Documents and Settings\Administratorpsql -U admin -h localhost -p 5433 demoxtuple_demo_backup

//备份语句 
C:\Documents and Settings\Administrator>pg_dump -U admin -h 192.168.1.3 -p 5432 demo>xtuple_demo_backup 
//恢复语句 
C:\Documents and Settings\Administrator>psql -U admin -h localhost -p 5433 demo 

查看更多关于xTuple中数据库的备份语句的详细内容...

  阅读:38次

上一篇: 主键和外键的作用

下一篇:kettle内存溢出