mysql in redhat


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mysql in redhat
# 8  
Old 10-31-2001
mysql-server not installing mysqld.log

When I install the mysql-server in "root" it installes, Then I do a varify and it comes back with one problem. /var/log/mysqld.log and the problem is "=@". Thats is what it says is the problem "=@" with out the quots. The mysqld.log is not installing. I have changed the permission to /var/ and /log/ to 0777 just to make sure that its not a permission problem. What do you think the problem is.
# 9  
Old 10-31-2001
What do you mean you "do a verify"? What commands are you running?
# 10  
Old 10-31-2001
varify => rpm -V mysql-server

If I do a rpm -V mysql-server I get:
"missing /var/log/mysql.log"
I've reinstalled mysql-server many times and its always the same way. /var/log/mysql.log is not installing.
# 11  
Old 10-31-2001
touch /var/log/mysqld.log
# 12  
Old 10-31-2001
Did that now I'm getting-

I did the touch and got mysqld.log, but now when I do a rpm I'm getting problem /var/log/mysqld.log user,group, file mode
# 13  
Old 10-31-2001
On my box permissions are:

$ ls -l /var/log/mysqld.log
-rw-r----- 1 mysql mysql 0 Oct 28 04:02 /var/log/mysqld.log
# 14  
Old 10-31-2001
I think I have a bigger instlation problem

I have many missing packages ie perl, php and other packages missing.
With mysql I am also missing /var/lib/mysql/mysql.sock.
I think I have a bad instalation disk.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

2. Red Hat

configuring MYsql db on redhat cluster

Hello, can someone please suggest me in configuring the mysql db on redhat cluster, I have few questions. 1. where do I have to configure heart beat links, and is there any file in the redhat cluster that we update it to use these ipaddress and these interface on the node. 2. I am configuring... (0 Replies)
Discussion started by: bobby320
0 Replies

3. UNIX and Linux Applications

MySQL Daemon failed to start - no mysql.sock file

After doing a yum install mysql mysql-server on Fedora 14 I wasn't able to fully install the packages correctly. It installed MySQL 5.1. I was getting the following error when running the: mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)... (3 Replies)
Discussion started by: jastanle84
3 Replies

4. Web Development

Unkown table Engine 'InnoDB' on a RedHat server with MySQL v5!

hi all, After installing MySQL Source Code on my RedHat machine and compiling it, i no longer have access to some of my DBs having this error message. Unkown table Engine 'InnoDB' Before this step, i used to have another MySQL instance that used to work properly with all the DBs i do have,... (7 Replies)
Discussion started by: mehdi1973
7 Replies

5. UNIX for Advanced & Expert Users

MYSQL command to take a backup of the database in Redhat linux 7.2

I am new to mysql database , we have a mysql database running on linux , and we use mysql database for bugzilla, so we wanted to take a backup . what is the command for taking the entire database backup from the command prompt with all options. Thanks in advance Bache Gowda (4 Replies)
Discussion started by: bache_gowda
4 Replies

6. UNIX for Dummies Questions & Answers

mysql installation error using redhat 7.2

i am a newbie to unix admin stuff so bare with me. -- i get this message when executing mysql_install_db during the installation of mysql. what is the cause of this and how can it be fixed. btw - i have tried installing as root and other accounts also. scripts/mysql_install_db:... (6 Replies)
Discussion started by: theDirtiest
6 Replies
Login or Register to Ask a Question