Re: Create database error

2004-02-24 Thread Sasha Pachev
Colin O'Connor wrote: Hi, I'm bundling MySQL with a Java app, and it is currently working on Windows and Mac OS X. Right now I'm porting it to Solaris. The problem I'm having is when I try to create a database (CREATE DATABASE mydb) I get the error: ERROR 1006: Can't create database 'mydb'.

Re: Create database error

2004-02-24 Thread Eric B.
Might sound like a silly question, but have you checked the write permissions to the data dir? Am not sure if it is the mysql daemon that needs write access or if it is the user logged on Colin O'Connor [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm bundling MySQL

Create database error

2004-02-23 Thread Colin O'Connor
Hi, I'm bundling MySQL with a Java app, and it is currently working on Windows and Mac OS X. Right now I'm porting it to Solaris. The problem I'm having is when I try to create a database (CREATE DATABASE mydb) I get the error: ERROR 1006: Can't create database 'mydb'. (errno: 2) Using perror,

Create Database error

2001-05-07 Thread Davy Azevedo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With a bad syntax, i create a database named : Ysa2E3iUbr mysql create it, but i can't drop it...? there's a bug? How can i do to drop it? Thank's.. Davy Azevedo La Vie est l'art d'apprendre à mourir dignement La Naissance est son Apothéose.

Re: error can't create database (error 13)

2001-04-27 Thread Miguel Angel Solórzano
At 20:45 26/04/01 -0700, Brent and Maria wrote: Hi, I guess that your problem is the permission of the user that you made the login. Take a look to permission properties in the \mysql\data directory. Regards, Miguel Hello List, I have recently installed mysql 3.23.33 on my windows 2000

error can't create database (error 13)

2001-04-26 Thread Brent and Maria
Hello List, I have recently installed mysql 3.23.33 on my windows 2000 machine. I don't see anything in the documentation that I need to do to my machine for setup (after the installation). I can run mysql fine, but it seems to be only able to read. I want to create a new database.