About the schema/user

Hi,
On both Oracle and Sql server, we do create the DB objects like tables, indexes on the schema/user. Is this also the way we do in Mysql? If it is, how can we export all of the DB objects in one user and then copy that to other machines for use (like to import again)?

use the mysqldump utility

Many thanks. Is it for export? How about import?