Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 |
The cubrid paramdump utility outputs parameter information used in the server/client process.
cubrid paramdump options database_name
options : [{-o|--output-file=}filename] [{-b|--both}] [{-S|--SA-mode}] [{-C|--CS-mode}]
Saving the output information to a file (-o)
The -o option is used to save information of the parameters used in the server/client process of the database into a specified file. The file is created in the current directory. If the -o option is not specified, messages are displayed on the console screen.
cubrid paramdump -o db_output testdb
Outputting information of the server/client parameters (-b)
The -b option is used to output parameter information used in server/client process into a console screen. If the -b option is not specified, only server-side information is outputted.
cubrid paramdump -b testdb
Outputting parameter information of the server process in standalone mode (-S or --SA-mode)
cubrid paramdump -S testdb
Outputting parameter information of the server process in client/server mode (-C or --CS-mode)
cubrid paramdump -C testdb