Changeset: 5837c4491cc8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5837c4491cc8
Modified Files:
        sql/NT/dump-restore.rst
Branch: default
Log Message:

Update documentation. The -Pmonetdb option is not supported by mclient or 
msqldump.


diffs (33 lines):

diff --git a/sql/NT/dump-restore.rst b/sql/NT/dump-restore.rst
--- a/sql/NT/dump-restore.rst
+++ b/sql/NT/dump-restore.rst
@@ -33,7 +33,9 @@ It is also possible to dump from the com
 Server, and then issue the command
 
 ::
-       msqldump -umonetdb -Pmonetdb > dump.sql
+       msqldump -umonetdb > dump.sql
+
+You will need to provide the password (monetdb).
 
 This command will connect to the SQL Server and dump the database into
 the file dump.sql in the current directory.
@@ -52,10 +54,16 @@ In the SQL Client, type the following co
        <.../dump.sql
 
 That is, a less than symbol followed by the absolute (!) path name of
-the dump file that was produced using the dump instructions.
+the dump file that was produced using the dump instructions.   Again,
+unless you use an absolute path name, the file name is relative to
+where the SQL client was started, which on Windows may not be where
+you expect.
 
 It is also possible to restore from the command line.  Start a SQL
 Server, and then issue the command
 
 ::
-       mclient -lsql -umonetdb -Pmonetdb < dump.sql
+       mclient -lsql -umonetdb < dump.sql
+
+You will need to provide the password (monetdb).
+
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to