steve30 wrote:
0_equals_true wrote:
Unfortunately that didn;t work. It turns out there were loads of errors with the database (in adition to the ones I had already fixed). I got past that error, but now have a load more to fix. I just need to make sure I can have a lot of patience.
You might also have to "FLUSH PRIVILEGES;" to ACTUALLY grant them.
P.S.: Not to insult anyone, but why is anyone bothering with MySQL when there's PostgreSQL? Yes, MySQL is easier for beginners. but doesn't really do the full ACID requirements, does it? And especially when you're doing massive multi-user - for example a web-page - your gonna have a lot of headaches without full ACID support... (Ok. as a perl fanatic, postgres in unbeatable for me, having pl/per as embedded language...)