Create database
Hi,
I am using mysql as my database. Now i want to create a new database call book_db
when i go to my command prompt,
C:\mysql\bin>mysqladmin create book_db
but it come out with
MYSQLADMIN: CREATE DATABASE Failed; error:'Access deny for user:' @localhost to database 'book_db''
Am i suppose to sign in? If so, how to i sign in to grant me the right to create and edit my database
Many Thanks
|