Discussion:
[Squirrel-sql-users] How to change the user (config) directory?
BenXS
2011-01-05 16:48:27 UTC
Permalink
Currently my user directory (with the config files) is set (under Win7) to
C:\Users\BS\squirrel-sql

How can I change it (e.g.to a subdirectory "mysettings" of the squirrel
installation dir) ?

Ben
--
View this message in context: http://old.nabble.com/How-to-change-the-user-%28config%29-directory--tp30597811p30597811.html
Sent from the squirrel-sql-users mailing list archive at Nabble.com.
Robert Manning
2011-01-05 17:25:36 UTC
Permalink
It's actually not a good idea to keep your settings in the install folder
(if you remove it when you upgrade, your precious settings go away). However
you can change where these settings are kept by giving the squirrel-sql.bat
script the following args:

--user-settings-dir <absolute path to folder containing the settings>

For example:

squirrel-sql.bat --user-settings-dir c:\squirrelsettings

You probably want to avoid spaces in the path.

Rob
Post by BenXS
Currently my user directory (with the config files) is set (under Win7) to
C:\Users\BS\squirrel-sql
How can I change it (e.g.to a subdirectory "mysettings" of the squirrel
installation dir) ?
Ben
--
http://old.nabble.com/How-to-change-the-user-%28config%29-directory--tp30597811p30597811.html
Sent from the squirrel-sql-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment,
and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Squirrel-sql-users mailing list
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
Continue reading on narkive:
Loading...