Re: Merging two sql databases
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Tue, 16 Jan 2007 21:07:54 +0100
Andy wrote:
Please tell me how to merge two sql databases.
Huh? Sql databases? What kind?
Do you know any tutorial about it?
What I want, is to insert data from sql I bought into sql which came
with a website's script. Sql I bought has only one table containing 4
fields: id, name, ingredients, procedure.
Thank you in advance.
Hoepfully you have a user with permission on both databases. If so, choose
to work on the 'extra' database and:
ALTER TABLE table_name RENAME normal_database_name.table_name
--
Rik Wasmus
.
- Follow-Ups:
- Re: Merging two sql databases
- From: Andy
- Re: Merging two sql databases
- References:
- Merging two sql databases
- From: Andy
- Merging two sql databases
- Prev by Date: Re: how to convert text into mysql date format?
- Next by Date: Re: Trying to submit multipart/form-data HTTP POST using PHP script
- Previous by thread: Merging two sql databases
- Next by thread: Re: Merging two sql databases
- Index(es):
Relevant Pages
|