hi all i have a mysql database and i want to transfer the entries from one database to another on diff server i guess its export and import but i tried that and told me table already exists but it not the table i want its the data in table cheers Doug ps or is it better to delete the second table and import the whole thing
if you use phpmyadmin, tick the box "drop if exists" at the export-options, then import the file into the new server.