|
Posted by Rik on 01/16/07 20:07
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
Navigation:
[Reply to this message]
|