89b9
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello, I want to transfer information from table to another with separate databases, automatically. Is any chance to get this done?
|
|
#2
|
|||
|
|||
|
I think that it's better to visit MySQL's communities. Anyway...
Code:
CREATE TABLE table_copy LIKE table_original; INSERT INTO table_copy SELECT * FROM table_original;
__________________
Zhoopin (ʒuːpiːn) - Meri - Mehrshad Moslehi |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySql Error 1036 Table is Read Only | alexy | Web & Network Services | 4 | February 15th, 2011 09:52 |
| [Solved] Generating from COMPRESSED table with mysql 5.1 not possible. | parcival | Installation and Maintenance of FreeBSD Ports or Packages | 8 | October 28th, 2010 11:34 |
| what are the static table and the dynamic table in ffs? | coopci | General | 0 | October 26th, 2009 03:39 |
| FreeNAS mysql problem - mysql.sock not found | kalns | Web & Network Services | 10 | September 25th, 2009 17:46 |
| Update MySQL 5.0 | puzor | Installation and Maintenance of FreeBSD Ports or Packages | 8 | July 14th, 2009 14:22 |