sorry for the spam

2009-10-07 Thread Michael Steinfeld
So it seems this account was cracked/hacked. Some of you may have received some bullshit email about buying a TV. Please ignore that message as it was sent from whoever hacked this account. It's already been rectified. I apologize for the inconvenience.. damn hackers. for those that care the send

Re: Sun and mysql - sorry

2008-01-17 Thread Olaf Stein
I guess Ford is not a GM brand. Just substitute Ford with a GM brand On 1/17/08 12:23 PM, "Olaf Stein" <[EMAIL PROTECTED]> wrote: > I understand the marketing and hype thing. > I still have a hard time believing that the net worth is actually that high. > I guess we will see in 10 years or so...

Re: Query needed to convert varchar to int ....sorry previous posting was incomplete

2006-08-20 Thread Chris
VenuGopal Papasani wrote: Dear all, I have a table with the following structure. ield Type CollationNullKey Default Extra Privileges Comment --- -- -- --- -

Query needed to convert varchar to int ....sorry previous posting was incomplete

2006-08-19 Thread VenuGopal Papasani
Dear all, I have a table with the following structure. ield Type CollationNullKey Default Extra Privileges Comment --- -- -- --- --

Re: Connection Help - Stupid Question, sorry to bother.

2006-08-13 Thread Chris
Chris W wrote: By default MySQL uses port 3306 so you need to be sure that port is open on the server, and not blocked by a firewall. You also need to be sure the user you are trying to login as can login remotely. In the MySQL user data base, there is a column for host which is the host that

Re: Connection Help - Stupid Question, sorry to bother.

2006-08-12 Thread Chris W
t to the mysql database with these details? if so how? Im sorry for asking seemingly obvious questions, but some assistance would be greatly appreciated. Thanks, Sana -- Chris W KE5GIX Gift Giving Made Easy Get the gifts you want & give the gifts they want One stop wish list for any

Connection Help - Stupid Question, sorry to bother.

2006-08-12 Thread Sana Farshidi
username,$password) or die("Could not connect : " . mysql_error()); mysql_select_db($db) or die("Could not select database"); Is there anyway i can connect to the mysql database with these details? if so how? Im sorry for asking seemingly obvious questions, but some assistance would be greatly appreciated. Thanks, Sana

RE: (thank you) Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Jacob, Raymond A Jr
thank you, raymond -Original Message- From: Dan Buettner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 16:07 To: Jacob, Raymond A Jr; mysql@lists.mysql.com Subject: Re: Sorry for the dumb question how do I fix table is full? I agree it's not very clear. I think Br

Re: Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Dan Buettner
least me on how to increase the max_rows. Could you give me an example? Thank you raymond -Original Message- From: Dan Buettner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 15:38 To: Jacob, Raymond A Jr Cc: mysql@lists.mysql.com Subject: Re: Sorry for the dumb question how d

Re: Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Dan Buettner
uettner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 12:43 To: Jacob, Raymond A Jr Cc: mysql@lists.mysql.com Subject: Re: Sorry for the dumb question how do I fix table is full? Raymond, can you post the output of SHOW TABLE STATUS LIKE 'data'; that should show how big your tabl

Re: Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Brent Baisley
ail. http://jeremy.zawodny.com/blog/archives/000796.html http://dev.mysql.com/doc/refman/5.0/en/full-table.html - Original Message - From: "Jacob, Raymond A Jr" <[EMAIL PROTECTED]> To: "Dan Buettner" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, June 28, 2006 3:01 P

RE: Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Jacob, Raymond A Jr
12:43 To: Jacob, Raymond A Jr Cc: mysql@lists.mysql.com Subject: Re: Sorry for the dumb question how do I fix table is full? Raymond, can you post the output of SHOW TABLE STATUS LIKE 'data'; that should show how big your table is and how big it can be... Dan On 6/28/06, Jacob, Raym

Re: Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Dan Buettner
Raymond, can you post the output of SHOW TABLE STATUS LIKE 'data'; that should show how big your table is and how big it can be... Dan On 6/28/06, Jacob, Raymond A Jr <[EMAIL PROTECTED]> wrote: Environment: Freebsd 6.0 Mysql : mysql Ver 14.7 Distrib 4.1.18, for porbld-freebsd6.0 (i386) usin

Sorry for the dumb question how do I fix table is full?

2006-06-28 Thread Jacob, Raymond A Jr
Environment: Freebsd 6.0 Mysql : mysql Ver 14.7 Distrib 4.1.18, for porbld-freebsd6.0 (i386) using 5.0 On the client, I get /var/log/messages, I get the errors: kernel: 9643D22706C and database: mysql_error: The table 'data' is full SQL=INSERT INTO data (sid,cid,data_payload) VALUES" I hav

error in JDBC Connection(Sorry there was TYPO ERROR in my previous mail)

2006-06-03 Thread VenuGopal Papasani
ser and password as constant strings in the code it works well and also these above values are displayed when i tried to display in the java code.I think main problem lies in the XML code. I Don`t know whether this is the right place to place my query or not(coz it deals more about java):I am

RE: MySQL 5.0.18-standard - Wrong record (sorry, I cannot find a better subject)

2006-04-08 Thread Patrick Herber
Hello, I wanted only to report that I removed and re-added the Index as Martijn suggested and now it's OK. Thanks again for your help Regards, Patrick -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: MySQL 5.0.18-standard - Wrong record (sorry, I cannot find a better subject)

2006-04-04 Thread Patrick Herber
e: MySQL 5.0.18-standard - Wrong record (sorry, I > cannot find a better subject) > > Patrick, > > > I'm using MySQL 5.0.18-standard Server on a Linux SuSE 10 > Server and > > I've got following

Re: MySQL 5.0.18-standard - Wrong record (sorry, I cannot find a better subject)

2006-04-04 Thread Martijn Tonies
Patrick, > I'm using MySQL 5.0.18-standard Server on a Linux SuSE 10 Server and I've > got following problem: > > I have a table with the followign structure > > +-+--+--+-+---+- > ---+ > | Field | Type | Nul

MySQL 5.0.18-standard - Wrong record (sorry, I cannot find a better subject)

2006-04-04 Thread Patrick Herber
Hello! I'm using MySQL 5.0.18-standard Server on a Linux SuSE 10 Server and I've got following problem: I have a table with the followign structure +-+--+--+-+---+- ---+ | Field | Type | Null | Key | Defa

Re: Sorry for my n00bie question - mysql 5.0.18 with load data infile

2006-01-07 Thread Gleb Paharenko
AIL PROTECTED]> wrote: > >List: MySQL General Discussion« Previous MessageNext Message » >From: George Law Date: January 6 2006 11:01pm >Subject: Sorry for my n00bie question - mysql 5.0.18 with load data >infile >Get Plain Text > >H

Sorry for my n00bie question - mysql 5.0.18 with load data infile

2006-01-06 Thread George Law
Hi All, Just wanted to apologize for my earlier rambling emails. I am been working on recoving from a innodb corruption for 2 days now and was really in panic mode. Everything seems to be running well with 5.0.18, althought my server load it up there. I am running 5.0.18 on a Suse 9.3 box, P4 3 G

Re: Getting Record Count w/o doing 2 queries [sorry, left out one major piece of info]

2005-09-07 Thread SGreen
nimin Corporation - Spruce Pine pow <[EMAIL PROTECTED]> wrote on 09/07/2005 02:33:09 PM: > Very sorry for having troubled all regarding the seemingly stupid rtfm > garnering request for help. > > But in my attempt to make the question as simple and succinct as > possible, i for

Re: Getting Record Count w/o doing 2 queries [sorry, left out one major piece of info]

2005-09-07 Thread pow
Very sorry for having troubled all regarding the seemingly stupid rtfm garnering request for help. But in my attempt to make the question as simple and succinct as possible, i forgot to state one EXTREMELY important chunk of information. I can't use SQLCALCFOUNDROWS because there is a s

Re: just testing, sorry.

2004-10-19 Thread Egor Egorov
tibyke <[EMAIL PROTECTED]> wrote: > pls delete it Done, deleted from my computer. :-)) -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Egor E

just testing, sorry.

2004-10-18 Thread tibyke
pls delete it regards, tibyke -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Sending multiple queries to MySQL (sorry, hit send by accident!)

2004-06-14 Thread SGreen
8 Fax to: PM Subject: RE: Sending multiple queries to MySQL (sorry, hit

RE: Sending multiple queries to MySQL (sorry, hit send by accident!)

2004-06-14 Thread emierzwa
. Ed -Original Message- From: Andy Hall [mailto:[EMAIL PROTECTED] Subject: Sending multiple queries to MySQL (sorry, hit send by accident!) Hi, I have a situation where, within a PHP loop, I am creating over one hundred SQL statement (INSERTS and UPDATES). Would it cut any overhead to

Sending multiple queries to MySQL (sorry, hit send by accident!)

2004-06-11 Thread Andy Hall
Hi, I have a situation where, within a PHP loop, I am creating over one hundred SQL statement (INSERTS and UPDATES). Would it cut any overhead to send 20 ";" seperated queries in one mysql_query() statement, and therefore only execute mysql_query() 5 times for 100 statements, as opposed to sen

sorry for the multiple post. my error

2004-04-21 Thread Scott Swaim

Re: sorry for the dupe post (was "Re: created user but ...")

2004-03-23 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, all -- ...and then David T-G said... % % I have just moved my web site from one server to another (whew!) and I am % having a problem with a mysql user definition for a calendar program. ... Sorry for the duplicate post; I only realized

Re: InnoDB or OS restriction? - sorry for duplicated posts

2003-10-20 Thread alex
I'm very sorry for the duplicated posts, my mail softtware behaved wrong :( --- Alex -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Wrong Thread: (sorry) I need to know which id is not present in the other table.

2003-10-01 Thread Randy Chrismon
Response should have been to problem connecting to 4.1.0 Sorry about that. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Replication Problem - Sorry

2003-08-20 Thread ed
I should appologize for my earlier post "Another Replication Problem". I had not properly analyzed the problem before posting. Although I have been administering a MySQL database for about a year now, replication is completely new to me. Sorry if I wasted anyone's time. T

Sorry

2003-07-11 Thread Emile State
Sorry about my previous post. I meant that reply for a different message. Emile State -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: How to implement this query - Sorry about the receipt folks

2003-03-14 Thread Kyle Lange
Sorry people. I switched the receipt off originally, but the filter on the server sent it back and I just replied forgetting the receipt 2nd time round. Apologies. Kyle -Original Message- From: Kyle Lange [mailto:[EMAIL PROTECTED] Sent: Friday, 14 March 2003 15:46 To: [EMAIL PROTECTED

Re: Select, mysql_fetch_array, PHP question (sorry - typo in my original email)

2002-12-03 Thread Beauford.2003
Sorry, where it says echo $item should have read echo $line['item']; Simply a typo, but the problem is still the same. Hi, I'm trying to do a search on database through a web interface using PHP and having one small problem. Example: If I search for items that cost $5.00 and the

Re: sorry for this "basic" question

2002-06-21 Thread Roger Baklund
* [EMAIL PROTECTED] > I like to know the sintax to do a similar select in mysql (this come from > db2): > > select * from tabella where rrn(tablename) > 50 limit 10 > > the mean is to select ten records from 50 to 60, > > any equivalent with mysql ? mysql does not have the rrn() function, but if

sorry for this "basic" question

2002-06-21 Thread [EMAIL PROTECTED]
Hello, I like to know the sintax to do a similar select in mysql (this come from db2): select * from tabella where rrn(tablename) > 50 limit 10 the mean is to select ten records from 50 to 60, any equivalent with mysql ? TNX !

Re: [Mysql] Sorry for the reply.

2002-03-07 Thread Jeff Kilbride
ff - Original Message - From: "Chuck "PUP" Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 11:47 AM Subject: [Mysql] Sorry for the reply. > You know I had wrote but my message was kick by mysql mail list server for &g

[Mysql] Sorry for the reply.

2002-03-07 Thread Chuck \"PUP\" Payne
You know I had wrote but my message was kick by mysql mail list server for spamming, I didn't mean too and I am sorry to everyone on the list. I was trying to express my thought on an e-mail. Again sorry for spamming, all I did was hit reply to all to the Blue World Announces Lasso vs PHP

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-12 Thread Victoria Reznichenko
Marcelo, Wednesday, February 06, 2002, 12:42:26 PM, you wrote: MM> Hi all, MM> I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. MM> How can I do this? I need some services running in the Server (in my case, SUN MM> Solaris). What means the message: MM>

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Victoria Reznichenko
Marcelo, Wednesday, February 06, 2002, 12:42:26 PM, you wrote: MM> Hi all, MM> I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. MM> How can I do this? I need some services running in the Server (in my case, SUN MM> Solaris). What means the message: MM>

Re: MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Andreas Schoelver
06.02.02 11:42:26, Marcelo Muzilli <[EMAIL PROTECTED]> wrote: >Hi all, > I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. > How can I do this? I need some services running in the Server (in my case, SUN >Solaris). What means the message: > > "Host is not a

MySQL Client/Server problem - AGAIN, sorry!!!

2002-02-06 Thread Marcelo Muzilli
Hi all, I want to connect a MySQL client from Windows NT to SUN Solaris 2.6. How can I do this? I need some services running in the Server (in my case, SUN Solaris). What means the message: "Host is not allowed to connect to this MySQL server" ?? Thanks in advance

Sorry Guys

2001-12-31 Thread Clinton Hesse
Good old copy and paste an error. Thanks, will make sure the next time i have a problem, not to waste your time for something silly. It's funny, i can call method prepare on the database object but not execute, error on line 3. 1. my $query = "SELECT UserID,Name FROM test"; 2. my

Re: [PHP] Working with designers...SORRY

2001-12-18 Thread Steve Osborne
Oops !! Sorry, wrong list. Steve - Original Message - From: "Steve Osborne" <[EMAIL PROTECTED]> To: "MySQL (E-mail)" <[EMAIL PROTECTED]>; "Mike Eheler" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 3:49 PM Subject: Re: [PHP] W

Re: Sorry if this is a duplicate got a failure notice back: SQL basica question again

2001-09-07 Thread Henning Schroeder
At 06:44 07.09.01, you wrote: >here is my sql query > >SELECT COUNT(*) as count, hostname FROM host_list GROUP BY hostname ORDER BY >count DESC > > >what I would like to do is list say just the hosts that have greater then 10 >in the left column use the HAVING statement as in: SELECT COUNT(*) a

Sorry if this is a duplicate got a failure notice back: SQL basica question again

2001-09-06 Thread Lance Rochelle
Sorry I am new to SQL and any help would be greatly appreciated Here is my table CREATE TABLE host_list ( number mediumint(9) NOT NULL auto_increment, date datetime NOT NULL default '-00-00 00:00:00', hostname varchar(75) NOT NULL default '', PRIMARY KEY (n

SORRY: I was wrong

2001-08-14 Thread Tonu Samuel
Now again I want to tell sorry to everyone who was shoked by my letter which told that we do not give answers without money. The truth is that MySQL developers have about 20 different mailing lists to read in priority order. We have mailing list for people who pay for support and their mails get

Sorry, but I have another question

2001-08-03 Thread Mike
Sorry, it never fails. As soon as I send a mail, I find the answer. My last question was about how to find the names of the tables in aparticular database(just a dump of the names). Well I found out the answer is the following mysql> show TABLES; I did as it told but it still return an em

sorry

2001-07-23 Thread Pessin
sorry []´s Gustavo Pessin Gerente de Informática - Bigfer Linux Registered User 154424 "Um passo a frente e já não estamos mais no mesmo lugar." (Che Guevara) - Original Message - From: "Jeremy Morano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: Sorry, no need to answer question about unions...

2001-07-14 Thread Jeremy Zawodny
On Fri, Jul 13, 2001 at 08:44:54PM -0700, William M. Shubert wrote: > Ugh, I couldn't find the mailing list archives until I looked at the > bottom of my own message that got mailed back to me! I searched, > found out about the temporary table workaround for no unions, sorry >

Sorry, no need to answer question about unions...

2001-07-13 Thread William M. Shubert
Ugh, I couldn't find the mailing list archives until I looked at the bottom of my own message that got mailed back to me! I searched, found out about the temporary table workaround for no unions, sorry for bothering you all with a question that had been answered before. I'm still eager

Problem with SuSE Linux and Mysql version 3.23.38 (correction sorry)

2001-07-12 Thread Anthony Appleby
Has anyone found a problem (and solution) on LEFT JOIN when using MySQL version 3.23.38 under SuSE Linux? We have two tables of 5000 and 1000 records respectively but LEFT JOIN takes over 10 minutes. Can anyone give any guidance on this? Thanks Anthony Appleby

Re: Initial setup in Linux RH7.0 (sorry)

2001-07-09 Thread Gerald Clark
Don't use the RPM in the 7.0 CD. Roberto Carlos Sánchez Barroso wrote: > If somebody could help to, this is the message that is shown in the > /va//lib/mysql/[domain server name].err > > 010704 11:07:58 mysqld started > 010704 11:07:58 /usr/libexec/mysqld: Table 'mysq

RE: Initial setup in Linux RH7.0 (sorry)

2001-07-04 Thread Roberto Carlos Sánchez Barroso
If somebody could help to, this is the message that is shown in the /va//lib/mysql/[domain server name].err 010704 11:07:58 mysqld started 010704 11:07:58 /usr/libexec/mysqld: Table 'mysql.host' doesn't exist 010704 11:07:58 /usr/libexec/mysqld: Normal s

sorry, it's a test

2001-06-12 Thread Nick Kostirya
sorry, it's a test database,sql,query,table - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail &l

Re: Stored procedures (really sorry for bringing this up)

2001-06-07 Thread Ken Menzel
Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 7:54 AM Subject: Re: Stored procedures (really sorry for bringing this up) > John N S Gill writes: > > > > The company I work for has been considering moving a key database from > > MS Access to a proper database. > &g

Re: Stored procedures (really sorry for bringing this up)

2001-06-07 Thread Sinisa Milivojevic
John N S Gill writes: > > The company I work for has been considering moving a key database from > MS Access to a proper database. > > We use linux for a lot of the number crunching we do and I was keen for > us to choose MySQL. I happen to think it would be ideal for our > applications. > > U

Stored procedures (really sorry for bringing this up)

2001-06-06 Thread John N S Gill
The company I work for has been considering moving a key database from MS Access to a proper database. We use linux for a lot of the number crunching we do and I was keen for us to choose MySQL. I happen to think it would be ideal for our applications. Unfortunately, those with the task of con

Out of memroy (no more, sorry)

2001-05-21 Thread BAUMEISTER Alexandre
Bonjour, Sorry for the previous email. I had to check more. I had a program of mine eating more than a giga of ram on the server :o( so no problem with Mysql this time :o) Regards, Alex. - Before posting, please

Sorry for my question!!

2001-04-18 Thread feldekis
Excuse me, i've solve my pb: i just wrote: mysql -p -user=root and nothing for the password, and it works... don't ask me why... Phelles Anyway thanks for your help Phillip!!! - Before posting, please check: http://www.mysql.

Wantaed: Sorry forgot...

2001-03-23 Thread roger westin
Hi again, Ehh the script in my prev mesg, language: C Forgot that. Files that will be stored is: gifs jpegs html pages etc. /roger

Update Command... Sorry About the the Last Post

2001-02-24 Thread Marcus Ouimet
Can someone help me with the following command? The slashes seem to be causing a problem. It doesn't find /images/covers? update products set products_image='images/covers' where products_image='/images/covers%'; - Before posti

Sorry, delay in MySQL/Innobase distribution

2001-02-22 Thread Heikki Tuuri
Hi, readers of the mailing list! Sorry, we were not yet able to roll a distribution of MySQL-3.23.3x/Innobase yesterday. Monty is now traveling in South America for a week, and the distribution will take still some time. Currently, MySQL/Innobase runs on Win NT, Linux Intel, Linux Compaq Alpha

OT, Sorry, But, Deja's Down: need to ipfw bsd firewall into secure linux sshd on the inside

2001-02-13 Thread Van
t procedures that may, or may not work while they're trying to figure it out. The Linux box took 5 minutes). This FreeBSD router is about 2 seconds away from a Slackware boot/root disk from oblivion. Any gurus out there wanna help, I'd appreciate it. Sorry for the OT post. My frustration

Re: Answering my own question --- sorry for noise on the list

2001-02-13 Thread Irmund Thum
Warren schrieb: > > Hi! I just posted the following silly (in retrospect) question > $next=MYSQL_QUERY("select ref from questions where ref < $ref[0] ORDER BY > ref DESC LIMIT 1"); no reason to apologize - sometimes the best postings :- -- http://it97.dyn.dhs.org/ IrmundThum +49 179 699

Answering my own question --- sorry for noise on the list

2001-02-13 Thread Warren
wards (say with LIMIT 1) ? I immediately realised my stupidity in this one and sorry for the unnecessary noise on the list. If anyone as uninformed as me is curious, here is how to do it: $next=MYSQL_QUERY("select ref from questions where ref < $ref[0] ORDER BY ref DE

Sorry, I just a bug without attaching my email address.

2001-01-22 Thread dchang
>Description: 23655:./bin/my_print_defaults: /sbin/loader: Error: Unresolved symbol in ./bin/my_print_defaults: _F64_fstat 23655:./bin/my_print_defaults: /sbin/loader: Error: Unresolved symbol in ./bin/my_print_defaults: _F64_stat 23655:./bin/my_print_defaults: /sbin/loader: Error: Unresolved sy