Command line question MySQL
GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';
I'm no programmer by any sort, I'm mearly curious if I can host my own server, and try and teach myself how to manipulate it. perhaps I may even get good at it, novice by your standards i'm sure but can't hurt to try, my question is where should the username and pass work for the command line be put, I saw a post on it but I can't seem to locate it so I can enter the command line correctly, post an example of this command line if you would so I can better understand what the command line needs to work correctly thanks |
your posted example
Quote:
When your changing db privledges you need to be in the client as root (even in windoze). In windows you will login as root if the mysqladmin is running, just do the following: Code:
mysql -u root mysql Code:
grant all privileges on eq.* to 'eqemu'@localhost identified by 'test' with grant option; |
All times are GMT -4. The time now is 06:30 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.