From: Ed Carp Date: March 20 1999 5:27am Subject: Re: writing via web still doesn't work! List-Archive: http://lists.mysql.com/mysql/682 Message-Id: <002401be7292$5ad5b820$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >I added this: > >insert into user values('localhost','nobody',password(''),'Y','Y','Y','Y','Y','Y','N','N','N' ,'N','N','N','Y','Y'); > >as root in mysql database, but I still can't modify the fields via Perl request from >web. Have you tried doing a flush to make sure the in-memory grant tables are updated? Either that, or shut down and restart the server.