Re: MySQL vs user www-data -- AHA!

2000-05-09 Thread w trillich
apparently i wasn't connecting via localhost--it was using the /etc/hosts name of the computer ('server' in this case) instead! > mysql -u www-data -p will Enter password: ERROR 1044: Access denied for user: '@localhost' to database 'will' > mysql -u [EMAIL PROTECTED] -p will Enter password: ERROR

Re: MySQL vs user www-data

2000-05-09 Thread w trillich
hey, thanks for your replies and patience. i appreciate your help! Christian Hammers wrote: > > select * from [mysql.]user ; shows that www-data does > > have select/insert/update/delete permissions; besides 'user' > > only the 'db' table contains records (for the test set, i see). > ... > > i out

Re: MySQL vs user www-data

2000-05-08 Thread w trillich
Christian Hammers wrote: > > > On Sun, May 07, 2000 at 09:48:00PM -0500, w trillich wrote: > > 'course, my DBILog routine in apache is still broke, after the > > reinstall. > You deinstalled libdbd-mysql-perl, if I remember correctly. good eye. i probably forgot to include the reinstall in my post