Re: Beginners Query

2001-06-26 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

Fwd: Re: Beginners Query

2001-06-26 Thread Dvořáček Michal
Probably you run mysql without user: mysql try: mysql -u -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 [EMAIL PROTECTED] -

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 but it is giving me error 1044: Access denied for user: '@localhost' to database '' How should I create a new user in it and from the new tables as we