Hello Steven,

when starting a database kernel that way, it starts into 'admin' state. You 
have to
switch the database into online state to execute SQL commands, as you want:

So, open another shell and enter the command

dbmcli -u <dbmuser>,<dbmpassword> -d TEST1 db_online

and then continue as you like.

Regards
Alexander SchrÃder
SAP DB, SAP Labs Berlin

> -----Original Message-----
> From: stevenzhoucn [mailto:[EMAIL PROTECTED] 
> Sent: Friday, April 15, 2005 8:00 PM
> To: Dittmar, Daniel; [email protected]
> Subject: About how to use sqlcli to connect the kernel with gdb mode
> 
> daniel.dittmar:
>      Thanks for your help! This week I have not test upon 
> your advice until today . 
>  Now:
>     I types these command:
>               gdb -d $WRK/fast/debug kernel
>               gdb> run TEST1
>       
>     and  I use ps -ex can see two processes: gdb kernel TEST1
>                                              kernel TEST1
>     I want to trace the step by step about kernel dowith the 
> sqlcli connection or dbmcli connection.
>     so I try to use sqlcli to connect the kernel, but it 
> connect fail!  Use dbmcli to connect the server, 
>     It's report the database have been open.
> 
>     What shall I do to trace the deail about the kernel's 
> every thread and every connection.
>     
> 
> ãããããããããããããã
> 
> 
> 
> 
> -- 
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    
> http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

Reply via email to