Results 1 to 2 of 2
Hi,
I was trying to install mysql using tar file, while running the mysql_install_db, getting the following error.
ERROR:1017 Can't find file: './mysql/db.from' (errno: 13)
How to solve this?
I ...
- 09-30-2009 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 5
Installation of Mysql
Hi,
I was trying to install mysql using tar file, while running the mysql_install_db, getting the following error.
ERROR:1017 Can't find file: './mysql/db.from' (errno: 13)
How to solve this?
I am using RHEL 4, 32 bit.
Thanks,
Rajamani
- 10-04-2009 #2
1st. check for updates for Your system
2nd. why You don't use yum ?
1. yum list | grep mysql
2.yum install SEARCH_RESULT
3. Which MySQL version You try install?


Reply With Quote