Re: Copy of databse on my PC....

2001-08-14 Thread Sinisa Milivojevic
Michael T. Babcock writes: > > Thank you for your technical question to the MySQL team. > > Unfortunately, our developers are not able to answer this type of > > inquiry if you have not purchased a technical support contract. > > I'd like to know if this is now official MySQL policy (filling t

Re: Copy of databse on my PC....

2001-08-13 Thread indrek siitan
Hi, > I have a databse on the server. It os called ads. I want to make > copy of it on my PC. I have Win32, Apache with PHP and > MySQL. And I also have phpMyAdmin on that server. > I'm writing this: > > mysqldump -A ads > /home/myaccount/www/backup.sql > > But it says that i'm making a mis

Re: Copy of databse on my PC....

2001-08-13 Thread Tonu Samuel
On 14 Aug 2001 06:32:16 +0300, Marius Pertravčius wrote: > Sveiki, mysql, > > I have a databse on the server. It os called ads. I want to make > copy of it on my PC. I have Win32, Apache with PHP and MySQL. And I > also have phpMyAdmin on that server. I'm writing this: > > mysqldump -A ads > /

Re: Copy of databse on my PC....

2001-08-13 Thread Tonu Samuel
On 14 Aug 2001 06:32:16 +0300, Marius Pertravčius wrote: > Sveiki, mysql, > > I have a databse on the server. It os called ads. I want to make > copy of it on my PC. I have Win32, Apache with PHP and MySQL. And I > also have phpMyAdmin on that server. I'm writing this: > > mysqldump -A ads > /

Copy of databse on my PC....

2001-08-13 Thread Marius Pertravčius
Sveiki, mysql, I have a databse on the server. It os called ads. I want to make copy of it on my PC. I have Win32, Apache with PHP and MySQL. And I also have phpMyAdmin on that server. I'm writing this: mysqldump -A ads > /home/myaccount/www/backup.sql But it says that i'm making a mistake.