Home > Database > Mysql Tutorial > body text

xTuple中数据库的备份语句

WBOY
Release: 2016-06-07 15:22:36
Original
1063 people have browsed it

//备份语句 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

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!