<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16386" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi List i'm trying to setup my sever but in my 
terimal all i seam get is this message but cant go on .</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>could someone help us out </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>many thx's</FONT></DIV>
<DIV><FONT face=Arial size=2>Mike</FONT></DIV>
<DIV> </DIV>
<DIV>yum install mysql mysql-server<BR>Loaded plugins: fastestmirror<BR>Loading 
mirror speeds from cached hostfile<BR> * base: mirror.optus.net<BR> * 
updates: mirror.optus.net<BR> * addons: mirror.optus.net<BR> * extras: 
mirror.optus.net<BR>Setting up Install Process<BR>Parsing package install 
arguments<BR>Package mysql-5.0.45-7.el5.i386 already installed and latest 
version<BR>Package mysql-server-5.0.45-7.el5.i386 already installed and latest 
version<BR>Nothing to do<BR>[root@localhost bcm]# chkconfig --levels 235 mysqld 
on<BR>bash: chkconfig: command not found<BR>[root@localhost bcm]# 
/etc/init.d/mysqld start<BR>Starting 
MySQL:                                            
[  OK  ]<BR>[root@localhost bcm]# mysqladmin 
-ucountry<BR>mysqladmin  Ver 8.41 Distrib 5.0.45, for redhat-linux-gnu on 
i686<BR>Copyright (C) 2000-2006 MySQL AB<BR>This software comes with ABSOLUTELY 
NO WARRANTY. This is free software,<BR>and you are welcome to modify and 
redistribute it under the GPL license<BR><BR>Administration program for the 
mysqld daemon.<BR>Usage: mysqladmin [OPTIONS] command command....<BR>  -c, 
--count=#       Number of iterations to make. This 
works with 
-i<BR>                      
(--sleep) only.<BR>  -#, --debug[=name]  Output debug log. Often this 
is 'd:t:o,filename'.<BR>  -f, 
--force         Don't ask for 
confirmation on drop database; 
with<BR>                      
multiple commands, continue even if an error occurs.<BR>  -C, 
--compress      Use compression in server/client 
protocol.<BR>  
--character-sets-dir=name<BR>                      
Directory where character sets are.<BR>  
--default-character-set=name<BR>                      
Set the default character set.<BR>  -?, 
--help          Display this help 
and exit.<BR>  -h, --host=name     Connect to 
host.<BR>  -p, 
--password[=name]<BR>                      
Password to use when connecting to server. If password 
is<BR>                      
not given it's asked from the tty.<BR>  -P, 
--port=#        Port number to use for 
connection.<BR>  --protocol=name     The protocol of 
connection (tcp,socket,pipe,memory).<BR>  -r, 
--relative      Show difference between current and 
previous values 
when<BR>                      
used with -i. Currently works only with extended-status.<BR>  -O, 
--set-variable=name<BR>                      
Change the value of a variable. Please note that 
this<BR>                      
option is deprecated; you can set variables directly 
with<BR>                      
--variable-name=value.<BR>  -s, 
--silent        Silently exit if one can't 
connect to server.<BR>  -S, --socket=name   Socket file to use 
for connection.<BR>  -i, --sleep=#       
Execute commands again and again with a sleep between.<BR>  
--ssl               
Enable SSL for connection (automatically enabled 
with<BR>                      
other flags). Disable with --skip-ssl.<BR>  
--ssl-ca=name       CA file in PEM format (check 
OpenSSL docs, 
implies<BR>                      
--ssl).<BR>  --ssl-capath=name   CA directory (check OpenSSL 
docs, implies --ssl).<BR>  --ssl-cert=name     X509 
cert in PEM format (implies --ssl).<BR>  --ssl-cipher=name   SSL 
cipher to use (implies --ssl).<BR>  
--ssl-key=name      X509 key in PEM format (implies 
--ssl).<BR>  
--ssl-verify-server-cert<BR>                      
Verify server's "Common Name" in its cert 
against<BR>                      
hostname used when connecting. This option is disabled 
by<BR>                      
default.<BR>  -u, --user=name     User for login if not 
current user.<BR>  -v, --verbose       Write 
more information.<BR>  -V, --version       
Output version information and exit.<BR>  -E, 
--vertical      Print output vertically. Is similar to 
--relative, 
but<BR>                      
prints output vertically.<BR>  -w, --wait[=#]      
Wait and retry if connection is down.<BR>  --connect_timeout=#<BR>  
--shutdown_timeout=#<BR><BR>Variables (--variable-name=value)<BR>and boolean 
options {FALSE|TRUE}  Value (after reading 
options)<BR>--------------------------------- 
-----------------------------<BR>count                             
0<BR>force                             
FALSE<BR>compress                          
FALSE<BR>character-sets-dir                
(No default 
value)<BR>default-character-set             
(No default 
value)<BR>host                              
(No default 
value)<BR>port                              
0<BR>relative                          
FALSE<BR>socket                            
(No default 
value)<BR>sleep                             
0<BR>ssl                               
FALSE<BR>ssl-ca                            
(No default 
value)<BR>ssl-capath                        
(No default 
value)<BR>ssl-cert                          
(No default 
value)<BR>ssl-cipher                        
(No default 
value)<BR>ssl-key                           
(No default 
value)<BR>ssl-verify-server-cert            
FALSE<BR>user                              
country<BR>verbose                           
FALSE<BR>vertical                          
FALSE<BR>connect_timeout                   
43200<BR>shutdown_timeout                  
3600<BR><BR>Default options are read from the following files in the given 
order:<BR>/etc/my.cnf ~/.my.cnf /etc/my.cnf<BR>The following groups are read: 
mysqladmin client<BR>The following options may be given as the first 
argument:<BR>--print-defaults        Print 
the program argument list and 
exit<BR>--no-defaults           
Don't read default options from any options 
file<BR>--defaults-file=#       Only read default 
options from the given file #<BR>--defaults-extra-file=# Read this file after 
the global files are read<BR><BR>Where command is a one or more of: (Commands 
may be shortened)<BR>  create databasename   Create a new 
database<BR>  
debug                 
Instruct server to write debug information to log<BR>  drop 
databasename     Delete a database and all its 
tables<BR>  extended-status       Gives an 
extended status message from the server<BR>  
flush-hosts           Flush 
all cached hosts<BR>  
flush-logs            
Flush all logs<BR>  
flush-status          Clear status 
variables<BR>  
flush-tables          Flush all 
tables<BR>  flush-threads         
Flush the thread cache<BR>  flush-privileges      
Reload grant tables (same as reload)<BR>  kill 
id,id,...        Kill mysql threads<BR>  
password new-password Change old password to new-password, MySQL 4.1 
hashing.<BR>  old-password new-password Change old password to new-password 
in old format.<BR><BR>  
ping                  
Check if mysqld is alive<BR>  
processlist           Show 
list of active threads in server<BR>  
reload                
Reload grant tables<BR>  
refresh               
Flush all tables and close and open logfiles<BR>  
shutdown              
Take server down<BR>  
status                
Gives a short status message from the server<BR>  
start-slave           Start 
slave<BR>  
stop-slave            
Stop slave<BR>  
variables             
Prints variables available<BR>  
version               
Get version info from server<BR></DIV></BODY></HTML>