Does anyone know why I can't create a new database. I have MySQL 3.23 -- Stable Release installed, everything else seems to work. I can delete databases but not create.
| SitePoint Sponsor |
Does anyone know why I can't create a new database. I have MySQL 3.23 -- Stable Release installed, everything else seems to work. I can delete databases but not create.
Microsoft’s Motto: Resistance is futile, you will be assimilated…
ERROR 1006: Can't Create Database 'db name'. (errno: 28)
any help or comment appreciated.
Microsoft’s Motto: Resistance is futile, you will be assimilated…
OKay good news, I finially found what the error means, no space left on the partition![]()
What I need to know now if how to have it create the database on a diff partition.
Microsoft’s Motto: Resistance is futile, you will be assimilated…
all DBs are kept in the same place i think. if you want them on a diff partition you'll have to move them and change the datadir setting in MySQL.
- Matt
Dr.BB - Highly optimized to be 2-3x faster than the "Big 3."
"Do not enclose numeric values in quotes -- that is very non-standard and will only work on MySQL." - MattR
Bookmarks