View Single Post
Old 04-27-2004, 06:59 PM   #3 (permalink)
infinite_root
Registered User
 
infinite_root's Avatar
 
Join Date: Apr 2004
Posts: 26
infinite_root is on a distinguished road
Quote:
Originally posted by sde
well, .. if you're not worried too much about security, .. then you can open it up by logging in as the mysql root on the server and typing this:
Code:
GRANT ALL PRIVILEGES ON *.* TO sqluser@'%' IDENTIFIED BY 'passwd'
your syntax to login from the windows client looks correct:
Code:
cd c:\mysql\bin
mysql -usqluser -h192.168.0.2 -p
password: passwd
that should do it.
Thank you for you speedy reply. However, I intend to use mysql over the internet also. So, i probably use my external ip for that matter.

Hope youll reconsider my request.

Thanks and more power.
infinite_root is offline   Reply With Quote