Re: How do I allow one user to access DB from anywhere

2001-01-22 Thread Atle Veka
I suggest you read up on the GRANT syntax :) http://www.mysql.com/doc/G/R/GRANT.html What you need done can either be done through issuing a GRANT statement, or modifying the mysql table manually. If you're not too familiar with MySQL, I suggest you use the GRANT. Atle On Mon, 22 Jan 2001, A

How do I allow one user to access DB from anywhere

2001-01-22 Thread Apolinaras 'Apollo' Sinkevicius
What would I have to do (sql expression) if I want to have a user be able to access database from anywhere (so I don't have to make additions for all the hosts). database=list username=bigpapa password=see5060 What would be the route to do that? Thanx --