Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mysql user cannot create database?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Fri Oct 01, 2004 9:08 pm    Post subject: Mysql user cannot create database? Reply with quote

Hi all,

When I start mysql client with user mysql

Code:
mysql -u mysql
it successfully goes to command line, then I can see the databases... but when I
Code:
 create database dbname;
, it gives the following error...

Code:
 ERROR 1044: Access denied for user: '@localhost' to database 'dbname'


How can I fix this error...
Back to top
View user's profile Send private message
spatz
Retired Dev
Retired Dev


Joined: 21 Sep 2002
Posts: 61
Location: Israel

PostPosted: Fri Oct 01, 2004 9:21 pm    Post subject: Reply with quote

Try to use
Code:
mysql -u root -p

to connect and you will have permissions to create a db.
Back to top
View user's profile Send private message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Fri Oct 01, 2004 10:00 pm    Post subject: Reply with quote

Is that root user my system's root user or such a mysql user? If it is mysql user, then there is no problem... What is it?

Thanks...
Back to top
View user's profile Send private message
fleed
l33t
l33t


Joined: 28 Aug 2002
Posts: 756
Location: London

PostPosted: Sat Oct 02, 2004 8:30 am    Post subject: Reply with quote

mysql only, separate password and all
Back to top
View user's profile Send private message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Sat Oct 02, 2004 10:11 am    Post subject: Reply with quote

Ok then, thanks for help :)
Back to top
View user's profile Send private message
berkay
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 76

PostPosted: Sat Oct 02, 2004 10:11 am    Post subject: Reply with quote

Ok then, thanks for help :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum