Where is the MySql database?
Moderator: General Moderators
Where is the MySql database?
Is the MySql database in the C:\mysql\data folder by default? I need to backup my database and I needs some Ideas. Thanks
Well I found some scripts that will perform a backup,
shell> mysqldump --tab=/path/to/some/dir --opt db_name
Or:
shell> mysqlhotcopy db_name /path/to/some/dir
but I am more interested in using a progam I have that I tell it the directory on my computer and it does a daily back up of that directory to my network server.
Anyone have an Ideas?
shell> mysqldump --tab=/path/to/some/dir --opt db_name
Or:
shell> mysqlhotcopy db_name /path/to/some/dir
but I am more interested in using a progam I have that I tell it the directory on my computer and it does a daily back up of that directory to my network server.
Anyone have an Ideas?
i use second copy 2000, makes backup of my dev server root and mysql data folder every few hours to another drive on the network
.