dbTalk Databases Forums  

just starting off user issues

comp.databases.mysql comp.databases.mysql


Discuss just starting off user issues in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jason
 
Posts: n/a

Default just starting off user issues - 03-14-2010 , 05:56 PM






hello!

i am just starting with mysql as a local db on my machine. i have
interacted with many database systems but this is my first time doing
it all solo.


i am attempting to create an admin user (me) with all access.
i tried:
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'some_pass';

and i got the following error:

ERROR 1227 (42000): Access denied; you need the CREATE USER privilege
for this operation

any help would be largely appreciated!!

Reply With Quote
  #2  
Old   
A Watcher
 
Posts: n/a

Default Re: just starting off user issues - 03-14-2010 , 06:02 PM






jason wrote:
Quote:
hello!

i am just starting with mysql as a local db on my machine. i have
interacted with many database systems but this is my first time doing
it all solo.


i am attempting to create an admin user (me) with all access.
i tried:
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'some_pass';

and i got the following error:

ERROR 1227 (42000): Access denied; you need the CREATE USER privilege
for this operation

any help would be largely appreciated!!
I believe the admin user is created by default. You have to change the
password for it. I managed to do it on my PC, altho I don't recall
exactly what I did. Try Google.

Reply With Quote
  #3  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: just starting off user issues - 03-14-2010 , 06:57 PM



jason wrote:
Quote:
hello!

i am just starting with mysql as a local db on my machine. i have
interacted with many database systems but this is my first time doing
it all solo.


i am attempting to create an admin user (me) with all access.
i tried:
CREATE USER 'admin'@'localhost' IDENTIFIED BY 'some_pass';

and i got the following error:

ERROR 1227 (42000): Access denied; you need the CREATE USER privilege
for this operation

any help would be largely appreciated!!
You need to sign on first. You didn't say what OS you're using or how
you installed MySQL, but the default is often user 'root'. The password
is either blank or specified when you install MySQL, again depending on
how you did it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.