I've just installed phpMyAdmin 2.5.3 and I thought I'd
followed all of the installation instructions and setup the
config.inc.php file correctly. I'm able to log in properly
but when I try to add a field to a table, I get the
following error:
#7 - Error on rename of './UBR/sheets.MYI'
to './UBR/#sql2-d70bb0a1-d7.MYI' (Errcode: 16)
Any ideas what I might have done wrong and what I
need to do to fix this?
If it helps, I'm running on a Novell Netware 5.1 server
with SP5 installed. I'm also using mySQL4.0.3-Beta
(which is the best release for a NW51 server available).
Logged In: YES
user_id=473563
This is more of a Novell/MySQL issue than of phpMyAdmin.
The error you're referring to comes straightly from MySQL
and it's underlying OS: The permission to rename a table is
denied. It seems the new temporary table cannot be created
to insert a new field.
Please either up/downgrade your MySQL installation, check
your disk space / permissions of this "UBR" directory or
report this as a MySQL bug.
Good luck!
Logged In: YES
user_id=192186
Error code 16: Device or resource busy
Logged In: YES
user_id=473563
This item has been answered.
It's status has been set 'pending' and will get removed in the near
future.