Re: database create fails with error 28

2002-08-08 Thread Johannes Ullrich
> What the hell is error 28? Where can I find description? > mysqlcheck --all-databases # says everything is ok mysql does come with a little utiltiy, perror, which can be used to translate error numbers into readable messages: $ perror 28 Error code 28: No space left on device Did you check

database create fails with error 28

2002-08-08 Thread root
>Description: When creating a database with mysqladmin create -p the system responds with "can't create database, error number 28" >How-To-Repeat: >Fix: I've done mysql_install_db, changed ownership and group of the /usr/local/mysql and /usr/local/mysql/var to recommended value