vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'd like to move 2 tables' data from schema1 in db1 to schema2 in db2. There's no schema1 in db2. I use something like the following, but I end up getting tables under schema2 in db2. Any help? Thanks! $db2move db1 export -tn table1,table2 -sn schema1 -u db2inst1 -p db2inst1 $db2move db2 import -u schema2 -p schema2 |