Re: beginner stuff; cant create database

2003-02-04 Thread Jude DaShiell
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

Re: beginner stuff; cant create database

2003-02-04 Thread Stefan Hinz, iConnect \(Berlin\)
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

re: beginner stuff; cant create database

2003-02-03 Thread Egor Egorov
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'.

Re: beginner stuff; cant create database

2003-02-03 Thread Alpin Iolaire McKinnon
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

Re: beginner stuff; cant create database

2003-02-03 Thread Alec . Cawley
| | To: <[EMAIL PROTECTED]> | | cc:

RE: beginner stuff; cant create database

2003-02-03 Thread Simon Green
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

beginner stuff; cant create database

2003-02-03 Thread wiley
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... -