Re: Can't find file: './mysql/host.frm'

2005-04-09 Thread Allen Wayne Best
mysqld started > >050407 22:43:49 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' > >(errno: 13) > > > > > > > > > >I looked at the /var/log/messages file and found this: > > > >Apr 6 05:18:17 cenozoic mysqld: Stopping M

Re: Can't find file: './mysql/host.frm'

2005-04-09 Thread Mikael Fridh
Allen Wayne Best wrote: hello; I am having a spot of trouble getting to MySQL to start. Here is the message: 050407 22:43:49 mysqld started 050407 22:43:49 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) I looked at the /var/log/messages file and found

Can't find file: './mysql/host.frm'

2005-04-09 Thread Allen Wayne Best
hello; I am having a spot of trouble getting to MySQL to start. Here is the message: 050407 22:43:49 mysqld started 050407 22:43:49 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) I looked this up and found a numerous references, all going back to per

Re: installation question...missing 'host.frm'

2003-09-10 Thread Craig A. Finseth
Errno 13 indicates that you have some permission issues. Check the data directories you've set up to make sure that they are owned by the user/group mysql. Thank you. That was the problem. The "host.frm" really threw me. Craig -- MySQL General Mailing List For list

RE: installation question...missing 'host.frm'

2003-09-10 Thread Christensen, Dave
EMAIL PROTECTED] Subject: installation question...missing 'host.frm' I am trying to install: mysql-standard-4.0.14-sun-solaris2.8-sparc.tar on a Solaris 8 system. I am getting this message in the .err file: 030910 11:05:41 mysqld started 030910 11:05:41 InnoDB: Started

installation question...missing 'host.frm'

2003-09-10 Thread Craig A. Finseth
find file: './mysql/host.frm' (errno: 13) 030910 11:05:41 Aborting I haven't been able to find any reference to that file in any of the MySQL documentation. I've tried creating such a file, but the message remains unchanged. I am doing a little weird install. The commands and scri

Re: Can't find file: './mysql/host.frm' (errno: 13)

2003-06-24 Thread Egor Egorov
Pushpinder Singh Garcha <[EMAIL PROTECTED]> wrote: > > I am installing MySQL on my Mac OS Jaguar system. I was having some > trouble with the starting up my MySQL Server. I kpt getting "mysqld > ended" error and my logs showed that file "user.MYI" was corrupted. So > I decided to uninstall

Re: Can't find file: './mysql/host.frm' (errno: 13)

2003-06-24 Thread Roman Neuhauser
Can't find file: > './mysql/host.frm' (errno: 13) run "perror 13" -- If you cc me or remove the list(s) completely I'll most likely ignore your message.see http://www.eyrie.org./~eagle/faqs/questions.html -- MySQL General Mailing List For list arc

Can't find file: './mysql/host.frm' (errno: 13)

2003-06-23 Thread Pushpinder Singh Garcha
rted 030623 15:59:05 Fatal error: Can't open privilege tables: Can't find file: './mysql/host.frm' (errno: 13) 030623 15:59:05 Aborting 030623 15:59:05 InnoDB: Starting shutdown... 030623 15:59:07 InnoDB: Shutdown completed 030623 15:59:07 /usr/l

Re: Re: host.frm

2003-02-06 Thread Paul Roskilly
f you don't set up the grant tables, the following error will appear in the log file when you start the server: mysqld: Can't find file: 'host.frm'". http://www.mysql.com/doc/en/Post-installation.html Regards, -- Stefan Hinz <[EMAIL PROTECTED]> Geschäftsführer / CEO

Re: Re: host.frm

2003-02-02 Thread Stefan Hinz, iConnect \(Berlin\)
ear in the log file when you start the server: mysqld: Can't find file: 'host.frm'". http://www.mysql.com/doc/en/Post-installation.html Regards, -- Stefan Hinz <[EMAIL PROTECTED]> Geschäftsführer / CEO iConnect GmbH <http://iConnect.de> Heesestr. 6, 12169 Be

FW: Re: host.frm

2003-02-02 Thread Paul Roskilly
-Original Message- From: Paul Roskilly [mailto:[EMAIL PROTECTED]] Sent: 01 February 2003 13:11 To: '[EMAIL PROTECTED]' Subject: Re: host.frm I have the same problem, the file does exist and the ownership is the mysql user, but the entry in the log file still says it cant find

Re: host.frm

2003-01-02 Thread Bhavin Vyas
Check to see the existence/permissions of this file in the data directory. Regards, Bhavin. - Original Message - From: "Jason Steig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 11:43 PM Subject: host.frm > > > ./my

Re: host.frm

2003-01-02 Thread R. Hannes Niedner
ECTED]] > Sent: Thursday, January 02, 2003 10:45 AM > To: Jason Steig; MySQL Mailinglist > Subject: Re: host.frm > > > On 1/1/03 8:43 PM, "Jason Steig" <[EMAIL PROTECTED]> wrote: > >> >> ./myqld: Can't find file : './mysql/host.frm'

RE: host.frm

2003-01-02 Thread Christensen, Dave
ssage- From: R. Hannes Niedner [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 10:45 AM To: Jason Steig; MySQL Mailinglist Subject: Re: host.frm On 1/1/03 8:43 PM, "Jason Steig" <[EMAIL PROTECTED]> wrote: > > ./myqld: Can't find file : './mysql/host.

Re: host.frm

2003-01-02 Thread LeVar Bery
You could probbly run the mysql_install_db this might help. There is something on the mysql.com site that says how to deal with this. - Original Message - From: "Jason Steig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 11:4

RE: host.frm

2003-01-02 Thread Wayne Allen
: 02 January 2003 04:44 To: [EMAIL PROTECTED] Subject: host.frm ./myqld: Can't find file : './mysql/host.frm' (errno:13) does anyone know how to solve this problem? - Before posting, please check: http:

Re: host.frm

2003-01-02 Thread R. Hannes Niedner
On 1/1/03 8:43 PM, "Jason Steig" <[EMAIL PROTECTED]> wrote: > > ./myqld: Can't find file : './mysql/host.frm' (errno:13) > > does anyone know how to solve this problem? This file is part of the host table in your mysql database 'mysql'. D

host.frm

2003-01-01 Thread Jason Steig
./myqld: Can't find file : './mysql/host.frm' (errno:13) does anyone know how to solve this problem? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://

re: Can't find file: './mysql/host.frm'

2002-12-12 Thread Egor Egorov
On Wednesday 11 December 2002 22:41, SLefevre at i-m-i-international dot com wrote: > OK, I'm making progess on my MySQL problem. The log file says this: > > "021211 15:32:05 mysqld started > 021211 15:32:05 /usr/libexec/mysqld: Can't find file: './mysql/host.f

Can't find file: './mysql/host.frm'

2002-12-11 Thread Lefevre, Steven
OK, I'm making progess on my MySQL problem. The log file says this: "021211 15:32:05 mysqld started 021211 15:32:05 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 021211 15:32:05 mysqld ended" I've run the mysql_install_db script whe

Re: Can't find file ./mysql/host.frm

2002-07-02 Thread Gerald Clark
/libexec/mysqld: can't find file: './mysql/host.frm' errno: 13 >mysqld ended > >/var/lib/mysql/mysql/host.frm exists, and I've tried linking it to various >places, with no success. > >>How-To-Repeat: >> > Not sure, system is zipslack 8.0, wit

Can't find file ./mysql/host.frm

2002-07-02 Thread R . I . Kirkcaldy
>Description: When starting safe_mysqld mysqld shutsdown immediately with no error message. However looking at /var/lib/mysql/matrix.err gives the following error messages:- mysqld started /usr/libexec/mysqld: can't find file: './mysql/host.frm' errno: 13 mysqld end

RE: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Olivier Delrieu
all_db does not create host.frm hi, where are you running the server from? you might wanna try running from the base dir ./bin/safe_mysqld & i used to have the same problem. on a linux machine though. regards, On Fri, 3 May 2002, Olivier Delrieu wrote: > > Dear all, > > I'

Re: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Gelu
<[EMAIL PROTECTED]> To: Olivier Delrieu <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 1:27 PM Subject: Re: mySQL under cygwin : mysql_install_db does not create host.frm > hi, > > where are you running the server from? > you might wanna

Re: mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread TP R Murthy
5.html > with mysql-3.23.49.tar.gz > > At the end of the installation process, I get the following error when starting >mysql deamon : > > /src/mysql/mysql-3.23.49> Starting mysqld daemon with databases from >/var/mysql/data > 020503 7:15:49 /usr/libexec/mysqld: Can

mySQL under cygwin : mysql_install_db does not create host.frm

2002-05-03 Thread Olivier Delrieu
/cygwin/2001-12/msg00025.html with mysql-3.23.49.tar.gz At the end of the installation process, I get the following error when starting mysql deamon : /src/mysql/mysql-3.23.49> Starting mysqld daemon with databases from /var/mysql/data 020503 7:15:49 /usr/libexec/mysqld: Can't find

Re: mysqld cannot start - Can't find file: './mysql/host.frm' (errno: 13)

2002-04-16 Thread Egor Egorov
as reported in mll> the log file (/proj/webamt/rel/mysqldb/amthq2.err): mll> 020415 11:33:39 mysqld started mll> 020415 11:33:39 /data/mysql/3.23.47/SunOS_5.8/bin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) mll> 020415 11:33:39 mysqld

mysqld cannot start - Can't find file: './mysql/host.frm' (errno: 13)

2002-04-15 Thread magnus . l . larsson
15 11:33:39 mysqld started 020415 11:33:39 /data/mysql/3.23.47/SunOS_5.8/bin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 020415 11:33:39 mysqld ended >How-To-Repeat: >Fix: >Submitter-Id: [EMAIL PROTECTED] >Originator:Magnus Larsson &g

mysqld: Can't find file: 'host.frm' even though file exits

2002-04-01 Thread Victoria Reznichenko
Kenneth, Sunday, March 31, 2002, 2:13:47 AM, you wrote: KL>>Submitter-Id: KL>>Originator:Kenneth Lerman KL>>Organization: KL> Systems Essentials Limited KL>>MySQL support: none KL>>Synopsis: Can't find file: 'host.frm' even though it

mysqld: Can't find file: 'host.frm' even though file exits

2002-03-30 Thread Kenneth . Lerman
>Description: Subject says it all >How-To-Repeat: ./bin/safe_mysqld >Fix: unknown >Submitter-Id: >Originator:Kenneth Lerman >Organization: Systems Essentials Limited >MySQL support: none >Synopsis: Can't find file: 'host.fr

Re: mysqld cannot find host.frm even though it is in data/mysql

2002-03-04 Thread Markus Lervik
kept coming up with error 020303 5:20:41 > /usr/local/mysql/bin/mysqld: Can't find file: './mysql/host.frm > ' (errno: 13). Did you read the README file? [mle@hal9000 rip]$ perror 13 Error code 13: Permission denied chown -R mysql.mysql mysql/ ought to sort it out.

mysqld cannot find host.frm even though it is in data/mysql

2002-03-02 Thread root
: Can't find file: './mysql/host.frm ' (errno: 13). So I tried bin/safe_mysqld --basedir=/usr/local/mysql/data but it couldn't find language file so I made a share dir under data and copied recursively everything in /usr/local/install_dir/share to that directory and rest

Can't find file host.frm

2001-12-20 Thread P.J.D. Kouwer
Hi, I'm having some problems with starting Mysql and I hope someone could help me.. I start safe_mysqld & and it says" Can't find file host.frm" I checked my.cnf and the directory and it has host.frm. I deleted /var/lib/mysql/mysql (datadir) and started mysql_install_

host.frm

2001-11-09 Thread Dominique Marant
/mysql# /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking --default-table-type=isam Can't initialize Innobase as 'innobase_data_file_path' is not set 011109 15:27:07 /usr/sbin/mysqld: Can't find file: '

MySql install manual: please cover error "Cant find host.frm"

2001-10-31 Thread Ben Hutchison [Intamission]
There is an error which I encountered and overcame while installing mysql which I suggest needs better coverage in the MySql manual. Its caused by the default ownership on /mysql being incorrect, and causes an error message like: "Cant find host.frm" in the log. A fix that worked for

RE: ERROR :Can't find file: './mysql/host.frm' (errno: 13)

2001-07-05 Thread Roberto Carlos Sánchez Barroso
ED] > Asunto: Re: ERROR :Can't find file: './mysql/host.frm' (errno: 13) > > No, that is permission denied. > > chown -R mysql /var/mysql ( or whatever data path is ) > > Werner Stuerenburg wrote: > > > The error indicated means that the table ho

Re: ERROR :Can't find file: './mysql/host.frm' (errno: 13)

2001-07-03 Thread Gerald Clark
No, that is permission denied. chown -R mysql /var/mysql ( or whatever data path is ) Werner Stuerenburg wrote: > The error indicated means that the table host is missing. > > I would reinstall the package. If it doesn't work, I would > download the latest package from mysql.com and install t

Re: ERROR :Can't find file: './mysql/host.frm' (errno: 13)

2001-07-03 Thread Werner Stuerenburg
The error indicated means that the table host is missing. I would reinstall the package. If it doesn't work, I would download the latest package from mysql.com and install that (it is the recommended path, anyway) - it works fine. -- Herzlich Werner Stuerenburg ___

ERROR :Can't find file: './mysql/host.frm' (errno: 13)

2001-07-03 Thread [EMAIL PROTECTED]
I have installed mysql with rpm method (from cd ditribuition). But when i start the demon with the 'safe_mysql &' command, the demon stop immediatelly and i found the message in Subject in the /var/log/mysql.log file. The demon starts normally with the command

Re: Error locating host.frm

2001-06-13 Thread Gerald Clark
nded > [1]Done sudo ./bin/safe_mysqld --user=mysql > > Nothing is started and I find in the error log: > > 010613 10:26:06 mysqld started > 010613 10:26:06 /usr/local/mysql/bin/mysqld: Can't find file: > './mysql/host.frm' (errno: 13)

Error locating host.frm

2001-06-13 Thread Furmaniuk, Michael
arted 010613 10:26:06 /usr/local/mysql/bin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010613 10:26:06 /usr/local/mysql/bin/mysqld: Normal shutdown 010613 10:26:06 /usr/local/mysql/bin/mysqld: Shutdown Complete 010613 10:26:06 mysqld ended I can see that host.frm

Can't find file: './mysql/host.frm' (errno: 13)

2001-06-05 Thread Mike Broxterman
ld ended root@qsv-cmxdb1:...pkg/mysql> tail var/qsv-cmxdb1.err 010604 08:44:28 mysqld started 010604 8:44:28 /usr/local/pkg/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010604 8:44:28 /usr/local/pkg/mysql/libexec/mysqld: Normal shutdown 010604 08:44:28

Re: Can't find file: './mysql/host.frm' (errno: 13)

2001-06-05 Thread Van
Mike Broxterman wrote: > > Neglected to mention the host.frm file _does_ exist. > > @> ls -al /usr/local/pkg/mysql/var/mysql/ > total 134 > drwx-- 2 root other512 Jun 1 07:53 . > drwxr-xr-x 4 mysqlmysql512 Jun 4 09:17 .. > -r

Re: Can't find file: './mysql/host.frm' (errno: 13)

2001-06-05 Thread Mike Broxterman
Neglected to mention the host.frm file _does_ exist. @> ls -al /usr/local/pkg/mysql/var/mysql/ total 134 drwx-- 2 root other512 Jun 1 07:53 . drwxr-xr-x 4 mysqlmysql512 Jun 4 09:17 .. -rw-rw 1 root other 0 Jun 1 07:53 columns_priv.MYD -rw

Re: host.frm error

2001-05-07 Thread hunter
the error log stating it can't > find the host.frm file. Any ideas would be appreciated. I have copied > the host.frm file to every location under a ./mysql/ directory. > > Thanks > > Dane Knudson > Account Manager - Technical > Freedom Technologies > Level 20, Tow

host.frm error

2001-05-06 Thread Dane Knudson
I have installed mysql during the install of RH linux. When I try and start the service, there is an entry in the error log stating it can't find the host.frm file. Any ideas would be appreciated. I have copied the host.frm file to every location under a ./mysql/ directory. Thanks

Re: Can't find ./mysql/host.frm when starting mysqld

2001-02-26 Thread Gerald L. Clark
afe mysqld > starts the server mysqld witch stops immediately after. > When I look at the file : > /var/lib/mysql/my local host.err > I find the lines : > > 010212 13:26:29 mysqld started > 010212 13:26:30 /usr/libexec/mysqld: Can't find file: > './mysql/host.frm

Can't find ./mysql/host.frm when starting mysqld

2001-02-25 Thread ben foo
I look at the file : /var/lib/mysql/my local host.err I find the lines : 010212 13:26:29 mysqld started 010212 13:26:30 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010212 13:26:30 mysqld ended The file host.frm is in : /var/lib/mysql/mysql/ I tried

Can't find ./mysql/host.frm when starting mysqld

2001-02-15 Thread Sebbar Thierry
. When I look at the file : /var/lib/mysql/my_local_host.err I find the lines : 010212 13:26:29 mysqld started 010212 13:26:30 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 010212 13:26:30 mysqld ended The file host.frm is in : /var/lib/mysql/mysql/ I tried

host.frm

2001-02-02 Thread kentj
What is host.frm and why can host.frm not be located where I want to be? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request