Copy database question

2003-01-21 Thread Tom Nickels
Hi everybody, I am new on mysql. I use phpadmin for adminstration. My problem: I have Database 1, table userdata, field username I need to copy the above mentioned data to: Database2, Table chat_data, field nick I have no clue how to do it! Can anybody tell me the string? Thanks for help!

Copy database question

2003-01-21 Thread Tom Nickels
Hi everybody, I am new on mysql. I use phpadmin for adminstration. My problem: I have Database 1, table userdata, field username I need to copy the above mentioned data to: Database2, Table chat_data, field nick I have no clue how to do it! Can anybody tell me the string? Thanks for help!

Re: Copy database question

2003-01-21 Thread Stefan Hinz, iConnect \(Berlin\)
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 1:23 PM Subject: Copy database question Hi everybody, I am new on mysql. I use phpadmin for adminstration. My problem: I have Database 1, table userdata, field username I need to copy the above mentioned data to: Database2

Re: Copy database question

2003-01-21 Thread Roger Baklund
* Tom Nickels I have Database 1, table userdata, field username I need to copy the above mentioned data to: Database2, Table chat_data, field nick I have no clue how to do it! Can anybody tell me the string? If the destination table already exist, something like this: INSERT INTO