"Danesh Daroui" <[EMAIL PROTECTED]> wrote:

> I have installed Server, Client, Benhcmark, Share, Embeded and =
> Compact-Share RPMs version 4.1 on a Fedora2 system. The have been =
> installed successfully but when I type:
> 
> Shell> mysql -u root
> 
> it says that it can not open socket and I think it is because mysqld is =
> not alive. When I type:
> 
> Shell> mysqld
> 
> it returns a fatal error and refers me to Security notes about =
> installation. Also, I thought that an user account which name is mysql =
> should be created automatically when RPMs are installed, but there is no =
> user account with name mysql !!! Please help me to fix the problem and =
> install mysql on my linux system.

Maybe, you haven't removed the older mysql that comes with fedora? 
Let's clean your system. Save your data in a safe place, we will later remove
the MySQL data directory. 

Issue 
        rpm -qa | grep -i mysql

And see what are the packages with mysql in it. Remove everything that has
relation to MySQL itself (but of course, not packages like postfix-sasl-mysql
or mod_php_mysql, etc). Ignore dependencies. 

After that, clean your system: remove /var/lib/mysql and delete the mysql user: 
        
        userdel mysql

Again, don't forget to save your data!

Then do a fresh install of MySQL.com's downloaded packages. Install it like
that: 

        rpm --install -v -h MySQL*4.1.4*rpm 

That should help.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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]

Reply via email to