Mysqladmin and mysql client?

2001-05-19 Thread Steve West
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

[isp-linux] Apache make fails (apache, ssl, php, mysql)

2001-05-18 Thread Steve West
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

auto startup of mysql in redhat box?

2001-05-16 Thread Steve West
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 ;

RE: auto startup of mysql in redhat box?

2001-05-16 Thread Steve West
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 follows: /etc/rc.d/init.d/mysql which has

RE: auto startup of mysql in redhat box?

2001-05-16 Thread Steve West
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 ideas what I'm doing wrong? Thanks! SW -Original Message- From: [EMAIL

RE: auto startup of mysql in redhat box?

2001-05-16 Thread Steve West
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 using? I ran some tests w/ mysql and it seems