MySQL 6.0.4: 'RESTORE TABLE' *nor* 'RESTORE DATABASE' available

2008-06-26 Thread Miguel Cardenas
Hi I've just reinstalled my system and used the oportunity to get the latest MySQL, so I got 6.0.4 version and installed it. The problem is that want to restore some tables but 'RESTORE TABLE' nor 'RESTORE DATABASE' (as specified in the manual online) are not available,

Re: backup table/restore table question

2004-04-12 Thread Andy B
:20 AM Subject: Re: backup table/restore table question > I use mysqldump which generates sql for you and it > works like a charm. Eg, > > mysqldump --user=root databasename.table > output.sql > > The output.sql file then has SQL statements to > generate and exact copy. > &g

Re: backup table/restore table question

2004-04-12 Thread Paul DuBois
At 20:23 -0400 4/12/04, Andy B wrote: hi... i have a server where there are 5 tables inside a database. i was wondering if i did the following command from inside a script: backup table dbname.tablename to /home/users/my_dir/ then with a different script gzip/tar them, after gzipped ftp them to my

backup table/restore table question

2004-04-12 Thread Andy B
hi... i have a server where there are 5 tables inside a database. i was wondering if i did the following command from inside a script: backup table dbname.tablename to /home/users/my_dir/ then with a different script gzip/tar them, after gzipped ftp them to my test server into say c:/db_backup/db_

restore table error: wrong number of deleted records

2003-11-20 Thread Thomas Walter
Hi! Has anybody run into this? We backed up a MyISAM Table using "BACKUP TABLE" while other processes created a larger load of INSERTs, DELETEs, UPDATEs, and SELECTs against this table. BACKUP TABLE returned with "OK". We generated several backups of the same table at different times. Upon restori

Re: Restore table option

2003-07-04 Thread Victoria Reznichenko
"Jian Sun" <[EMAIL PROTECTED]> wrote: > >Does anybody know how to drop table option? I added a table option "alter table > abc order by col1 desc". Now I want to remove this option, How can I do? ORDER isn't a table option, it's a single time action. -- For technical support contracts,

Restore table option

2003-07-03 Thread Jian Sun
Hi there, Does anybody know how to drop table option? I added a table option "alter table abc order by col1 desc". Now I want to remove this option, How can I do? Thanks

Re: Re: Can't RESTORE TABLE...

2002-05-14 Thread Victoria Reznichenko
e with another name. RESTORE TABLE table_name is looking for a files table_name.* in your dir, can't find them and as a result gives you error. So, you can restore table only with the same name. If you want to rename table use RENAME TABLE statement. RS> Ritu -- For technical su

Re: Can't RESTORE TABLE...

2002-05-13 Thread Ritu Singla
12:12:15 PM, you wrote: > > rs> I used BACKUP TABLE command to take the backup of a > rs> table...but when i say > rs> RESTORE TABLE, i get the following :: > > rs> mysql> restore table rs from '/tmp'; > rs> +---+-+--+-

Re: Can't RESTORE TABLE...

2002-05-13 Thread Victoria Reznichenko
ritu, Friday, May 10, 2002, 12:12:15 PM, you wrote: rs> I used BACKUP TABLE command to take the backup of a rs> table...but when i say rs> RESTORE TABLE, i get the following :: rs> mysql> restore table rs from '/tmp'; rs> +---+-+--+---

Re: Can't RESTORE TABLE...

2002-05-13 Thread Ritu Singla
i'm using Mysql ver. 3.23.49... Ritu On Fri, 10 May 2002, Jeremy Zawodny wrote: > On Fri, May 10, 2002 at 10:12:15AM +0100, ritu singla wrote: > > Hi!! > > > > I used BACKUP TABLE command to take the backup of a > > table...but when i say > &

Re: Can't RESTORE TABLE...

2002-05-10 Thread Jeremy Zawodny
On Fri, May 10, 2002 at 10:12:15AM +0100, ritu singla wrote: > Hi!! > > I used BACKUP TABLE command to take the backup of a > table...but when i say > RESTORE TABLE, i get the following :: > > > mysql>

Can't RESTORE TABLE...

2002-05-10 Thread ritu singla
Hi!! I used BACKUP TABLE command to take the backup of a table...but when i say RESTORE TABLE, i get the following :: mysql> restore table rs from '/tmp'; +---+-+--+--+ | Table | Op | Msg_ty

Mysql Restore Table Command

2001-07-30 Thread Leon D. McClatchey
Hello;-) I recently lost the entire mysql Database when my harddrive crashed, fortunately, I thought, I had backed up all of the tables via "Backup tables Address,Travel, etc to '/apps/back/mysql/database';" The command worked, (once I created the directory and gave read/write power to mysql

Re: restore table?

2001-06-05 Thread Richard Reina
Thank you very much for the reply. I'll give it a try. Richard Jeremy Zawodny wrote: > > On Mon, Jun 04, 2001 at 04:50:03PM -0700, Richard Reina wrote: > > > I accidently overote a table in my database. I need to restore an > > individual table from a backup that I made on tape drive with dum

Re: restore table?

2001-06-05 Thread Jeremy Zawodny
On Mon, Jun 04, 2001 at 04:50:03PM -0700, Richard Reina wrote: > I accidently overote a table in my database. I need to restore an > individual table from a backup that I made on tape drive with dump. > How can I restore just the individual table with restore -i. Restore the .{frm,MYI,MYD} files

restore table?

2001-06-05 Thread Richard Reina
I accidently overote a table in my database. I need to restore an individual table from a backup that I made on tape drive with dump. How can I restore just the individual table with restore -i. Richard - Before posting, please

Restore Table

2001-05-30 Thread Simon Shearer
and linux computers, can't get it to restore on any of the files. mysql query = RESTORE TABLE emails From 'c:\unzipped\Bairns' \G Thank you in advance Simon - Before posting, please check: http://www.mysql.com