Quote:
Originally posted by poojajt
hi,
i've jus' installed mysql on linux 9.0 'n i can access mysql if i login as root only.I want to access it as a normal user also. what so i do abt it?
Also, how can i get the mysql server to run automatically when i log into linux? 'coz everytime i've to start the mysql service 'n inspite of selecting the save option it doesn't start the service next time i log-in...this question is moreover a linux one i can rather than mysql related.
thanx in advance.
Pooja
|
Hi Pooja,
Try this
login as root ,start mysql
at mysql prompt grant appropriate privilege for the user login
eg: GRANT ALL ON username@localhost
eg :GRANT ALL ON *@*
check the syntax in manual ..
From the Control center if you are using KDE(or equivalent in GNOME)
find system--->startup-->services
iam not sure about the menus!!!
in the services select the chech box for MYSQL so that it starts by default when system boots...
all the best..
Bye