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
actions (draw object 1, draw object 2) etc. may be done
relatively inefficiently in a scripting language, but the high-frequency
interactions (turn on pixel x,y; turn on pixel x+1, y, ...) are done in
compiled C or assembly-language. I don't believe this will be much of a CPU
burden on a server. It would be more concerned if PHP were manipulating
pixels or segments one-by-one, but the library isn't designed to make this
necessary.
Summary: (a) Both approaches are quite good, and (b) the CPU efficiency
argument for stuffing prepared images into a table or similar may be weak.
The 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
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
Hi all.
My name is Mike.
I have a Linux RedHat 7.3 with Mysql ver 3.23.49.
I want to grant access to databases and tables to users,but only to a certin
databases and tables.
I red the how-to but both grant and revoke commands does not seems to work
(he execute the command but says that 0 records we
10 matches
Mail list logo