How to copy customer's database from phpMyAdmin - Joomla! Forum - community, help and support
hello eveyone,
i'm redoing joomla 2.5 site (currently on remote host) localhost.
i have customers singed in site on remote host , i'd copy customers localhost's site before uploading new site localhost remote host.
does know how that? done phpmyadmin? how copy customers database?
thank you,
i'm redoing joomla 2.5 site (currently on remote host) localhost.
i have customers singed in site on remote host , i'd copy customers localhost's site before uploading new site localhost remote host.
does know how that? done phpmyadmin? how copy customers database?
thank you,
you export table 1 database , import database, using phpmyadmin.
when customers, assume mean 'users'?
easiest way them localhost database export 'prefix_users' table remote database (where prefix joomla prefix site), drop localhost table of same name, import remote one. drop old table prevent inadvertent duplicate data.
as always, make sure backup before attempting database changes.
when customers, assume mean 'users'?
easiest way them localhost database export 'prefix_users' table remote database (where prefix joomla prefix site), drop localhost table of same name, import remote one. drop old table prevent inadvertent duplicate data.
as always, make sure backup before attempting database changes.
Comments
Post a Comment