Dear Gleb,

[EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chown -R root /var/lib/mysql
[EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chown -R mysql /var/lib/mysql
[EMAIL PROTECTED] mysql-standard-4.0.21-pc-linux-i686]# chgrp -R root /var/lib/mysql


[EMAIL PROTECTED] bin]# ls
comp_err*                      mysqlaccess*                 mysqldump*                 
  mysql_setpermission*
isamchk*                       mysqlaccess.conf*            mysqldumpslow*             
  mysqlshow*
make_sharedlib_distribution*   mysqladmin*                  mysql_explain_log*         
  mysql_tableinfo*
make_win_binary_distribution*  mysqlbinlog*                 mysql_find_rows*           
  mysqltest*
make_win_src_distribution*     mysqlbug*                    mysql_fix_extensions*      
  mysql_waitpid*
msql2mysql*                    mysqlcheck*                  
mysql_fix_privilege_tables*  mysql_zap*
myisamchk*                     mysql_config*                mysqlhotcopy*              
  pack_isam*
myisam_ftdump*                 mysql_convert_table_format*  mysqlimport*               
  perror*
myisamlog*                     mysqld*                      mysqlmanager*              
  replace*
myisampack*                    mysqld_multi*                mysqlmanagerc*             
  resolveip*
my_print_defaults*             mysqld_safe*                 mysqlmanager-pwgen*        
  resolve_stack_dum

[EMAIL PROTECTED] bin]# mysqld_safe &
[1] 12486
[EMAIL PROTECTED] bin]# Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/lib/mysql/server6.cma-cgm.com.pid
041029 08:02:51  mysqld ended


----- Original Message -----
From: Gleb Paharenko <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: run mysql service in Linux
Date: Thu, 28 Oct 2004 07:17:38 +0300

> 
> Hi.
> 
> Look at permissions on /var/lib/mysql
> (ls -l /var/lib/mysql).
> 
> And, btw, it's not /var/liv, but /var/lib. 
> 
> MySQL should have ability to read this directory.
> 
> See INSTALL-BINARY in the distribution directory and follow instructions in it 
> exactly.
> Don't forget about mysql_install_db!
> 
> Regards.
> 
> 
> "Cecep Rosuludin" <[EMAIL PROTECTED]> wrote:
> > dear All Master of Mysql,
> > 
> > I'm new in Mysql, and I'd just move to mysql Linux version..!and i have pro=
> > blem to activate the service. I have installed Mysql linux ver. with this C=
> > ommand
> > 
> >>tar-zxvf mysql-standard-4.0.21-pc-linux-i686.tar
> > 
> > when i try to Configure >./configure   ,there is a note that i don't have t=
> > o configure because the mysql file type is Binary..! after that I create a =
> > usr (>groupadd mysql and >usradd -g mysql mysql)
> > 
> > then, i change of owner of data directory
> >>chown -R root /var/liv/mysql
> >>chown -R mysql /var/liv/mysql
> >>chgrp -R mysql /var/liv/mysql
> > 
> > then, I try to start the service with this command
> >>mysqld_safe \ --user=3Dmysql &
> > [EMAIL PROTECTED] bin]# Starting mysqld daemon with databases from /var/lib/mys=
> > ql
> > STOPPING server from pid file /var/lib/mysql/server6.cma-cgm.com.pid
> > 041028 09:10:27  mysqld ended
> > 
> >>[EMAIL PROTECTED] bin]# ./mysqld start
> > 041028  9:42:55 Warning: Asked for 196608 thread stack, but got 126976
> > 041028  9:42:55 Can't find messagefile '/usr/local/mysql/share/mysql/englis=
> > h/errmsg.sys'
> > 041028  9:42:55 Aborting
> > 
> > 
> > 
> > 
> > --=20
> > _______________________________________________
> > Find what you are looking for with the Lycos Yellow Pages
> > http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.as=
> > p?SRC=3Dlycos10
> > 
> > 
> 
> 
> -- 
> For technical support contracts, goto https://order.mysql.com/?ref=ensita
> This email is sponsored by Ensita.NET http://www.ensita.net/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
>  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
> /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
>        <___/   www.mysql.com
> 
> 
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 

-- 
_______________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to