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
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
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
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
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
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
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
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
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