[PHP] Facing some problem with mySQL Installation

2002-07-25 Thread Manisha

I know I should not ask this question - but as I am not getting prompt 
reply from mysql mailing list posting it here too - Just in case anybody 
knows about it


I am trying to install the mySQL on our remote server thr putty (SSH). 
Following are the set of commands given by me,

I have downloaded mysql-3.23 for BSDi.

1)put into /usr/home/mysql-src directory and given following 2 commands 
going into
shellcd  /usr/home/mysql-src
shellgunzip mysql-.tar.gz
shelltar xvf mysql-.tar

This is creating the directory mysql-
2)Config -

shellcd  /usr/home/mysql-src/mysql-
shell./configure -basedir=/usr/home/mysql -with-low-memory

This command is giving me problem - saying - at the end
shellStarting mysqld daemon with database from 
/usr/home/mysql-src/mysql-/data
rm /tmp/mysql.sock - Operation not permitted
mysqld end


Can anybody help me in this matter - What is the meaning of it ?

Thanks in advance and regards
Manisha


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Facing some problem with mySQL Installation

2002-07-25 Thread S.

Maybe it's a permission problem: if you read the installation procedure of 
MySQL, you can find that some file system permission modifies are required 
(you must modify the permissions of 2 or 3 file (or directories));
Have you chenged theese permission?

S.

Il 08:52, giovedì 25 luglio 2002, Manisha ha scritto:
 I know I should not ask this question - but as I am not getting prompt
 reply from mysql mailing list posting it here too - Just in case anybody
 knows about it

 
 I am trying to install the mySQL on our remote server thr putty (SSH).
 Following are the set of commands given by me,

 I have downloaded mysql-3.23 for BSDi.

 1)put into /usr/home/mysql-src directory and given following 2 commands
 going into
 shellcd  /usr/home/mysql-src
 shellgunzip mysql-.tar.gz
 shelltar xvf mysql-.tar

 This is creating the directory mysql-
 2)Config -

 shellcd  /usr/home/mysql-src/mysql-
 shell./configure -basedir=/usr/home/mysql -with-low-memory

 This command is giving me problem - saying - at the end
 shellStarting mysqld daemon with database from
 /usr/home/mysql-src/mysql-/data
 rm /tmp/mysql.sock - Operation not permitted
 mysqld end


 Can anybody help me in this matter - What is the meaning of it ?

 Thanks in advance and regards
 Manisha


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php