RE: Using the Windows GUI tool to connect to a MySQL db on a Linux box.

2001-07-02 Thread Paul Linehan
> > Can I just hand delete the records that I manually inserted? > If you are brave and sure in yourslef. I'm not really that brave, it's just that I didn't have a choice - it appears to have worked fine - I am now able to connect using the GUI tool. > > What is the syntax of the grant?

RE: Using the Windows GUI tool to connect to a MySQL db on a Linu x bo x.

2001-07-02 Thread Paul Linehan
> > Is it wrong to hand edit these tables? root with the > > password "new_password" is a valid logon for this db. > Don't touch MySQL privilege tables, except host table. > That way you just mess up the things, as you did. > Use GRANT / REVOKE / SET PASSWORD .. OK - fair enough - two q

RE: How to start mysql with innoDB.

2001-07-02 Thread Paul Linehan
> > We want to use the Windows GUI tool to connect to a database on > > a Linux box. > You have to grant privileges to user@ip_address and enter ip_address > in host table. Or grant privilege to user@"%". I entered these records by hand from the > ./mysql -u root -p mysql command line to

Using the Windows GUI tool to connect to a MySQL db on a Linux box.

2001-07-02 Thread Paul Linehan
Hi all, We want to use the Windows GUI tool to connect to a database on a Linux box. However, after trying to configure it and attempting to connect, we get a message along the lines of "Host 'ip_address' not allowed to connect to this MySQL server". I'm sure that this is some silly confi