Brian "Krow" Aker (krow) wrote,
Brian "Krow" Aker
krow

From Scratch, Get set, Go!

[brian@gaz fix_is]$ ./drizzled/drizzled --console-enable 
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins.
100122 13:12:00  InnoDB: highest supported file format is Barracuda.
100122 13:12:00 InnoDB Plugin 1.0.4 started; log sequence number 44600
Listening on 0.0.0.0:3306
Listening on :::3306
Listening on 0.0.0.0:4427
Listening on :::4427
./drizzled/drizzled: Forcing close of thread 0 user: ''
./drizzled/drizzled: ready for connections.
Version: '2010.01.1273' Source distribution (fix_is)

drizzled> use data_dictionary;
OK

drizzled> show tables;
Tables_in_data_dictionary	
MODULES	
PLUGINS	
PROCESSLIST	

drizzled> desc PLUGINS;
Field	Type	Null	Key	Default	Extra	

PATH ./data_dictionary/plugins
ID	bigint	YES		NULL		
USER	varchar(16)	YES		NULL		
HOST	varchar(64)	YES		NULL		
DB	varchar(64)	YES		NULL		
COMMAND	varchar(16)	YES		NULL		
TIME	bigint	YES		NULL		
STATE	varchar(64)	YES		NULL		
INFO	varchar(100)	YES		NULL		
drizzled> 


Tags: drizzle
Subscribe
  • Post a new comment

    Error

    Comments allowed for friends only

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments