From: Christian Mack Date: April 16 1999 12:14pm Subject: Re: Parse errors List-Archive: http://lists.mysql.com/myodbc/130 Message-Id: <371729C3.7AA1B474@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mark Pors wrote: > > Hi all, > > I just played a couple of minutes with MyODBC version 2.50.22 for > windows 95 and MS Access 97, and I get a parse error after I tried to > update the mysql user table. With this I lost my user table and msqld > doesn't startup anymore. > I use MySQL for windows (3.22.14). > > A lot of trouble, please help. > > Regards, > Mark > > -- > Mark Pors Hi Mark Which parse error did you get? How does the UPDATE look like you tried? Perhaps your priviledge tables are corrupted. Try to repair them with: C:\mysql\data\mysql> C:\mysql\bin\isamchk -ro *.ism Tschau Christian