Excuse me if this is a dump question but I'm still new to linux and in need
of some help:
I installed mysql-3.23.38-pc-linux-gnu-i686.tar on a RedHat 7 server and
everything installed fine (or at least I think so). I created a test
database added some tables, etc without any problems. Now, I'm t
I'm trying to add php support into apache and the 'make' command fails.
mysql-3.23.38 installed fine and I ran some tests and everything is working.
php-4.0.5 also installed fine (but don't know how to test it from the
command line). The apache configure also went fine:
[root@dns2 apache_1.3.14]
kconfig... I've
grafted it onto mine :)
Steve West wrote:
>
> Bruce,
>
> I installed mysql-3.23.39-pc-linux-gnu-i686.tar.gz . Even though I'm still
a
> newbie to linux I thought to stay away from the redhat rpm files! :)
>
> Is this the correct version I should be usi
very hard
when and where you least expect it.
Bruce
Steve West wrote:
>
> Bruce,
>
> I tried what you suggested and I get the following error message on my
> redhat 7 server:
>
> /sbin/chkconfig --list mysql
>
> service mysql does not support chkconfig
>
> Any idea
tart mysql
manually use:
service mysql start
Steve West wrote:
>
> I'm trying to figure out how to get mysql to startup automatically after
> rebooting the server?
>
> I have a Redhat 7.0 box and I placed a file to call up the mysql.server
auto
> startup script as fo
I'm trying to figure out how to get mysql to startup automatically after
rebooting the server?
I have a Redhat 7.0 box and I placed a file to call up the mysql.server auto
startup script as follows:
/etc/rc.d/init.d/mysql
which has the following code:
/bin/sh -c 'cd /usr/local/mysql ; ./bin/s