| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Thimble Smith | Date: | September 28 1999 7:16pm |
| Subject: | Re: connect error | ||
| View as plain text | |||
At 13:09, 19990928, Raymond Wong wrote: >does anyone know how to configure mysql so that >it will allow other server to connect? Raymond, please see the documentation for the GRANT command. You probably want something like this: mysql> GRANT SELECT ON your_db.* TO rwong@your_host_or_ip -> IDENTIFIED BY 'PassW0rd'; There are many examples in the manual. Tim
| Thread | ||
|---|---|---|
| • MyODBC query in VB | Paul Smith | 27 Sep |
| • RE: MyODBC query in VB | bkline | 27 Sep |
| • RE: MyODBC query in VB | Paul Smith | 28 Sep |
| • connect error | Raymond Wong | 28 Sep |
| • Re: connect error | Thimble Smith | 28 Sep |
| • Re: connect error | Tonu Samuel | 28 Sep |
| • Re: connect error | Bob Kline | 28 Sep |
| • RE: MyODBC query in VB | John Foley | 1 Oct |
