On Tue, 2002-09-03 at 13:22, Matt Hargraves wrote: > Tried RedHat versions from 7.0 to 7.3, none of them will run, install any > other distro, it works from the start. Don't matter whether it's MySQL 3.x > or 4.x, it won't work for me or anyone else I know with RedHat.
I am running mysql 3.23.49 on RH7.3, I did not specify the "identified by" part, but I was able to (as root) create a db and grant a normal user all privileges to it. Everything was working fine as far as I've tried it... > > >grant all on * to amp identified by 'blahdblah'; > > >flush privileges; I also did not use the "flush privileges" command, I simply logged out of mysql and logged back in... > > $mysql -u amp -pblahdblah The command I use to start mysql as user is simply mysql --local-infile=1 (to be able to insert data from a file. This probably doesn't help that musch but at least you'll know it should be possible... Regards, -- # Mertens Bram "M8ram" <[EMAIL PROTECTED]> Linux User #249103 # # Red Hat Linux 7.3 KDE 3.0.0-10 kernel 2.4.18-3 i686 128MB RAM # --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php