HI
I did not try Davids suggestion as, at this time, I am the only user of the box. I have installed phpMyAdmin but I havent got it to work yet.
I found out how to increase the disk quota of the user 'MySql'. That was the problem, as soon as I got past that MySql works perfectly.
Heres how
from a root shell
export EDITOR=pico
(change the default editor to something easier to use than vi)
edquota mysql
(edit the quota for the mysql user)
(this will open up the quota file for editing)
(once in, change the "user =" and "group =" parts)
(size is in Kš
(<ctrl>-x to exit)
Now you're done!
My problem was inexperience with linux admininistration more than anything, the raq GUI is fine for most tasks but there are times, like this, when it is left wanting.