> how can i copy mysql data base from one computer to another i am using > wamp server > > phpmyadmin i could not locate data base files /folder in the wamp > directory
Use mysqldump, see to to save the content to a file, then import that file on the new server using mysql binary.