I follow this guide to export column
http://stackoverflow.com/questions/4486743/how-do-i-export-particular-column-in-mysql-using-phpmyadmin
my Sql table is : ID , Name , description , url ,tag ,category_id .......................
So i want to export column name
and to translate all names to different language
the problem is How to import column name
back to same table but with changes ?
for examp :
Id =1 name = hello after import -> Id =1 name = Здравей
Id =2 name = Bye after import -> Id =2 name = чао
that i want to happen after the import .