what happens when mysql -utest returns an error 2002? perror 2002 says
that's an unknown error.
--
Jude
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (t
948-3
- Original Message -
From: "wiley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 5:44 AM
Subject: beginner stuff; cant create database
> Easy question for beginner. Why am I getting this error ? I just
> installed
On Monday 03 February 2003 06:44, wiley wrote:
> Easy question for beginner. Why am I getting this error ? I just
> installed Mysql and I'm trying to create a database. Beginner stuff...
> E:\>mysqladmin create TestDB
> mysqladmin: CREATE DATABASE failed; error: 'Can't create database
> 'testdb'.
Hi
Error 13 is Permission denied. Check you have write permissions on the mysql database
directory (you might not if you copied from a CD for instance).
Hope this helps
iolaire
On Sun, Feb 02, 2003 at 08:44:23PM -0800, wiley wrote:
> Easy question for beginner. Why am I getting this error ? I
|
| To: <[EMAIL PROTECTED]>
|
| cc:
ailto:[EMAIL PROTECTED]]
Sent: 03 February 2003 04:44
To: [EMAIL PROTECTED]
Subject: beginner stuff; cant create database
Easy question for beginner. Why am I getting this error ? I just
installed Mysql and I'm trying to create a database. Beginner stuff...
E:\>mysqladmin create TestDB
mysqlad
Easy question for beginner. Why am I getting this error ? I just
installed Mysql and I'm trying to create a database. Beginner stuff...
E:\>mysqladmin create TestDB
mysqladmin: CREATE DATABASE failed; error: 'Can't create database
'testdb'. (err
no: 13)'
thanks in advance for anything...
-