Mailinglist Archive: opensuse (882 mails)
| < Previous | Next > |
Re: [opensuse] kde4: 1.6G nepomuk/ (any way to limit this?)
- From: "phanisvara das" <listmail@xxxxxxxxxxxxxx>
- Date: Wed, 15 Dec 2010 22:55:15 +0530
- Message-id: <op.vnrmodzq2qyk0d@localhost>
On Wed, 15 Dec 2010 22:35:19 +0530, phanisvara das
<listmail@xxxxxxxxxxxxxx> wrote:
found more mistakes i made, but the result remains pretty much the same. my last command line:
-----------
isql -H localhost -S 1122 -U dba -P dba * "status();"
-----------
seems you (will s.) also made a mistake. the command you specified reads:
-----------
* read the port in use by virtuoso by looking at the most recent config file in /tmp/virtuoso*
* connect to virtuoso: isql -H localhost -P <port> -U dba -P dba
* "status();"
-----------
you specify sever port with "-P", which is, according to "isql --help" (and yourself later on) used for the password.
--
phani.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
just saw there was a typo; ...
found more mistakes i made, but the result remains pretty much the same. my last command line:
-----------
isql -H localhost -S 1122 -U dba -P dba * "status();"
-----------
seems you (will s.) also made a mistake. the command you specified reads:
-----------
* read the port in use by virtuoso by looking at the most recent config file in /tmp/virtuoso*
* connect to virtuoso: isql -H localhost -P <port> -U dba -P dba
* "status();"
-----------
you specify sever port with "-P", which is, according to "isql --help" (and yourself later on) used for the password.
--
phani.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |