Recover accidentally deleted MySQL database files

2010-05-21 Thread Jose Luis Marin Perez
Dear sirs, Accidentally files in a database have been deleted (/ var/lib/mysql /database) when entering the mysql console shows that the database is created but does not show any table, there is some method to recever the information in this database? Centos 4.6 mysql Ver 14.7 Distrib

Re: Recover accidentally deleted MySQL database files

2010-05-21 Thread mos
At 10:42 AM 5/21/2010, you wrote: Dear sirs, Accidentally files in a database have been deleted (/ var/lib/mysql /database) when entering the mysql console shows that the database is created but does not show any table, there is some method to recever the information in this database? You

RE: Recover accidentally deleted MySQL database files

2010-05-21 Thread Jose Luis Marin Perez
original- De: mos [mailto:mo...@fastmail.fm] Enviado el: Viernes, 21 de Mayo de 2010 11:24 a.m. Para: mysql@lists.mysql.com Asunto: Re: Recover accidentally deleted MySQL database files At 10:42 AM 5/21/2010, you wrote: Dear sirs, Accidentally files in a database have been deleted (/ var/lib

Re: Recover accidentally deleted MySQL database files

2010-05-21 Thread Johan De Meersman
: mysql@lists.mysql.com Asunto: Re: Recover accidentally deleted MySQL database files At 10:42 AM 5/21/2010, you wrote: Dear sirs, Accidentally files in a database have been deleted (/ var/lib/mysql /database) when entering the mysql console shows that the database is created but does

How do I move the Mysql database files from /var/lib/mysql to someother directory

2005-03-07 Thread digvijoy chatterjee
I have Mysql 4.1.9 on RHES-3.0 installed by rpms..the default socket path and database creation directory is /var/lib/mysqlnow there is a a dearth of space in /var therefore i would like to move the database files to something like /usr which has lots of free space , creating Symlinks does not

RE: How do I move the Mysql database files from /var/lib/mysql to someother directory

2005-03-07 Thread Tom Crimmins
On Monday, March 07, 2005 22:19, digvijoy chatterjee wrote: I have Mysql 4.1.9 on RHES-3.0 installed by rpms..the default socket path and database creation directory is /var/lib/mysqlnow there is a a dearth of space in /var therefore i would like to move the database files to something

Re: Query about MySQL and Access Permissions to MySQL Database FILES

2004-04-17 Thread Paul DuBois
At 22:39 -0400 4/16/04, Robert A. Rosenberg wrote: I am talking a PHP+MySQL course at my local community college and since this is the first time the course is being offered there are some teething problems with the curriculum. I am posting this query at the request of the instructor. We are

Query about MySQL and Access Permissions to MySQL Database FILES

2004-04-16 Thread Robert A. Rosenberg
I am talking a PHP+MySQL course at my local community college and since this is the first time the course is being offered there are some teething problems with the curriculum. I am posting this query at the request of the instructor. We are using a Linux Server and each Student has their own

Re: MySQL database files

2002-05-15 Thread Augey Mikus
Those files got so big that I had no more space on my hard drive and queriess would stop returning without any message telling me what was going on. All for the log files? Doesn't that seem like something that should be changed (atleast for the default install) ? It seems to me that there

Re: Re: MySQL database files

2002-05-15 Thread Victoria Reznichenko
Augey, Wednesday, May 15, 2002, 4:25:15 PM, you wrote: AM Those files got so big that I had no more space on my hard drive and AM queriess would stop returning without any message telling me what was AM going on. All for the log files? Doesn't that seem like something that AM should be

MySQL database files

2002-05-14 Thread Augey Mikus
what are the host-bin.001 002 003 etc.. files in the mysql_dir/var directory? On my system they range in size from bytes to gigs. What are they and can they be cleaned? Augey - Before posting, please check:

Re: MySQL database files

2002-05-14 Thread Dicky Wahyu Purnomo
On Tue, 14 May 2002 18:49:48 -0400 Augey Mikus [EMAIL PROTECTED] wrote: what are the host-bin.001 002 003 etc.. files in the mysql_dir/var directory? On my system they range in size from bytes to gigs. What are they and can they be cleaned? it's mysql binary log file ... if you don't

Re: MySQL database files

2002-05-14 Thread Ritu Singla
they r the binary log files... Ritu On Tue, 14 May 2002, Augey Mikus wrote: what are the host-bin.001 002 003 etc.. files in the mysql_dir/var directory? On my system they range in size from bytes to gigs. What are they and can they be cleaned? Augey

Re: mySQL database files help

2001-09-18 Thread John S. J. Anderson
Chase == Chase Peeler [EMAIL PROTECTED] writes: There is alot of important info in those tables, and I really need them. Sorry to broadcast this to the whole list, but Chase's supplied email appears to be invalid, or at least bouncing at the moment: Chase, I'm in the NCBI part of NLM, and

mySQL database files help

2001-09-18 Thread Chase Peeler
I was running a mySQL server under slackware for a while, it was interacting with php on an apache webserver, and everything worked fine. There were a few times where I would mess linux up and need to re-install,in which case I would move my database files to my windows partition, re-install

Re: mySQL database files help

2001-09-18 Thread Dana Powers
back. Of course, option 1 is prefered. dpk - Original Message - From: Chase Peeler chase@mail To: [EMAIL PROTECTED] Sent: Tuesday, September 18, 2001 4:50 PM Subject: mySQL database files help I was running a mySQL server under slackware for a while, it was interacting with php

mySQL database files help

2001-09-17 Thread Chase Peeler
I was running a mySQL server under slackware for a while, it was interacting with php on an apache webserver, and everything worked fine. There were a few times where I would mess linux up and need to re-install, in which case I would move my database files to my windows partition, re-install

Re: mySQL database files help

2001-09-17 Thread Dana Powers
- From: Chase Peeler chase@mail To: [EMAIL PROTECTED] Sent: Monday, September 17, 2001 8:05 PM Subject: mySQL database files help I was running a mySQL server under slackware for a while, it was interacting with php on an apache webserver, and everything worked fine. There were a few times where

MySQL database files access

2001-06-08 Thread Nelson Gomes
Can anyone describe me the architecture of mysql operation ?? I know it starts with a script, that manages the child process, and if child dies, it's replaced by a new one. I have several mysqld processes working simultaneously. How do they comunicate with each other ? Do they read concurrently