RE: Access mySQL database across Internet

2006-08-11 Thread bnewton
On Fri, 11 Aug 2006 15:02:12 +, Neil Tompkins wrote > At the moment our mysql server hosted by an ISP, is updated every > second by a program running on our local Internet connection from > our own office network. We have seen no performance issues from our > websites hosted by the same ISP

Re: mysql naming convention

2006-08-11 Thread bnewton
On Fri, 11 Aug 2006 17:00:35 +0100, James Harvard wrote > > need it with an underscore. Apart from that I agree with Douglas > Sims that what is most readable is best. > > select user_email, user_address, user_postcode from users where > user_id = %d; > # Hmm > > select email, address, postcod