>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 values
shell> safe_mysqld --user=mysql
shell> mysqladmin -u root password 'mypassword'
shell> mysqladmin -p create SomeDatabase
** failed: errno=28
What the hell is error 28? Where can I find description?
mysqlcheck --all-databases # says everything is ok

        

>Submitter-Id:  <submitter ID>
>Originator:    root
>Organization:
 
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:       cannot create database
>Severity:       serious
>Priority:       high
>Category:      mysql
>Class:         
>Release:       mysql-3.23.51 (Source distribution)

>Environment:
        
System: Linux BARAJAS.MIT.EDU 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
Compilation info: CC='gcc'  CFLAGS=''  CXX='g++'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 May 23  2001 /lib/libc.so.6 -> libc-2.2.2.so
-rwxr-xr-x    2 root     root      1236396 Apr  6  2001 /lib/libc-2.2.2.so
-rw-r--r--    1 root     root     26350254 Apr  6  2001 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Apr  6  2001 /usr/lib/libc.so
lrwxrwxrwx    1 root     root           10 May 23  2001 /usr/lib/libc-client.a -> 
c-client.a
Configure command: ./configure --prefix=/usr/local/mysql --quiet


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to