A question about Oracle Contributor Agreement

2017-09-22 Thread Xiaoyu Wang
Hi, I signed Oracle Contributor Agreement about a month ago, but have not got a response. I reported a bug, but I can not contribute my patch. So, could anyone please tell me how long will it take before I am informed? Thanks, sincerely

Re: Where to ask a question about installation and configuration

2015-06-23 Thread Claudio Nanni
Hello Steve, To what list should I post with a post-installation config and startup > question? > > This list, the MySQL General Mailing List, is the right place if the question is about MySQL! Cheers -- Claudio

Where to ask a question about installation and configuration

2015-06-23 Thread Steve Matzura
To what list should I post with a post-installation config and startup question? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Chronicle of fixing broken replication, and a question

2011-07-26 Thread Reindl Harald
Am 26.07.2011 19:13, schrieb Todd Lyons: > On Tue, Jul 26, 2011 at 8:18 AM, Reindl Harald wrote: >>> 1. I did a full copy of the running master database server using >>> xtrabackup to a backup server via nfs. It took 2 hours, of which the >>> last 15 minutes did a write lock of the entire serv

Re: Chronicle of fixing broken replication, and a question

2011-07-26 Thread Todd Lyons
On Tue, Jul 26, 2011 at 8:18 AM, Reindl Harald wrote: >> 1.  I did a full copy of the running master database server using >> xtrabackup to a backup server via nfs.  It took 2 hours, of which the >> last 15 minutes did a write lock of the entire server as it copied >> over the *.frm files and the

Re: Chronicle of fixing broken replication, and a question

2011-07-26 Thread Reindl Harald
Am 26.07.2011 16:18, schrieb Todd Lyons: > 1. I did a full copy of the running master database server using > xtrabackup to a backup server via nfs. It took 2 hours, of which the > last 15 minutes did a write lock of the entire server as it copied > over the *.frm files and the few myisam tabl

Chronicle of fixing broken replication, and a question

2011-07-26 Thread Todd Lyons
skip problems and restart replication. So everything is alright. There are no issues. But there is a question. Is there a better way to do this? Is there something automated that will "compare THIS binlog to THAT server and tell me where the data was no longer being inserted" ?

Re: [PHP] Re: a question...

2008-07-23 Thread Micah Gersten
I just want to point out that public IPs are no longer given out as Class A, B, and C networks, but based on CIDR. You can use rwhois to figure out who has use of a certain subnet and what the range of it is. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com D

Re: a question..

2008-07-23 Thread payne
3/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > >> From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> >> Subject: Re: a question... >> To: "Daniel Brown" <[EMAIL PROTECTED]> >> Cc: [EMAIL PROTECTED], mysql@lists.mysql.com >> Date: Wedne

Re: a question...

2008-07-23 Thread Mr. Shawn H. Corey
On Wed, 2008-07-23 at 12:10 -0400, [EMAIL PROTECTED] wrote: > Yes, sorry. I have a database that records ip of attacks on a customer > server, what I like to do get a count so that I can see what subnet is > doing the major of the attacks. > > select ip from ipslimit 10; > +-+-

Re: a question...

2008-07-23 Thread Daniel Brown
On Wed, Jul 23, 2008 at 12:10 PM, <[EMAIL PROTECTED]> wrote: > Yes, sorry. I have a database that records ip of attacks on a customer > server, what I like to do get a count so that I can see what subnet is > doing the major of the attacks. > > select ip from ipslimit 10; > +-+

Re: a question...

2008-07-23 Thread Glyn Astill
I think you're after the SUBSTRING_INDEX(str,delim,count) function, so (I've not tried this): select substring_index(ip,'.',3) from ipslimit 10; --- On Wed, 23/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: a question...

2008-07-23 Thread payne
Yes, sorry. I have a database that records ip of attacks on a customer server, what I like to do get a count so that I can see what subnet is doing the major of the attacks. select ip from ipslimit 10; +-+---+ | ip | count(ip) | +-+---+

Re: a question...

2008-07-23 Thread Daniel Brown
On Wed, Jul 23, 2008 at 11:45 AM, <[EMAIL PROTECTED]> wrote: > Guys, > > I have been fighting with mysql trying to get it to only show every after > the last dot(.) on a ip. for example > > instead geting 10.0.0.0 only get 10.0.0 As pulled from a database row? Sorry, I didn't quite understan

a question...

2008-07-23 Thread payne
Guys, I have been fighting with mysql trying to get it to only show every after the last dot(.) on a ip. for example instead geting 10.0.0.0 only get 10.0.0 But what every I try doesn't work. Can someone pls point to a web page where I can learn how to do it, of explain it here. Thanks. Payne

Re: A question about index

2008-05-21 Thread Moon's Father
Thanks very much. 2008/5/21 Paul McCullagh <[EMAIL PROTECTED]>: > > On May 21, 2008, at 8:46 AM, Paul McCullagh wrote: > > On May 21, 2008, at 8:09 AM, Moon's Father wrote: >> >> Now I want to know which way you use to create index of a table. >>> 1、ix_u (item_id,item_count) >>>ix_item_coun

Re: A question about index

2008-05-21 Thread Moon's Father
Thanks for your reply very much. What I always use is the first way. But I also want to know if the following way is proper when I search "item_id AND item_count" and the column 'item_count'.? ix_item_id (item_id) ix_item_count (item_count) 2008/5/21 Paul McCullagh <[EMAIL PROTECTED]>: > >

Re: A question about index

2008-05-20 Thread Paul McCullagh
On May 21, 2008, at 8:46 AM, Paul McCullagh wrote: On May 21, 2008, at 8:09 AM, Moon's Father wrote: Now I want to know which way you use to create index of a table. 1、ix_u (item_id,item_count) ix_item_count (item_count) This makes sense if you have queries which search "item_id AND i

Re: A question about index

2008-05-20 Thread Paul McCullagh
On May 21, 2008, at 8:09 AM, Moon's Father wrote: Now I want to know which way you use to create index of a table. 1、ix_u (item_id,item_count) ix_item_count (item_count) This makes sense if you have queries which search "item_id AND item_count", and queries which just search the column

Re: A question about how to debug the error "2013, 'Lost connection to MySQL server during query'"

2007-05-23 Thread Sebastian Mendel
[EMAIL PROTECTED] schrieb: > I am running the 64 bit version of mysql server 5.1.18, and on the > client side I am running python with the mysqldb module. While > running a very large insert query I get the following error : > > 2013, 'Lost connection to MySQL server during query' > > I have --l

A question about how to debug the error "2013, 'Lost connection to MySQL server during query'"

2007-05-23 Thread aiton
I am running the 64 bit version of mysql server 5.1.18, and on the client side I am running python with the mysqldb module. While running a very large insert query I get the following error : 2013, 'Lost connection to MySQL server during query' I have --log-warnings set to 3, but I get no corres

Re: Posting A Question

2007-03-19 Thread Daniel Kasak
John Sutton wrote: Hi... How do I go about posting a question about MySQL? I think you're getting the hang of it. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [

Re: Posting A Question

2007-03-19 Thread Ales Zoulek
Just like you did this right now :) Ales. On 3/19/07, John Sutton <[EMAIL PROTECTED]> wrote: Hi... How do I go about posting a question about MySQL? Thank you, John Sutton -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Posting A Question

2007-03-19 Thread John Sutton
Hi... How do I go about posting a question about MySQL? Thank you, John Sutton -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: a question about "innodb log file"

2006-01-18 Thread Gleb Paharenko
Hello. Some information you can find here: http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html http://dev.mysql.com/doc/refman/5.0/en/innodb-checkpoints.html Have a look to innobase/log/log0log.c file in MySQL source distribution. wangxu wrote: > There are many information about di

a question about "innodb log file"

2006-01-18 Thread wangxu
There are many information about different logs in manual but innodb log file. Please tell me where can i find it? What's innodb log file different to binlog? Where can i find data about redo and undo? thanks

Re: a question of specifying Times for Recovery

2005-11-18 Thread Gleb Paharenko
Hello. >If "default-character-set" can't set in "[client]"? The comprehensive explanations you will find at: http://bugs.mysql.com/bug.php?id=11673 "wangxu" <[EMAIL PROTECTED]> wrote: >Follow is a part of my my.ini. >--

Re: a question of specifying Times for Recovery

2005-11-17 Thread wangxu
"default-character-set" can't set in "[client]"? - Original Message - From: "sheeri kritzer" <[EMAIL PROTECTED]> To: "wangxu" <[EMAIL PROTECTED]> Cc: Sent: Friday, November 18, 2005 5:44 AM Subject: Re: a question of specifying Tim

Re: a question of specifying Times for Recovery

2005-11-17 Thread sheeri kritzer
What does your my.cnf configuration for mysql say? Check out: http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html I think you want "character_set" as your variable, not "default_character_set". Just my guess, not seeing any of your config files. -Sheeri On 11/16/05, wangxu <[EMAIL

Re: a question about system page.

2005-10-15 Thread Gleb Paharenko
Hello. If you want to enable large pages in the Linux kernel, run a quick search in Google. I've found these links (ignore the 'DB2' and 'oracle' in the URL:) http://www.linux.com/howtos/DB2-HOWTO/kernels.shtml http://linux.inet.hr/oracle10g_on_debian.html Íõ Ðñ wrote: > I learn

a question about system page.

2005-10-14 Thread 王 旭
I learn configuring the mysql server in the manul 5.3.1.I notice there is a parameter "--large pages".Please tell my how do i alter linux system memory pages . _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn -- MySQL Gener

Re: A question about stored procedures

2005-10-07 Thread Gleb Paharenko
Hello. Very often PREPARED STATEMENTS are helpful in similar situations. For a pity, they are disabled in the current release. See: http://dev.mysql.com/doc/mysql/en/sqlps.html Leonardo Javier Belén wrote: > Hi all, > I am wondering if I can construct a query string inside a stored

RE: A question about stored procedures

2005-10-06 Thread Sujay Koduri
@lists.mysql.com Subject: A question about stored procedures Hi all, I am wondering if I can construct a query string inside a stored procedure and then execute it. I mean, what I want to do is given a set of IN parameters, be able to construct a huge where statement out of them an then complete the

A question about stored procedures

2005-10-06 Thread Leonardo Javier Belén
Hi all, I am wondering if I can construct a query string inside a stored procedure and then execute it. I mean, what I want to do is given a set of IN parameters, be able to construct a huge where statement out of them an then complete the query string to execute. Is that possible? because if t

Re: a question in SERIALIZABLE transaction isolation level

2005-08-12 Thread Gleb Paharenko
Hello. SERIALIZABLE is like REPEATABLE READ, but all plain SELECT statements are implicitly converted to SELECT ... LOCK IN SHARE MODE. In REPEATABLE READ statements like SELECT ... LOCK IN SHARE MODE that use a unique index with a unique search condition lock only the index record found, no

a question in SERIALIZABLE transaction isolation level

2005-08-11 Thread 王 旭
In the transaction isolation level,Database send some "duplicate entry" message to me. Why? _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn -- MySQL General Mailing List For list archives: http://lists.mysql.com/my

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Mathias
Selon [EMAIL PROTECTED]: > Mathias <[EMAIL PROTECTED]> wrote on 06/28/2005 01:11:59 PM: > > > Selon [EMAIL PROTECTED]: > > > > > > > Thanks Shawn, but i'm not speaking about data consistency during > > transaction and > > isolation levels. > > I spoke about what is seen in the data dictionary as

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread SGreen
Mathias <[EMAIL PROTECTED]> wrote on 06/28/2005 01:11:59 PM: > Selon [EMAIL PROTECTED]: > > > Thanks Shawn, but i'm not speaking about data consistency during > transaction and > isolation levels. > I spoke about what is seen in the data dictionary as num_rows an why > it can not > be used ev

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Mathias
Selon [EMAIL PROTECTED]: > Mathias <[EMAIL PROTECTED]> wrote on 06/28/2005 06:13:08 AM: > > > Selon Behrang Saeedzadeh <[EMAIL PROTECTED]>: > > > > > Mathias, > > > > > > Thanks a lot! > > > > > > > I will not explain the same thing for sqlserver, sybase ..., but > when > > > > your RDBMs > > > >

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread SGreen
Mathias <[EMAIL PROTECTED]> wrote on 06/28/2005 06:13:08 AM: > Selon Behrang Saeedzadeh <[EMAIL PROTECTED]>: > > > Mathias, > > > > Thanks a lot! > > > > > I will not explain the same thing for sqlserver, sybase ..., but when > > > your RDBMs > > > have a data dictionnary, you don't need to exec

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Mathias
Selon Behrang Saeedzadeh <[EMAIL PROTECTED]>: > Mathias, > > Thanks a lot! > > > I will not explain the same thing for sqlserver, sybase ..., but when > > your RDBMs > > have a data dictionnary, you don't need to execute count(*) :o) WITH > > Updated > > statistics of course. > > I'm a little bit

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Behrang Saeedzadeh
Mathias, Thanks a lot! I will not explain the same thing for sqlserver, sybase ..., but when your RDBMs have a data dictionnary, you don't need to execute count(*) :o) WITH Updated statistics of course. I'm a little bit confused here. Why the count(*) is not transformed to a select from

Re: A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Mathias
Selon Behrang Saeedzadeh <[EMAIL PROTECTED]>: > Hi all > > I was reading the High Performance MySQL book (by O'Reilly) and there > was mentioned that executing a count(*) is slower on the InnoDB > engine compared to the MyISAM engine, because InnoDB tables do not keep > track of the number of the

Re: A question about the open source license of MySQL

2005-06-28 Thread Gleb Paharenko
Hello. Complete information about licensing policy you can receive from [EMAIL PROTECTED] "Behrang Saeedzadeh" <[EMAIL PROTECTED]> wrote: > Hi > > We've developed a J2EE application for one of our customers. Currently, > the system uses SQLServer as the backend database. The databse sy

A question about the open source license of MySQL

2005-06-28 Thread Behrang Saeedzadeh
Hi We've developed a J2EE application for one of our customers. Currently, the system uses SQLServer as the backend database. The databse system is not embedded with the J2EE application and we can safely switch to other RDBMSes. I wanted to know that if we change the RDBMS from SQLServer to MyS

A question about the select count(*) performance and the InnoDB engine

2005-06-28 Thread Behrang Saeedzadeh
Hi all I was reading the High Performance MySQL book (by O'Reilly) and there was mentioned that executing a count(*) is slower on the InnoDB engine compared to the MyISAM engine, because InnoDB tables do not keep track of the number of the records. I just wanted to know that if this performance d

RE: a question about MySQL installation

2005-05-22 Thread Bartis, Robert M (Bob)
: Sunday, May 22, 2005 7:12 AM To: mysql@lists.mysql.com Subject: a question about MySQL installation Dear, I have installed MySQL4.1. But why it can not startup when I open my computer? Also, how can I test MySQL can run or not? Thanks for your advice. Best Regards, Terry -- MySQL General

a question about MySQL installation

2005-05-22 Thread Terry Leung
Dear, I have installed MySQL4.1. But why it can not startup when I open my computer? Also, how can I test MySQL can run or not? Thanks for your advice. Best Regards, Terry

Re: A question of joining...

2005-05-17 Thread Critters
Thankyou, That worked a treat! Thankyou so very much -- David Scott - Original Message - From: "Michael Stassen" <[EMAIL PROTECTED]> To: "Critters" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, May 17, 2005 5:01 PM Subject: Re: A question of joining... Critters

Re: A question of joining...

2005-05-17 Thread Michael Stassen
Critters wrote: Hi, I am having problems with the JOIN function. MESSAGES memberID_1, memberID_2, Message MEMBERS id, name I can only manage to replace the "memberID_1" in MESSAGES with the "name" in MEMBERS, I can not replace both memberID_1 and memberID_2 with "name". Please can someone tell me

A question of joining...

2005-05-17 Thread Critters
Hi, I am having problems with the JOIN function. MESSAGES memberID_1, memberID_2, Message MEMBERS id, name I can only manage to replace the "memberID_1" in MESSAGES with the "name" in MEMBERS, I can not replace both memberID_1 and memberID_2 with "name". Please can someone tell me what I shoul

Re: A question of negative numbers..

2004-09-01 Thread Michael Stassen
[EMAIL PROTECTED] wrote: Hi, I have a query that returns a list of numbers ranging from -10 to +10 I would like to be able to have a 2nd column where a result of 5 is 5 but -5 is also 5, so in effect all the negative (and only the negative) results are made positive to find the deviation from zero.

Re: A question of negative numbers..

2004-09-01 Thread Khazret Sapenov
ABS(column) ? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 6:59 AM Subject: A question of negative numbers.. Hi, I have a query that returns a list of numbers ranging from -10 to +10 I would like to be able t

Re: A question of negative numbers..

2004-09-01 Thread Alec . Cawley
<[EMAIL PROTECTED]> wrote on 01/09/2004 11:59:58: > is there a function to make negative > numbers positive? ABS(x) See http://dev.mysql.com/doc/mysql/en/Mathematical_functions.html Alec -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

RE: A question of negative numbers..

2004-09-01 Thread critters
Found answer to my own question: Returns the absolute value of X: mysql> SELECT ABS(2); -> 2 mysql> SELECT ABS(-32); -> 32 This function is safe to use with BIGINT values. MySQL Reference Manual (C) 2002 MySQL AB

Re: A question of negative numbers..

2004-09-01 Thread Mikhail Entaltsev
abs() - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 12:59 PM Subject: A question of negative numbers.. Hi, I have a query that returns a list of numbers ranging from -10 to +10 I would like to be able to have

A question of negative numbers..

2004-09-01 Thread critters
Hi, I have a query that returns a list of numbers ranging from -10 to +10 I would like to be able to have a 2nd column where a result of 5 is 5 but -5 is also 5, so in effect all the negative (and only the negative) results are made positive to find the deviation from zero. so 5, 4, -3, 4, -1,

RE: a question/issue...

2004-08-01 Thread bruce
[mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 6:26 PM To: bruce Cc: [EMAIL PROTECTED] Subject: Re: a question/issue... On Sun, Aug 01, 2004 at 09:22:21AM -0700, bruce wrote: > hi... > > i'm testing an app where i want a parent app to create the mysql db > connection l

Re: a question/issue...

2004-08-01 Thread Jeremy Zawodny
On Sun, Aug 01, 2004 at 09:22:21AM -0700, bruce wrote: > hi... > > i'm testing an app where i want a parent app to create the mysql db > connection link/handle, and basically pass this handle off to child > procesess. is there any reason why this can't be done? are there any > examples of this alr

Re: a question/issue...

2004-08-01 Thread Justin Swanhart
;m inclined to believe that if you can create a db connection handle, then > any other process should be able to use it, as long as the creating > process/parent process is still alive/running > > -bruce > > > > > -Original Message- > From: Justin Swanhart [mailto:[EMAIL PR

a question/issue...

2004-08-01 Thread bruce
hi... i'm testing an app where i want a parent app to create the mysql db connection link/handle, and basically pass this handle off to child procesess. is there any reason why this can't be done? are there any examples of this already being accomplished that you might provide??? as far as i can

hello , Can I ask you a question about"MFC + ODBC + MYSQL"

2004-03-14 Thread 红兵 张
hello , mysql .  first,sorry for my poor english . I'm used CRecordSet to connected database of mysql(linux) . Read source data no error , but can't write data , has a "memory allocation error" error in used CRecordSet::Update() . into debug , this error ( CATCH_ALL(e) { lResult = AfxGetT

Re: A question about mysql database backup.

2004-02-27 Thread Adam Hardy
On 02/25/2004 09:13 AM Frederic Wenzel wrote: Now I am assigned to do the backup of a whole mysql database (version: 3.23.36). I want to make sure whether the following procedures are correct for database backup. 1. mysqldump -F --opt database_name > database_name.backup In my opinion, you shou

Re: A question about mysql database backup.

2004-02-27 Thread Scott Haneda
on 02/27/2004 12:11 AM, Li, Lenny Yong Bo (Lenny) at [EMAIL PROTECTED] wrote: > > 1. database backup. > This is done on the standby one with the following command. > mysqldump --opt --quote-names --flush-logs database_name > database.backup How does this operations handle binary fields, password

RE: A question about mysql database backup.

2004-02-27 Thread Li, Lenny Yong Bo (Lenny)
t, R&D, Lucent Qingdao [EMAIL PROTECTED] 86-532-8702000-5033 http://gdcsr60.gdc.lucent.com/~lennyli > -Original Message- > From: Frederic Wenzel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 25, 2004 4:13 PM > To: Li, Lenny Yong Bo (Lenny) > Cc: [EMAIL PROTECTED

RE: A question about mysql database backup.

2004-02-25 Thread Li, Lenny Yong Bo (Lenny)
- > From: Frederic Wenzel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 25, 2004 4:13 PM > To: Li, Lenny Yong Bo (Lenny) > Cc: [EMAIL PROTECTED] > Subject: Re: A question about mysql database backup. > > > Li, Lenny Yong Bo (Lenny) wrote: > > > Now I am

Re: A question about mysql database backup.

2004-02-25 Thread Frederic Wenzel
Li, Lenny Yong Bo (Lenny) wrote: > Now I am assigned to do the backup of a whole mysql database (version: 3.23.36). I > want to make sure whether the following procedures are correct for database backup. > 1. mysqldump -F --opt database_name > database_name.backup In my opinion, you should gen

A question about mysql database backup.

2004-02-24 Thread Li, Lenny Yong Bo (Lenny)
Ms./Sir, Now I am assigned to do the backup of a whole mysql database (version: 3.23.36). I want to make sure whether the following procedures are correct for database backup. 1. mysqldump -F --opt database_name > database_name.backup 2. stop mysqld if is running. Then start it with "--log-bin"

RE: A question on INTERVAL

2003-11-11 Thread Dathan Vance Pattishall
-->-Original Message- -->From: Erik Osterman [mailto:[EMAIL PROTECTED] -->Sent: Wednesday, November 12, 2003 4:05 AM -->To: [EMAIL PROTECTED] -->Subject: A question on INTERVAL --> --> -->I would like to do something like this --> -->SELECT * FROM orde

A question on INTERVAL

2003-11-11 Thread Erik Osterman
I would like to do something like this SELECT * FROM orders,subscriptions WHERE orders.subscription_id = subscriptions.id created < created - INTERVAL subscriptions.term subscriptions.unit; But I get "ERROR 1064: You have an error in your SQL syntax near 'subscriptions.unit)

I asked a question about slave compatibility between versions

2003-09-18 Thread Dathan Vance Pattishall
FYI I want to share this with others JIC you didn't know. I asked a question about slave compatibility between masters and slaves of different versions. Here is the compatibility matrix chart found. http://www.mysql.com/doc/en/Replication_Implementation.html Master Master M

A question about mysql_real_connect()

2003-07-01 Thread 廖若雪
Hi! I read mysql doc (4.0.5-beta.) and see this: Note that upon connection, mysql_real_connect() sets the reconnect flag (part of the MYSQL structure) to a value of 1. This flag indicates, in the event that a query cannot be performed because of a lost connection, to try reconnecting to the serve

Re: A question about using C API in mysql (linux platform)

2003-04-03 Thread Martin
tin - Original Message - From: "Li Yang" <[EMAIL PROTECTED]> To: "mysql" <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 7:32 PM Subject: A question about using C API in mysql (linux platform) Hi, I'm a newbie to MySQL Now I am using C to connect mysql

A question about using C API in mysql (linux platform)

2003-04-03 Thread Li Yang
Hi, I'm a newbie to MySQL Now I am using C to connect mysql in Linux The heaser souce code like: #include #include #include and After I use "gcc test.c -L /usr/local/mysql/lib/ -shared " to compile it , and when I run the a.out ,it always say that "Segmentation Fault

RE: just a question.

2003-01-29 Thread Inmate 67859432
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 29 January 2003 5:11 PM To: Inmate 67859432 Subject: Re: just a question. Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter

RE: May I raise a question?

2003-01-10 Thread JamesD
] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 5:01 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: May I raise a question? Thanks, Gerald, I'm trying to install the MySQL. Apache & Php in Windows 2000 Professional. A book telling me that

RE: May I raise a question?

2003-01-10 Thread seed . chan
Dear all, Your endeavour and speedy action impress me. Thanks. Seed Chan -Original Message- From: admin [SMTP:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 3:11 PM To: Chan, Seed; gerald.clark Cc: admin; mysql Subject: Re: May I raise a question? - Original Message - From

Re: May I raise a question?

2003-01-10 Thread Mark
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 2:00 AM Subject: RE: May I raise a question? > Thanks, Gerald, > > I'm trying to install t

RE: May I raise a question?

2003-01-09 Thread seed . chan
y I raise a question? What OS are you running? Did you start the server? What is in the error logs? [EMAIL PROTECTED] wrote: >Dear Editor, > >After installed the MySQL version 3.23.53, I tried to test the MySQL by >typing the following command, relevant error message appears, plea

Re: May I raise a question?

2003-01-09 Thread Diana Soares
Your mysql server does not seem to be running... Did you execute safe_mysqld ? Check the "Post installation setup" chapter from the manual. http://www.mysql.com/doc/en/Post-installation.html On Thu, 2003-01-09 at 01:16, [EMAIL PROTECTED] wrote: > Dear Editor, > > After installed the MySQL versi

re: May I raise a question?

2003-01-09 Thread Victoria Reznichenko
On Thursday 09 January 2003 03:16, seed dot chan at citicorp dot com wrote: > After installed the MySQL version 3.23.53, I tried to test the MySQL by > typing the following command, relevant error message appears, please advise > how to fix. > > Command: Display Error Message: > >

Re: May I raise a question?

2003-01-09 Thread gerald_clark
What OS are you running? Did you start the server? What is in the error logs? [EMAIL PROTECTED] wrote: Dear Editor, After installed the MySQL version 3.23.53, I tried to test the MySQL by typing the following command, relevant error message appears, please advise how to fix. Command:

May I raise a question?

2003-01-08 Thread seed . chan
Dear Editor, After installed the MySQL version 3.23.53, I tried to test the MySQL by typing the following command, relevant error message appears, please advise how to fix. Command: Display Error Message: mysqlshowmysqlshow: Can't connect to MySQL server on 'local

A question about mySQL scalability

2002-11-21 Thread Alliax
Hello, I am new to the list, I've subscribed in last ressort when I couldn't find an answer, neither the web or the list archives... I've had a question from a client that I've answered in this way : " > One other question, when you have built the > database, will

a question about mysql++

2002-11-13 Thread Jing Chen
Hi, I am trying to comile a c++ program but I got an error message as below: sqlplus.hh: No such file or directory I have mysql server and client 3.23... on rh 7.2 and I have installed binary RPM for SuSE 8.* built by gcc 3.2 <../Downloads/mysql++/mysql++-1.7.9gcc3.2-2.i386.rpm> by: rpm -ivh "my

RE: jus a question about tables

2002-10-29 Thread Kevin Passey
From: svens [mailto:[EMAIL PROTECTED]] Sent: 29 October 2002 12:52 To: [EMAIL PROTECTED] Subject: jus a question about tables So I have question. is it ok if I put all data in one table by days (by date) in resul I will have lot of rows day 20021025 - 45000 rows day 20021026 - 23445 rows d

jus a question about tables

2002-10-29 Thread svens
So I have question. is it ok if I put all data in one table by days (by date) in resul I will have lot of rows day 20021025 - 45000 rows day 20021026 - 23445 rows day 20021027 - 389023 rows day 20021028 - 78632 rows total = 536100 rows of data I count web page hits and hosts by hourly rotat

Rephrasing a question - RESET SLAVE

2002-09-28 Thread Eric Frazier
Hi, I was having problems because I had to rename my slave sever. Now I think I understand the problem better. I looked in slave.cc and found my error message and can see that it only applies to the slave. So I guess that brings up two issues. 1. Why can't the relay-log deal with the name change

Re: A question about mm.mysql and the GPL

2002-08-20 Thread Mark Matthews
j.random.programmer wrote: > Hi: > > Firstly, I'd like to congratulate both MySQL AB and > Mr. Mathews on making the JDBC driver an officialy > supported download. > > I have a query though. Newer versions of the mm.mysql > driver (now called connector/j) will be released *not* > under the LGPL

Re: A question about mm.mysql and the GPL

2002-08-19 Thread Tod Harter
On Monday 19 August 2002 07:21 am, Nicolas Ivering wrote: Several things spring to mind here... 1st of all when you use JDBC, you're coding to the JDBC interface, not to any proprietary interface (IE, your application could just as well call a PostgreSQL JDBC driver and it would not need to be

Re: A question about mm.mysql and the GPL

2002-08-19 Thread Nicolas Ivering
I'm not from an official source but I would imagine the reason for the change of license is to be able to charge for a non-GPL version of the driver. With that in mind it wouldn't make much sence if you could use the driver with a non-GPL program without making the program GLP also (and thus a

A question about mm.mysql and the GPL

2002-08-19 Thread j.random.programmer
Hi: Firstly, I'd like to congratulate both MySQL AB and Mr. Mathews on making the JDBC driver an officialy supported download. I have a query though. Newer versions of the mm.mysql driver (now called connector/j) will be released *not* under the LGPL but under the GPL. Now if I am using the my

Re: Newbie With a Question

2002-08-15 Thread Roger Baklund
* Jones Tyler > My problem is that I am unable to change data in an > existing table. I use the UPDATE function and it > continues to tell me that I am using an Unknown > Column. That's right, you are... :) > When I do a DESCRIBE on the table, I clearly see the > column. > > Since I can see the

Fwd: RE: Newbie With a Question

2002-08-15 Thread Jones Tyler
the format of a table, which is not my goal...yet=) --- Oscar Rylin <[EMAIL PROTECTED]> wrote: > From: "Oscar Rylin" <[EMAIL PROTECTED]> > To: "'Jones Tyler'" <[EMAIL PROTECTED]> > Subject: RE: Newbie With a Question > Date: Wed, 14

a question

2002-06-04 Thread ameet
I downloaded mysql win 32 1.75-2 and downloaded the GUI for it. How do I tie the SDK to the gui? Pardon me if this sounds vague. AMeet - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://

Re: A question on a DELETE statement syntax

2002-04-26 Thread Victoria Reznichenko
Andrew, Friday, April 26, 2002, 3:12:25 AM, you wrote: AW> Hello, I am new to mysql - past the very basics - you may see a few silly AW> questions - here is the first. AW> I have a DELETE statement: AW> delete bond_master,bond_data from bond_data where AW> bond_master.cusip=bond_data.cusip an

A question on a DELETE statement syntax

2002-04-25 Thread Andrew Wax
Hello, I am new to mysql - past the very basics - you may see a few silly questions - here is the first. I have a DELETE statement: delete bond_master,bond_data from bond_data where bond_master.cusip=bond_data.cusip and bond_master.maturity <= "2002/02/15"; That has syntax errors. I am issu

Linux 2.4.x VM and MySQL (Re: A question about load / queries pr second)

2001-09-10 Thread Jeremy Zawodny
On Fri, Sep 07, 2001 at 07:19:01AM -0700, Mike Wexler wrote: > > Jeremy Zawodny wrote: > > > > On Fri, Sep 07, 2001 at 12:07:07PM +0100, Basil Hussain wrote: > > > > > > I'm quite surprised that this level of performance is available from > > > such standard (well, not standard as in 'common', b

RE: A question about load / queries pr second

2001-09-07 Thread Basil Hussain
Hi, > > On the other hand though, it gives me some comfort that the hardware > > being used in my operation will meet any future needs. We have > > similar spec servers (P3-1Ghz dual-cpu, 512Mb RAM, 3x36Gb SCSI > > RAID5). Maybe I should try out mysql-super-smack and see what kind > > of numbers

Re: A question about load / queries pr second

2001-09-07 Thread Mike Wexler
Jeremy Zawodny wrote: > > On Fri, Sep 07, 2001 at 12:07:07PM +0100, Basil Hussain wrote: > > > > I'm quite surprised that this level of performance is available from > > such standard (well, not standard as in 'common', but y'know what I > > mean...) hardware. The last I heard, 1K+ queries/sec

  1   2   >