Re: MySQL University session on February 21

2008-02-21 Thread Martin MC Brown
Hi Baron, Hi, this Thursday, Stewart Smith will give a MySQL University session: What time is the session? Same as the others, 2pm UTC (i.e. in about 45 minutes...) MC -- Martin MC Brown, Technical Writer MySQL AB, http://www.mysql.com Skype: mcmcslp -- MySQL General Mailing List

Show triggers before 5.0.9 ?

2005-08-01 Thread StuFF mc
before 5.0.9, how can we see the existing triggers ? In 5.0.10 there is SHOW TRIGGER, and 5.0.9 you can more *.TRG, but before ? I don't see any .TRG for tables where I have triggers. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

RE: what os to use for mysql on amd64?

2004-07-29 Thread mc
[snip] No. I've forgot to tell that the -Max binary is linked dynamically because it uses SSL. Here are the results from my installation... in case you may find them useful :) [EMAIL PROTECTED] root]# file mysql-standard-4.0.20-unknown-linux-x86_64/bin/mysqld

RE: what os to use for mysql on amd64?

2004-07-28 Thread mc
download the wrong tarball or do I need to hack libc and link them by myself? mc. -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 22:25 To: [EMAIL PROTECTED] Subject: Re: what os to use for mysql on amd64? bad corn [EMAIL PROTECTED] wrote

upgrade from 4.0.13 - 4.1.2

2004-06-17 Thread mc
.. Thanks :D P.S.: In the past few years mysql really did help us to solve a lot of problems, and I would like to say thanks to all mysql developers!! :) Cheers, mc. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

(might be off list) MySQL AB

2004-06-10 Thread mc
Hi, I would like to know what does the 'AB' in MySQL AB stand for? Is it something like limited or incorporated? If yes, is this something related to the origin of MySQL? I am a subscriber from Hong Kong. Thanks. mc. -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: (might be off list) MySQL AB

2004-06-10 Thread mc
oh sorry i have never noticed this section :) great thanks to Bernard and Johan!! - Original Message - From: Bernard Clement [EMAIL PROTECTED] To: mc [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 10, 2004 17:26 Subject: Re: (might be off list) MySQL AB Hello MC

'mysql' notation

2004-01-20 Thread mc
is the official name? 1) MySQL 2) mysql 3) mySQL 4) mySql Best regards mc -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Connection ms access to mysql

2003-01-17 Thread mc 02
doing wrong? Any help will be appreciated. Regards MC -- __ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Meet Singles http://corp.mail.com/lavalife

RE: Connection ms access to mysql

2003-01-17 Thread mc 02
Christensen, Dave There doesnt seem to be any error when performed exports, however i still cant see the tables in mysql. - Original Message - From: Christensen, Dave [EMAIL PROTECTED] Date: Fri, 17 Jan 2003 07:51:28 -0600 To: 'mc 02' [EMAIL PROTECTED] Subject: RE: Connection ms access

Re: Connection ms access to mysql

2003-01-17 Thread mc 02
it. Thanx p.s: I'm looking into Samba as u mentioned previously. Regards MC -- __ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Meet Singles http://corp.mail.com/lavalife

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
was made. Please advice and thanks. wv -Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 23:03 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mysql_data_seek Hi, It's ok but you must retrieve data from row. int sql_result

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
. Please advice. Once again, thnx for replying. Regards, wv -Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 09:38 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mysql_data_seek Hi, If i understand well you use twice

RE: C API: mysql_data_seek

2002-07-10 Thread Chan WieVia ICM N MC MI E3 Extern
-Original Message- From: Gelu Gogancea [mailto:[EMAIL PROTECTED]] Sent: 10 July 2002 11:02 To: Chan WieVia ICM N MC MI E3 Extern; [EMAIL PROTECTED] Subject: Re: C API: mysql_data_seek Hi, If i understand well, mysql_fetch_row() work fine but if you add mysql_data_seek() the row

C API: mysql_data_seek

2002-07-09 Thread Chan WieVia ICM N MC MI E3 Extern
Hi, I'm using the MySQL built-in C function, mysql_data_seek, for accessing a particular row from the Result (MYSQL_RES) returned by mysql_store_result. int sql_result; MYSQL_RES *MResult; MYSQL_ROW row; MYSQL

Is Pattern Matching possible with MySQL?

2002-05-23 Thread Chan WieVia ICM N MC MI E3 Extern
Hi, I have a table with 2 fields, of char type. One field contains a 'ID number'. Another field 'Aliases' contains a list of comma-delimited values. (eg aaa,bbb,ccc) Is it possible using MySQL functions to return the 'IDnumber' when the string aaa exists in 'Aliases' ? Thank u