Jump to content

No Priviledges...?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
I just installed MySQL 5 on my Mac running Leopard. When I connect to localhost using MacSQL 3, the test database loads and when I try to create a new database, it says Access Denied...
I am the admin and the only user on my Mac...

Is there an admin login created by default for access...?

#2
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
Normally, the mysql admin user is 'root' (without the quotes) and the password is whatever you set it up to be during the installation process.

Hope this helps.

#3
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts

morefood2001 said:

Normally, the mysql admin user is 'root' (without the quotes) and the password is whatever you set it up to be during the installation process.

Hope this helps.

Thanks. Root and blank password worked! Using my database services now.

Solved.

#4
morefood2001

morefood2001

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,720 posts
Glad to hear it worked. Don't forget to change your root password to something secure.

#5
jashsayani

jashsayani

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts

morefood2001 said:

Glad to hear it worked. Don't forget to change your root password to something secure.

Already done so. Thanks!