> perror 13
returns
Error code  13:  Permission denied

You do not have permission to create databases as the default user.

As installed. there is already a test database called 'test' and a test
user called 'test' with no password to do the kind of inital trying out you
probably want.

May I suggest you use the mysql tool rather than the mysqladmin tool for
initial playing. "mysql -utest" will get you in to a useful environment.
mysqladmin is really only, as its name suggests, for admin purposes, not
development or tryout purposes.






|---------+---------------------------->
|         |           "wiley"          |
|         |           <wiley@wileycreat|
|         |           ions.com>        |
|         |                            |
|         |           03/02/2003 04:44 |
|         |                            |
|---------+---------------------------->
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                                                              |
  |       To:       <[EMAIL PROTECTED]>                                            
                                                              |
  |       cc:                                                                          
                                                              |
  |       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
mysqladmin: CREATE DATABASE failed; error: 'Can't create database
'testdb'. (err
no: 13)'

thanks in advance for anything...


---------------------------------------------------------------------
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







---------------------------------------------------------------------
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