The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
setup of user a/c in mysql in linux
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
setup of user a/c in mysql in linux
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-19-2007
cbkihong
Advisor
Join Date: Sep 2002
Location: Hong Kong, China
Posts: 1,624
Login as root mysql user, and then use the grant command, e.g.
grant all privileges on db.* to 'user'@'localhost' identified by 'password'
http://dev.mysql.com/doc/refman/5.0/...istration.html
Read sect. 5.7 and sect. 5.8.
Last edited by cbkihong; 04-19-2007 at
09:05 PM
..
cbkihong
View Public Profile
Visit cbkihong's homepage!
Find all posts by cbkihong
Find cbkihong's past nominations received
Find cbkihong's present nominations given