Re: ERROR 1006: Can't create database

2005-01-28 Thread Jordan Morgan
Thanks! That makes senses. And once I chmod as instructed, I can create directory in the mysql folder. Tom Crimmins wrote: [snip] How can find the user mysql password? The hosting company which I got the dedicated server package from set that up of course. Should I go to phpAdmin and reset that p

RE: ERROR 1006: Can't create database

2005-01-28 Thread Tom Crimmins
[snip] How can find the user mysql password? The hosting company which I got the dedicated server package from set that up of course. Should I go to phpAdmin and reset that password so that I know what it is from now on? [/snip] The mysql linux user should not be able to login interactivly, just

Re: ERROR 1006: Can't create database

2005-01-28 Thread Jordan Morgan
go to phpAdmin and reset that password so that I know what it is from now on? Thanks again! Jordan Tom Crimmins wrote: [snip] I'm using version 3.23.58. I tried to create a database foo using phpAdmin(logged in as root) and got: ERROR 1006: Can't create database 'foo'. (err

Re: ERROR 1006: Can't create database

2005-01-27 Thread beacker
>ERROR 1006: Can't create database 'foo'. (errno: 13) errno 13 is 'Permission denied' >drwx--x--x 2 mysql root 4096 Sep 15 10:34 mysql locate the directory that contains the 'test' and 'mysql' databases. This will be the directory that you

RE: ERROR 1006: Can't create database

2005-01-27 Thread Tom Crimmins
[snip] I'm using version 3.23.58. I tried to create a database foo using phpAdmin(logged in as root) and got: ERROR 1006: Can't create database 'foo'. (errno: 13) ... drwx--x--x 2 mysql root 4096 Sep 15 10:34 mysql [/snip] >perror 13 Error code 13: Permission denied F

ERROR 1006: Can't create database

2005-01-27 Thread Jordan Morgan
Hi, I'm really stuck here. I'm using version 3.23.58. I tried to create a database foo using phpAdmin(logged in as root) and got: ERROR 1006: Can't create database 'foo'. (errno: 13) I checked [EMAIL PROTECTED] in the user table and it has all priviledges. Went to li

Re: ERROR 1006: Can't create database 'X'. (errno: 13)

2003-12-11 Thread Paul DuBois
quot;data". all files and directories of var in this new directory -data-. I changed with mysql mysql all this file and directories (group and owner). And I made : create database X; ERROR 1006: Can't create database 'X'. (errno: 13) I hope what I explain is clear! What did I forget

ERROR 1006: Can't create database 'X'. (errno: 13)

2003-12-11 Thread N L
data to data in the other volume and not anymore as it was to var in the same volume before. I copied all files and directories of var in this new directory -data-. I changed with mysql mysql all this file and directories (group and owner). And I made : create database X; ERROR 1006: Can't c

Error 1006: Cant create database (errno:13)

2002-01-30 Thread Victoria Reznichenko
Gwen, Wednesday, January 30, 2002, 7:57:55 AM, you wrote: GT> Hi All, GT> Forgive me if this question has been asked before. I'm new to the list GT> and MySQL! GT> I'm getting the ERROR 1006: Can't create database 'tanner'. (errno: 13) GT> when signe

Error 1006: Cant create database (errno:13)

2002-01-29 Thread Gwen Tanner
Hi All, Forgive me if this question has been asked before. I'm new to the list and MySQL! I'm getting the ERROR 1006: Can't create database 'tanner'. (errno: 13) when signed on as root and as user. I've also tried this command but my terminal had no

Error 1006: Cant create database (errno:13)

2002-01-29 Thread ::
Hi All, Forgive me if this question has been asked before. I'm new to the list and MySQL! I'm getting the ERROR 1006: Can't create database 'tanner'. (errno: 13) when signed on as root and as user. I've also tried this command but my terminal had no

RE: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-18 Thread Matthew Smith
What does df show? -Original Message- From: John Lepone [mailto:[EMAIL PROTECTED]] Sent: 17 December 2001 20:41 To: '[EMAIL PROTECTED]' Subject: Re: ERROR 1006: Can't create database 'mynewdb'. (errno: 28) I don't think I'm out of room on the volu

Re: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread Robert Alexander
Hi John, Just listing the files and directories in your data directory won't tell you (or anyone else here) if you're out of disk space. Try: $ df -k to show your disk free space in K. or, if you're in a directory, try $ du -sk * to show you a disk usage summary, in K, of the things in the dir

Re: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread John Lepone
I don't think I'm out of room on the volume. Below is the directory listing: -rw-rw1 mysqlmysql 0 Dec 13 07:09 mandrake-bin.001 -rw-rw1 mysqlmysql 0 Dec 13 07:12 mandrake-bin.002 -rw-rw1 mysqlmysql 0 Dec 13 07:17 mandrake-bin.003

Re: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread Michael Brunson
27;\h' for help. Type '\c' to clear the | buffer. | | mysql> CREATE DATABASE mynewdb; | ERROR 1006: Can't create database 'mynewdb'. (errno: 28) | mysql> | | | Likewise, if I try to add a table to an existing D

RE: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread Christopher Schreiber
Error code 28: No space left on device You're out of disk space on the drive where your databases are stored. Chris Schreiber -Original Message- From: John Lepone [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 3:20 PM To: '[EMAIL PROTECTED]' Subject: ER

RE: ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread Carsten H. Pedersen
> mysql> CREATE DATABASE mynewdb; > ERROR 1006: Can't create database 'mynewdb'. (errno: 28) > mysql> [carsten@tsort carsten]$ perror 28 Error code 28: No space left on device - Maybe clearing up some disk space would h

ERROR 1006: Can't create database 'mynewdb'. (errno: 28)

2001-12-17 Thread John Lepone
mysql> CREATE DATABASE mynewdb; ERROR 1006: Can't create database 'mynewdb'. (errno: 28) mysql> Likewise, if I try to add a table to an existing DB I get the following: mysql> use test; Database changed

Re: ERROR 1006: please help

2001-12-07 Thread Carl Troein
Jacob writes: > > mysql> create database jake; > ERROR 1006: Can't create database 'jake'. (errno: 13) > mysql> > > Can someone tell me what could be the cause of this I followed the > instructions to a T to get it all setup but now its not w

ERROR 1006: please help

2001-12-07 Thread Jacob
mysql> create database jake; ERROR 1006: Can't create database 'jake'. (errno: 13) mysql> Can someone tell me what could be the cause of this I followed the instructions to a T to get it all setup but now its not working i do appreciate any help. I was able to login a

Re: Error 1006

2001-02-27 Thread sridhvenk
gt; I usually dont get this error. > > > > This is the error: > > > > mysql> create database j; > > ERROR 1006: Can't create database 'j'. (errno: 28) > > mysql> > > > > Can u help me out > > > > Regards > > Sridhar &

Re: Error 1006

2001-02-27 Thread Gerald L. Clark
Sridhar-Yahoo wrote: > > Hello , > > I am using MySQL3.23 on linux . I am getting an error when creating a database now. > I usually dont get this error. > > This is the error: > > mysql> create database j; > ERROR 1006: Can't create database 'j&#x

Error 1006

2001-02-27 Thread Sridhar-Yahoo
Hello , I am using MySQL3.23 on linux . I am getting an error when creating a database now. I usually dont get this error. This is the error: mysql> create database j; ERROR 1006: Can't create database 'j'. (errno: 28) mysql> Can u help me out Regards Sridhar