Restore from Logs?

2001-04-01 Thread Lee Jenkins
Hello, I'm having some trouble understanding the syntax for populating a backup with logged updates. In the manual, is says: shell ls -1 -t -r file_name.[0-9]* | xargs cat | mysql I'm running MySQL on Win98 and Win2000. I've tried using the syntax above, but to no avail. Any help would be

Re: Restore from Logs?

2001-04-01 Thread --==[bMan]==--
It seems to me that you have misunderstood the manual. As you have pointed out yourself, you are running MysQL on Windows platform. The syntax you are referring below is for UNIX/Linux systems... (shell means current shell in use your system and the rest are commands available on UNIX systems).