Re: export file

2002-02-12 Thread DL Neil
Roger, > * DL Neil > > Mysqldump is a command that is typed at the MySQL command > > line - just as you would SELECT... > huh? mysqldump is a command line utility... it can not be entered in the > mysql monitor, it must be entered on the unix/linux/dos prompt. > > > =to be honest, I rarely use i

RE: export file

2002-02-12 Thread Roger Baklund
* DL Neil > Mysqldump is a command that is typed at the MySQL command > line - just as you would SELECT... huh? mysqldump is a command line utility... it can not be entered in the mysql monitor, it must be entered on the unix/linux/dos prompt. > =to be honest, I rarely use it. well, at least no

Re: export file

2002-02-12 Thread DL Neil
Hi, > thanks!! =my pleasure. > i think the dumping commnad is a shell command! am i right? > if it is can you tell me how to change command header > mysql> to shell> > or tell me where i misunderstood. =when people talk of a "shell command", I tend to assume they are talking about Unix comman

Re: export file

2002-02-10 Thread DL Neil
Greetings > i an doing my assignment using mysql to establish a database!! > i already create the table and insert the data, > but i don't know how to create a export file, > anyone can help me!! Check out the online manual (4.8.5 mysqldump, Dumping Table Structure and Data), or take a look a