I have installed the easyphp and im switched in Mysql 6.0 beta since it works with my vista. The problem i am having is with the php starter is in the error logs trying to start the mysql i get [Erro] Can't open and lock privliges tables: table 'mysql.servers' dosnt exist.
Is there a way to add this table to mysql or something? i can start the mysql manually if i have to.
This sounds like an incomplete mysql installation.
Please double check mysql installation documentation.
I remember having to manually execute some SQL file to have such basic databases created in standalone installs.
Otherwise, there's a way to start mysqld in a no-privilege mode.
I'll be looking for it in mysql documentation ...