![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi guys, I've created a table in my local database and filled it with a great amount of data (too much!) and now I need to insert the same data on my website database. What a stressful operation! :-/ Do you know some way to speed up the data filling? Any ideas? Is there a query to copy directly a table content from local db to remote one? Or to save-export the local table content in a file and than load-import this file from remote db? Thanks. Carla (from ITALY) |
#3
| |||
| |||
|
|
Hi guys, I've created a table in my local database and filled it with a great amount of data (too much!) and now I need to insert the same data on my website database. What a stressful operation! :-/ Do you know some way to speed up the data filling? Any ideas? Is there a query to copy directly a table content from local db to remote one? Or to save-export the local table content in a file and than load-import this file from remote db? |
|
Faith does not, in fact, move mountains; Mainly because they won't let her loose with a drilling crew and enough |
#4
| |||
| |||
|
|
On 6 May, 16:22, Carla <carlarendine6... (AT) tin (DOT) it> wrote: Hi guys, I've created a table in my local database and filled it with a great amount of data (too much!) and now I need to insert the same data on my website database. What a stressful operation! :-/ Do you know some way to speed up the data filling? Any ideas? Is there a query to copy directly a table content from local db to remote one? Or to save-export the local table content in a file and than load-import this file from remote db? Thanks. Carla (from ITALY) mysqldump |
#5
| |||
| |||
|
|
On 6 May, 16:22, Carla <carlarendine6... (AT) tin (DOT) it> wrote: Hi guys, I've created a table in my local database and filled it with a great amount of data (too much!) and now I need to insert the same data on my website database. What a stressful operation! :-/ Do you know some way to speed up the data filling? Any ideas? Is there a query to copy directly a table content from local db to remote one? Or to save-export the local table content in a file and than load-import this file from remote db? Thanks. Carla (from ITALY) mysqldump I know that mysqldump is used for backup copies. In my case do you suggest to make a backup file with mysqldump and import itself by remote? Could I do it by phpmyadmin? Thanks Please don't top post (top posting fixed). |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I know that mysqldump is used for backup copies. In my case do you suggest to make a backup file with mysqldump and import itself by remote? Could I do it by phpmyadmin? Thanks Captain Paralytic ha scritto: On 6 May, 16:22, Carla <carlarendine6... (AT) tin (DOT) it> wrote: Hi guys, I've created a table in my local database and filled it with a great amount of data (too much!) and now I need to insert the same data on my website database. What a stressful operation! :-/ Do you know some way to speed up the data filling? Any ideas? Is there a query to copy directly a table content from local db to remote one? Or to save-export the local table content in a file and than load-import this file from remote db? Thanks. Carla (from ITALY) mysqldump |
![]() |
| Thread Tools | |
| Display Modes | |
| |