| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Ranjeet Walunj | Date: | August 1 2008 9:15am |
| Subject: | Re: Table aliasing | ||
| View as plain text | |||
Richard Heyes wrote: > Is there a way in MySQL to define an alias for a table, so in effect > it has two names? For migration purposes. > What exactly do you mean by migration process ? Do you want to take backup of older tables/databases ? There are multiple ways of doing the same : 1) use mysqldump 2) mysqlhotcopy 3) use COPY TABLE command to create duplicated tables 4) Set up replication on another server/machine for taking backup And many other ways .. Regards, Ranjeet Walunj
| Thread | ||
|---|---|---|
| • Table aliasing | Richard Heyes | 1 Aug |
| • Re: Table aliasing | Ranjeet Walunj | 1 Aug |
| • Re: Table aliasing | Richard Heyes | 1 Aug |
| • Re: Table aliasing | Martijn Tonies | 1 Aug |
| • RE: Table aliasing | emierzwa | 1 Aug |
| • Re: Table aliasing | Richard Heyes | 1 Aug |
| • Re: Table aliasing | Martijn Tonies | 1 Aug |
