I was running MySQL 4 quite happily then decided to uninstall it and install MySQL 5. This is recommeneded apparently if you want to use new features such as views.
Everytime I do a query with the MySQL GUI tools, the query runs fine but I also get the following error. Anyone know what the problem is:
ERROR 1146: Table 'mysql.1' doesn't exist
I get this with the simplest of queries such as
Select * from user
(accessing the mysql database)
Blu