Re: Question!

2009-04-01 Thread Jujitsu Lizard
On Tue, Mar 31, 2009 at 1:30 AM, Jarikre Efemena wrote: > Dear sir, > > I am young web developer using PHP Script in designing interactive website. > I desire to include Mysql database on my websites. > > Please, how do I import, upload/export Mysql database to a website server > after creating a

Re: JOB: linux sysadmin with good mysql skills [thin k really "mysql dba] - LOCATION: reading, berkshire, england , uk - SALARY: £40k-£55k at least!

2009-03-17 Thread Jujitsu Lizard
On Tue, Mar 17, 2009 at 12:25 PM, j...@camalyn.org wrote: > On Tue, 2009-03-17 at 17:10 +0100, Jon Stephens wrote: > > Please don't post off-topic mails to the MySQL Cluster list. > > Jon hi, I couldn't see anything that read such posts were not permitted. > That said, I have tried to present the

Re: Solid State Drives and mySQL / RDBMS?

2009-02-07 Thread Jujitsu Lizard
On Fri, Feb 6, 2009 at 5:53 PM, Daevid Vincent wrote: > While SSD's (Solid State Disks) have traditionally not been the best > hardware to use for rewrite-intensive operations like databases, over > the last few months, some leading Linux kernel engineers have been > raving about next generation

Re: Displaying information from table graphically

2008-11-22 Thread Jujitsu Lizard
On Sat, Nov 22, 2008 at 10:14 PM, Micah Stevens <[EMAIL PROTECTED]>wrote: > On 11/22/2008 04:30 PM, Jujitsu Lizard wrote: > > Summary: (a) Both approaches are quite good, and (b) the CPU efficiency > > argument for stuffing prepared images into a table or similar may b

Re: Displaying information from table graphically

2008-11-22 Thread Jujitsu Lizard
On Sat, Nov 22, 2008 at 4:33 PM, Micah Stevens <[EMAIL PROTECTED]>wrote: > On 11/21/2008 07:55 AM, David Giragosian wrote: > > On 11/21/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > >> I have a PHP application that accesses data from MySQL. There is table > >> called "rooms", and table

Re: normalised designs: customer database

2008-11-15 Thread Jujitsu Lizard
On Sat, Nov 15, 2008 at 3:54 AM, metastable <[EMAIL PROTECTED] > wrote: > I may just have had an insight over my morning coffee. > How about turning things around and adding a FK -to the customers table- > on each of the customer type tables (companies, people, charities, etc) ? > > The customers

Re: normalised designs: customer database

2008-11-14 Thread Jujitsu Lizard
On Fri, Nov 14, 2008 at 1:39 PM, Martijn Tonies <[EMAIL PROTECTED]>wrote: > > >The notion of a "variant record" exists in many programming languages. > > >Typically you have a selector to indicate which variant it is. There is > > >nothing at all wrong with using the same sort of construct in a

Re: normalised designs: customer database

2008-11-14 Thread Jujitsu Lizard
On Fri, Nov 14, 2008 at 10:45 AM, Martijn Tonies <[EMAIL PROTECTED]>wrote: > > > > This is where it gets nasty. A customer may be a human being or a > > > company. I see different approaches here: > > > 1) keep customer tables separate, based on which type of customer it is > > > 2) create the cus

Re: normalised designs: customer database

2008-11-14 Thread Jujitsu Lizard
On Fri, Nov 14, 2008 at 8:49 AM, metastable <[EMAIL PROTECTED] > wrote: > > This is where it gets nasty. A customer may be a human being or a > company. I see different approaches here: > 1) keep customer tables separate, based on which type of customer it is > 2) create the customer table with a