You can protect your database dump from unauthorized loads using the password parameter of the dump database command. If you include the password parameter when you make a database dump, you must also include this password when you load the database.
The partial syntax for the password-protected dump database and load database commands are:
dump database database_name to file_name [ with passwd = password ]
load database database_name from file_name [ with passwd = password ]
where:
database_name – is the name of the database that is being dump or loaded.
file_name – is the name of the dump file.
password – is the password you provide to protect the dump file from unauthorized users.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |