> how can i change the availability status of Asgard to "online" if i've
> changed it? 

go to mysql command line
select * from host;
find Your host ID
update host set online='1' where id='id';

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to