I am wondering is it possible to only import certain tables from a previously backed up database?
If it is, can someone explain how, or point me in the right direction please?
I cannot find anything from searching, except a complete backup.
I am wondering is it possible to only import certain tables from a previously backed up database?
If it is, can someone explain how, or point me in the right direction please?
I cannot find anything from searching, except a complete backup.
If you have done this https://www.zen-cart.com/tutorials/i...hp?article=103 to create a dump, then in phpMyadmin you can drop just the tables from your dump in that you wish.
You will also find this helpful https://www.zen-cart.com/tutorials/i...hp?article=100
~Melanie
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
So if I dump the tables I want to overwrite, then when I import, it will only overwrite the "Dumped" tables yes?
You will open the dump (backup) you created in a text editor like PSPad and the copy the tables a few at a time and paste them in the SQL window in phpMyAdmin to overwrite.
~Melanie
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Is there a list anywhere or maybe instructions so I can import certain things.
Ie, to import existing customers and their orders which tables do I import?
To import existing categories and products which tables do I import?
Is there a simple way to convert that data to a patch that can be inserted via the admin? Like maybe remove any db name reference? I was thinking of trying that scenerio of adding users from one to another db. My guess would be the zen_customer_info, the zen_customer and maybe the zen_address_book as well might do it. I have yet to try this on a test site but will try it soon. Any suggestions or hints are appreciated.
Database Table reference: http://www.zen-cart.com/wiki/index.p...rdered_by_Data
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.