List:General Discussion« Previous MessageNext Message »
From:Matthew Costello Date:October 4 1999 6:19pm
Subject:Re: RedHat6
View as plain text  
If all you want to do is run MySQL then I recommend that
you install it using the RPMs.  Download the *.rpm files
and then install them using:
    rpm -Uhv MySQL*.rpm

This installs MySQL in /var/lib/mysql.

I typically then move the directory to /home/mysql
and create a symbolic link from /var/lib/mysql to
/home/mysql.

The other thing I do is copy the /usr/share/mysql/my-example.cnf
file to /etc/my.cnf and edit any configuration values.
In particular the  'key_buffer' in the isamchk section should
actually be 'key_buffer_size'; you will find this out when you
first try to run isamchk.
        /matthew costello

Kittiphum Worachat wrote:

> To Sir
>     I just try to install MySql 3.22.22 with ReHat6 that I install RedHat6
> with server feature so I have got Apache webserver already.
>     I do like this
>     1. Download mysql_3.22.22.tar.gz save at /usr/local
>     2. cd /usr/local
>     3. gunzip mysql_3.22.22.tar.gz
>     4.  tar xvf mysql_3.22.22.tar
>     5. ln -s mysql_3.22.22 mysql
>     6. cd mysql
>     7. ./configure --with-charset=tis620
>         the result is confiure error: installation or configuration problem:
> C++ complier cannot create executable
>
>     What I do wrong please help me (RedHat6 is automatic install from CD)
>     Kittiphum Worachat
>
> ---------------------------------------------------------------------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail mysql-thread14913@stripped
>
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail mysql-unsubscribe@stripped instead.

Thread
RedHat6Kittiphum Worachat2 Oct
  • RedHat6Jani Tolonen2 Oct
  • Re: RedHat6Matthew Costello4 Oct