Basic RPM installation?

2002-09-28 Thread DeNewbie
In my first posting I had the following problem; mike@cords-orj86jfje:/usr/bin safe_mysqld [1] 1759 mike@cords-orj86jfje:/usr/bin cat: /var/lib/mysql/cords-orj86jfje.pid: Permission denied rm: cannot unlink `/var/lib/mysql/cords-orj86jfje.pid': Permission denied Fatal error: Can't

Re: Basic RPM installation?

2002-09-28 Thread Iikka Meriläinen
Hi, You indeed have to su to root to get things working. safe_mysqld as root didn't work because your PATH environment wasn't correctly set because you didn't use this: su - su - makes the new shell the user's login shell, resetting environment variables and reading configuration files to

Re: Basic RPM installation?

2002-09-28 Thread Ben Goswami
PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 8:03 AM Subject: Basic RPM installation? In my first posting I had the following problem; mike@cords-orj86jfje:/usr/bin safe_mysqld [1] 1759 mike@cords-orj86jfje:/usr/bin cat: /var/lib/mysql/cords-orj86jfje.pid: Permission

Re: Basic RPM installation?

2002-09-28 Thread Joseph Bueno
Ben Goswami wrote: Since mySQL at this time does not support sub query, Do I've to break this into 2 SQLs and process: select question_id from questions where abs_sort_order in (select min(a.abs_sort_order) from questions a where a.abs_sort_order 1) Ben select question_id from

Basic RPM Installation

2002-09-27 Thread DeNewbie
I am new to this newsgroup and I am a SUSE Linux 7.3 user. I want to learn how to use PHP and MySQL and I am reading the MySQL reference manual. Firstly I am trying to install these RPM files. MySQL-3.23.52-1.i386.rpm MySQL-client-3.23.52-1.i386.rpm MySQL-devel-3.23.52-1.i386.rpm They all

Basic RPM Installation

2002-09-27 Thread DeNewbie
-- Forwarded message -- Date: Fri, 27 Sep 2002 19:27:22 -0400 From: DeNewbie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Basic RPM Installation I am new to this newsgroup and I am a SUSE Linux 7.3 user. I want to learn how to use PHP and MySQL and I am reading the MySQL

Re: Basic RPM Installation

2002-09-27 Thread Chuck \PUP\ Payne
Did you install from the SuSE CD? If so then you have to tell YaST to start MySQL. You can start it from /etc/rc.d/mysql. If you want to use PHP you will need to tell YaST to install PHP for apache as well. SuSE has made running MySQL and PHP so easy by using YaST. Also run YaST to update PHP

Re: Basic RPM Installation

2002-09-27 Thread John Coder
On Fri, 2002-09-27 at 19:27, DeNewbie wrote: I am new to this newsgroup and I am a SUSE Linux 7.3 user. I want to learn how to use PHP and MySQL and I am reading the MySQL reference manual. Firstly I am trying to install these RPM files. MySQL-3.23.52-1.i386.rpm