Re: database back up

2006-07-20 Thread John Meyer

Joko Siswanto wrote:

Dear All

if myqsl service can't start, where can i found the file and back up it?
[under windows and linux]

Thanks,
Joko Siswanto


What file are you looking for?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: database back up

2006-07-20 Thread Martin Jespersen
You can usually find the database files under the var subdirectory 
under your installation, unless another datadir was specified at 
compiletime.


;) Martin

Joko Siswanto wrote:

Dear All

if myqsl service can't start, where can i found the file and back up it?
[under windows and linux]

Thanks,
Joko Siswanto



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: database back up

2006-07-20 Thread Mark Maunder

/var/lib/mysql/database name
is a common location. If you're on unix try the following command:

find /var -name mysql


On 7/20/06, Martin Jespersen [EMAIL PROTECTED] wrote:

You can usually find the database files under the var subdirectory
under your installation, unless another datadir was specified at
compiletime.

;) Martin

Joko Siswanto wrote:
 Dear All

 if myqsl service can't start, where can i found the file and back up it?
 [under windows and linux]

 Thanks,
 Joko Siswanto


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]