Re: Accessing MySQL on another machine w/ DBI.pm

Re: Accessing MySQL on another machine w/ DBI.pm

am 26.03.2003 17:31:00 von Christopher Hicks

On Wed, 26 Mar 2003, Hal Vaughan wrote:
> I even re-started MySQL afterward (I noticed the
> first time I added myself as a user to those tables I had to restart for it
> to take effect).

You will probably get better luck using the grant command. It doesn't
require MySQL to restart and it doesn't require you to understand the
intricacies of how MySQL manages those tables.

grant all on db.* to youruser@192.168.1.2 identified by 'password';

IIRC

--


The death of democracy is not likely to be an assassination from ambush. It
will be a slow extinction from apathy, indifference, and undernourishment.
-Robert Maynard Hutchins, educator (1899-1977)



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org