Re: Beginners Query

2001-06-27 Thread Rolf Hopkins
Try logging on as root. - Original Message - From: LinuxTech Inc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 14:16 Subject: Beginners Query hi I am new user to mysql I want to create a new database on my machine where mysql is installed at linux platform

Beginners Query

2001-06-26 Thread LinuxTech Inc
hi I am new user to mysql I want to create a new database on my machine where mysql is installed at linux platform I am using CREATE DATABASE name but it is giving me error 1044: Access denied for user: '@localhost' to database 'name' How should I create a new user in it and from the new

Fwd: Re: Beginners Query

2001-06-26 Thread Dvoek Michal
Probably you run mysql without user: mysql try: mysql -u user_have_access_to_mysql -p or check perms(guest logins, user logins) for creating new databases and RTFM. Almost root (superuser) have access to table mysql, where are permissions stored. Michal Dvoracek