So is karma :)
From: sol beach <[EMAIL PROTECTED]>
Reply-To: sol beach <[EMAIL PROTECTED]>
To: B Wiley Snyder <[EMAIL PROTECTED]>
Subject: Re: MySQL bottleneck
Date: Sat, 16 Apr 2005 20:56:08 -0700
Incompetence is its own reward.
Simply put, 360K is NOT a big number or DB give
Oh wait, I see what happend. I stepped on MY OWN thread. I hate when I do
that ! Sorry
From: [EMAIL PROTECTED]
To: "B Wiley Snyder" <[EMAIL PROTECTED]>
CC: mysql@lists.mysql.com
Subject: Re: MySQL bottleneck
Date: Sun, 17 Apr 2005 01:21:36 - (UTC)
Hello there,
no offence bu
ly the main thing in the application is password authentication
then when the user is authorized their homepage is but from a handfull of
variables from the database.
Sorry to offend if this steps into someones thread, let me know if it does.
Best Regards and thanks for the reply
From: [EMAIL P
Hello there, let's say I have 365,000 users I need to enter their data, pull
from it and modify it regularly. Is MySql the way to go ? Or do I need to
buy an oracle or ms server ?
thanks in advance for a clue
From: [EMAIL PROTECTED]
To: "B Wiley Snyder" <[EMAIL PRO
Thanks, I don't know what I was thinking ?!?
From: [EMAIL PROTECTED]
To: "B Wiley Snyder" <[EMAIL PROTECTED]>
CC: mysql@lists.mysql.com
Subject: Re: How to retain "Key" order when Deleting a Row
Date: Tue, 12 Apr 2005 14:48:54 -0400
"B Wiley Snyder" <[EM
Hello experts,
I just need someone to please point me in the right direction on retaining
my "key" or id order in my table when I delete a row. So for example I have
10 rows Id 1-10 that are created automatically when the record is inserted.
So if I delete record with id 5 my id's are not 1,2,3,
When I use 4.0 on windows I don't get this error but now that i'm using
4.1.x I'm getting error 1064 , is BLOB depricated or something ??? Please
help !
thanks in advance
===
Your MySQL connection id is 97 to server version: 4.1.8-standard
Type 'help;'
Hello everyone, I know Rhino gave me a link or something a month ago
but. can anyone give me a link to a tutorial on how to
...basically I have been creating my databases one command
entry at a time. I just thought if someone knew of a site off the top of
there list that could h
Hi again, I'm inserting some test products into my new mysql database but
it only lets me enter so much? I thought BLOB would allow alot more
characters? Anyway, this was how I constructed the database.
CREATE TABLE jspCart_products (
ProductID int primary key,
CategoryID int,
ModelNumber va
Hello, hope this is the right list
I created a table with the following code
CREATE TABLE jspCart_products (
ProductID int primary key,
CategoryID int,
ModelNumber varChar(75),
ModelName varChar(250),
ProductImage varchar(250),
UnitCost decimal(9,2),
Description BLOB,
);
The CategoryID has dupl
10 matches
Mail list logo