That worked! Old /etc/hosts looked like this (*erd-out data below, don't freak out):
[EMAIL PROTECTED] root]# more /etc/hosts Do not remove the following line, or various programs that require network functionality will fail. # 127.0.0.1 localhost.localdomain localhost 127.0.0.1 blacksheep localhost.localdomain localhost 192.***.**.** *****_***.industry.gov.au *****_*** 192.***.**.*** blacksheep.industry.gov.au blacksheep I uncommented the first line, so now it's this: [EMAIL PROTECTED] root]# more /etc/hosts Do not remove the following line, or various programs that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 127.0.0.1 blacksheep localhost.localdomain localhost 192.***.**.** *****_***.industry.gov.au *****_*** 192.***.**.*** blacksheep.industry.gov.au blacksheep I can't see that it should cause any problems. The issue was that CFMX couldn't talk to MySQL without the first line as it now is. There's probably a more elegant solution involving the grant tables in MySQL... Advice? Steve -- Stephen Collins Online Services eBusiness Division __________________________________________________ Department of Industry, Tourism and Resources Level 12, 20 Allara Street, Canberra City ACT 2600 GPO Box 9839, Canberra ACT 2601 E [EMAIL PROTECTED] P +61 2 62137193 C +61 410 680722 F +61 2 62136227 >-----Original Message----- >From: Tony Stratford [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 17 December 2003 8:45 AM >To: CFAussie Mailing List >Subject: [cfaussie] Re: MySQL permissions issue > >Steve, >I had a similar problem with a RH8 box, fixed by manually >editing the hosts >file. > >My file: >/etc/hosts >127.0.0.1 localhost localhost.localdomain >172.x.x.x machine.somewhere.org.au > >Hope this helps > >Tony Stratford ********************************************************************** The information contained in this e-mail, and any attachments to it, is intended for the use of the addressee and is confidential. If you are not the intended recipient you must not use, disclose, read, forward, copy or retain any of the information. If you have received this e-mail in error, please delete it and notify the sender by return e-mail or telephone. The Commonwealth does not warrant that any attachments are free from viruses or any other defects. You assume all liability for any loss, damage or other consequences which may arise from opening or using the attachments. *********************************************************************************** --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
