Hi guys,
it's my first post here, so don't be too mean; I already know that I suck at this.
I am running MySQL 5.0 on winXPpro and need to move the database over to another machine with the same set up.
I tried:
mysql> mysqldump --opt cs > backup-cs.sql;
and
mysql> mysqldump --user=root --password=cmu cs > backup-cs.sql;
and
mysql> mysqldump --user root --password=cmu cs > backup-cs.sql;
as some websites instructed me to.
the name of the db is cs(stands for customer service) and at the time the mysql was connected and cs was chosen by mysql> use cs; .
Why is this not working. I really need some help, thx.
it's my first post here, so don't be too mean; I already know that I suck at this.
I am running MySQL 5.0 on winXPpro and need to move the database over to another machine with the same set up.
I tried:
mysql> mysqldump --opt cs > backup-cs.sql;
and
mysql> mysqldump --user=root --password=cmu cs > backup-cs.sql;
and
mysql> mysqldump --user root --password=cmu cs > backup-cs.sql;
as some websites instructed me to.
the name of the db is cs(stands for customer service) and at the time the mysql was connected and cs was chosen by mysql> use cs; .
Why is this not working. I really need some help, thx.