[kapper.net #16695] Re: Another Replication Problem

2003-08-19 Thread general
to us, the kapper.net::administration ;-) [EMAIL PROTECTED] [...deutsche version am beginn...] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Help!!! The error message "SELECT in a stored procedure must have INTO"

2004-11-12 Thread General Wen
Hi everyone, This is my first project in MySql database. I use VB.Net and OleDb to connect to MySql(5.0.1 alpha-max). When I call the stored produce, I get the error message: ERROR [42000][MySQL][ODBC 3.51 Driver][mysqld-5.0.1-alpha-max]You have an error in your SQL syntax. Check th

Odd Results on Mysql LIMIT and ORDER BY

2008-04-26 Thread j's mysql general
Hi Guys, Firstly, this is the only time I have ever encountered this problem and searching archives or google shed no luck since yesterday so here I am . I have a table described below: mysql> describe containers; +++--+-+-+

Re: mysql_fix_privilege_tables script

2003-11-28 Thread Director General: NEFACOMP
mation about this in the MySQL Reference Manual: > > http://www.mysql.com/doc/en/Upgrading-from-4.0.html > http://www.mysql.com/doc/en/Upgrading-grant-tables.html > http://www.mysql.com/doc/en/Password_hashing.html > > -- > Paul DuBois, Senior Technical Writer > Madis

MyODBC and MySQL 4.1

2003-11-28 Thread Director General: NEFACOMP
Hi groups, does anyone know of a way to use myODBC and connect to MySQL 4.1 using its new passwords? When I create a password using PASSWORD( ), I can only login using the MySQL client (the one that comes with MySQL). But if I create the password using OLD_PASSWORD( ), I can login from both my

MySQL 4.1 binaries

2003-11-28 Thread Director General: NEFACOMP
Hi group, I have a problem that I think is not very serious. All the MySQL 4.1 binaries I downloaded from the MySQL website appear to be max versions!!! Ok, their names are mysqld-nt, mysqld, ... but when I do SELECT version() I always get something containing a MAX thing. I remember

Re: MySQL users.

2003-11-28 Thread Director General: NEFACOMP
/www.artshoptoolbox.com/ > > We create content management systems for > the rest of us, starting at $25.00 a month, > includes domain registration, web hosting, > email and webmail. Great for Yoga Teachers, > Massage Therapists, Lawyers, Doctors, > and any profess

Re: MySQL users.

2003-11-29 Thread Director General: NEFACOMP
hing in DB table and restart. Hope this helps. Thanks Emery - Original Message - From: "m i l e s" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Saturday, November 29, 2003 02:26 Subject: Re: MySQL users. > Emeyr >

Re: MyODBC and MySQL 4.1

2003-11-29 Thread Director General: NEFACOMP
l.exe will login without any problem. I think it's a compatibility issue. Thanks Emery - Original Message - From: abaid al-mutairy To: Director General: NEFACOMP Sent: Saturday, November 29, 2003 08:30 Subject: Re: MyODBC and MySQL 4.1 To create a new user use

MySQL separate downloads

2003-11-29 Thread Director General: NEFACOMP
Hi group, This is not a problem as such but a limitation. I have a problem with downloading MySQL due to its download size. Can someone tell me where I can get MySQL in separate files? For example I am interested in only the standard MySQL binary for WinNT (mysqld-nt.exe) But, I cannot find where

Re: MyODBC and MySQL 4.1

2003-11-29 Thread Director General: NEFACOMP
I have found the issue. It is talked about at the URL http://www.mysql.com/doc/en/Password_hashing.html The question now is When Will MyODBC support that new hashing? Thanks Emery - Original Message - From: "Director General: NEFACOMP" <[EMAIL PROTECTED]> To: "abai

Non-conditional LEFT JOIN

2003-12-02 Thread Director General: NEFACOMP
Hi group, I want to do a LEFT JOIN that takes no condition. For example I have the following tables: table_1table_2 --- - 1A 2

Re: Client does not support authentication protocol requested by server

2003-12-03 Thread Director General: NEFACOMP
4.1 on Linux. The "mysql_fix _privilege_tables" is the > problem, I think. What can I do?? > > Fernando Gomes Bernardino > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL

MySQL 4.1.1 is released

2003-12-05 Thread Director General: NEFACOMP
For those who are interested like me: MySQL 4.1.1 is released. Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone: +250-51 11 06 Office Fax: +250-50 15 19 Mobile: +250-08517768 Email: [EMAIL PROTECTED] http://www.nef

Re: Column name: CHECK

2003-12-24 Thread Director General: NEFACOMP
gt; Does anybody know what's happening? > > Reserved word? > > With regards, > > Martijn Tonies > Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL > Server. > Upscene Productions > http://www.upscene.com > > > -- > MySQL Gen

Re: Forms & Reports like I use in MS Access

2003-12-29 Thread Director General: NEFACOMP
uent in Access, you would > probably be better off using that for your GUI. You connect to the data > via ODBC or OleDB, and then use the data normally. And if you ever > move away from the world of Windows development, there are several > choices on Linux and OS X that I'm sure others

Re: newbie question about calculations

2003-12-29 Thread Director General: NEFACOMP
KEY `ID` (`ID`) > ) > > And code to input data into the table: > > INSERT INTO cart ( > Field1, > Field2, > Field3 ) > VALUES ( '1', '1', '2') > > > How do I make "Field3" a calculation, which equals 2 if fiel

Re: Not able to connect to mysql by mysql_connect()

2003-12-29 Thread Director General: NEFACOMP
function mysql_real_connect(). Please guide me to URL which will give values for using mysql_real_function. > > > > I am have installed mysql as follows : > > MySQL-client-4.1.1-0.i386.rpm > MySQL-server-4.1.1-1.i386.rpm > > Help appreciated. > > > > > > > > > I don't know what should be values > > > > > > > > > > > > > > - > Do you Yahoo!? > Yahoo! Photos - Get your photo on the big screen in Times Square -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: problem trying to connect to MySQL server

2003-12-29 Thread Director General: NEFACOMP
09 (server2) > Programmer accesses server1 okay from his location, but cannot access > server2. He will be moving data from server1 to the new server2. > Error msg: error no. Can't conect to mysql server at '192.168.0.15' > (10061). > > > Thanks > -- >

Happy new year

2003-12-31 Thread Director General: NEFACOMP
Just to wish you a prosperous new Year. My wishes go to the special guys of the MySQL and related software development team[s]. May the coming year bring you happiness and more innovative and productive ideas. May your families be the happiest on this earth! May this year protect you against homo

Re: What is code and what's not?

2004-01-06 Thread Director General: NEFACOMP
x27;m not the only one here. > It would've been easier with underscored or different colours here... I > guess ;-) > > _____ > Hitta rätt köpare på MSN Köp & Sälj http://www.msn.se/koposalj > > >

Re: MySQL or MaxDB or PostgreSQL or Interbase/Firebird or ?

2004-01-07 Thread Director General: NEFACOMP
in the environment > > remain fixed. > > > > What does everyone else think? > > I fully agree with the part about performance and the number of > files. :-) > > With regards, > > Martijn Tonies > Database Workbench - developer tool for InterBase, Firebird, MySQ

Knowing the real size of a column

2004-01-07 Thread Director General: NEFACOMP
Hi group, Does anyone know of a simple way of knowing the real size of a column. Currently I am interested in knowing the size of data stored in a BLOB column. I have tried BIT_LENGTH() but this one does not seem to return the real size. Thanks, __ NZEYIMANA Emery

Re: Knowing the real size of a column

2004-01-09 Thread Director General: NEFACOMP
ent: Thursday, January 08, 2004 18:06 Subject: Re: Knowing the real size of a column > "Director General: NEFACOMP" <[EMAIL PROTECTED]> wrote: > > Does anyone know of a simple way of knowing the real size of a column. > > Currently I am interested in knowing the s

Re: Knowing the real size of a column

2004-01-09 Thread Director General: NEFACOMP
: "robert_rowe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 19:29 Subject: Re: Knowing the real size of a column > > If you are using ADO then the field object has an actualsize property that should give you your value. > > --

Re: odbc

2004-01-12 Thread Director General: NEFACOMP
ses. I don't think odbc is available via the hosted webspace so I may have to export the data periodically to the MS Access database using cron/scheduling. Any recommendations? Matthew McNicol - yellowmarker.co.uk [information technology] -- MyS

Problem with LPAD() function

2004-01-12 Thread Director General: NEFACOMP
I think there is a bug in LPAD() function. Just try to run this query: SELECT LPAD(12, 3, '0'); This will correctly return 012 as expected. But when I run SELECT LPAD(512, 3, '0'); It doesn't return 512, instead it returns special characters. With that situation I

Re: New grant tables

2004-01-12 Thread Director General: NEFACOMP
> be sure that it did in fact update the tables? > -- > - > Scott HanedaTel: 415.898.2602 > http://www.newgeo.com Fax: 313.557.5052 > [EMAIL PROTECTED]

Re: Problem with LPAD() function

2004-01-14 Thread Director General: NEFACOMP
CTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 12:36 Subject: Re: Problem with LPAD() function > "Director General: NEFACOMP" <[EMAIL PROTECTED]> wrote: > > > I think there is a bug in LPAD() function. > > > > Just try to run this quer

4.1.1 not an update or upgrade of 4.1.0

2004-01-19 Thread Director General: NEFACOMP
Hi group, I have discovered this morning a strange behaviour of MySQL 4.1.1 When the SUB-SELECT contains more than one field, it does not work (this works very well with 4.1.0 ) For example: SELECT field1 FROM Table1 WHERE (field2,field3) IN (SELECT field2,field3 FROM Table2) The above quer

Installing from SOURCE or from RPM: your recommendation

2004-01-26 Thread Director General: NEFACOMP
Hi group? What do you recommend someone who wants to install MySQL on RedHat? Using RPMs or installing from SOURCE? What are the main differences and/or benefits? Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone:

User variables not working

2003-09-22 Thread Director General: NEFACOMP
Hi group, Is there anything I need to set in MySQL in order to use USER variables? Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone: +250-51 11 06 Office Fax: +250-50 15 19 Mobile: +250-08517768 Email: [EMAIL PROTE

Difference between FLOAT and DECIMAL numbers

2003-09-22 Thread Director General: NEFACOMP
Will someone tell me the real difference between FLOAT numbers and DECIMAL numbers? What are the implications when I use either of those types? Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone: +250-51 11 06 Office

Re: Using SQL variables

2003-09-23 Thread Director General: NEFACOMP
change the character set? Thanks Emery - Original Message - From: "Petr Vileta" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 01:45 Subject: Re: Using SQL variables > > Can someone tell me w

Re: nested select alternative??

2003-09-23 Thread Director General: NEFACOMP
luck > > "SELECT Max(id) FROM (select id from myTable where infoId in > ( 3 ) AND id > 100 order by id ASC LIMIT 50) AS t1 " > > > Thanx in advance > > Best Regards > Wajih > > > -- > MySQL General Mailing List > For list archives: http://l

Re: Using SQL variables

2003-09-24 Thread Director General: NEFACOMP
thinks ``:='' is a NULL character. Maybe it's a problem with the character set. Thanks Emery - Original Message - From: "Pete Harlan" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Cc: "Petr Vileta" <[EMAI

Re: Using SQL variables

2003-09-24 Thread Director General: NEFACOMP
, AnotherField FROM any_table_with_records; Thanks Emery - Original Message - From: "Petr Vileta" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 18:55 Subject: Re: Using SQL variables > > Can you

Re: Reading a table without knowing column names

2003-09-24 Thread Director General: NEFACOMP
from table where ... > so doing this char by char I get the entire string. > But the problem is that I haven't found the way to execute that > ascii(mid(...)) function on the result of "desc table" or "show tables" etc > > Anyone sees something ? > > Phi

Re: Using SQL variables

2003-09-25 Thread Director General: NEFACOMP
://www.westernunion.com) Thanks Emery - Original Message - From: "Petr Vileta" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 03:47 Subject: Re: Using SQL variables In mysql.exe type query and Enter

Ideas on creating connections

2003-09-25 Thread Director General: NEFACOMP
Hi groups, I need some experienced users to guide me on this issue. I am developping an Application that will be accessing a MySQL database through MyODBC. The application is developped using Visual Basic. Since my application will be used simultaneously by more than 200 users, I want to know th

Re: Ideas on creating connections

2003-09-25 Thread Director General: NEFACOMP
1? Thanks Emery - Original Message - From: "Dan Greene" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 18:17 Subject: RE: Ideas on creatin

Re: Ideas on creating connections

2003-09-25 Thread Director General: NEFACOMP
I never use DAO. Is there any benefit over ADO? Thanks Emery - Original Message - From: "Roger Davis" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, Se

MySQL powered MailServer

2003-09-25 Thread Director General: NEFACOMP
Just wanted to know if anyone knows the status of the MySQL powered Mailserver found at http://www.mysql.com/portal/software/item-239.html Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone: +250-51 11 06 Office Fax:

Re: Ideas on creating connections

2003-09-25 Thread Director General: NEFACOMP
rienced > in the past. Your experience may vary. Void where prohibited. > > Roger > > > -Original Message- > > From: Director General: NEFACOMP [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 25, 2003 12:48 PM > > To: Roger Davis; [EMAIL PROTECTED]; [EM

Re: Connect to 4.1 using MyOBDC

2003-09-25 Thread Director General: NEFACOMP
compiler, and learn how to use them to get an OBCD driver that will work with our server? Thanks Randy -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: h

Fw: No valid command found

2003-09-25 Thread Director General: NEFACOMP
und > Your message does not contain a valid command for this mail server > to process. No action has been taken. > > Message-Id: <[EMAIL PROTECTED]> > From: [EMAIL PROTECTED] > Time-Stamp: Thu, 25 Sep 2003 19:40:58 +0200 > > : Message contains [1] file attachments &

Re: MySQL powered MailServer

2003-09-25 Thread Director General: NEFACOMP
It seems the developpers are no longer doing any work on this server. Their website is empty: http://www.halvar.com/ Thanks Emery - Original Message - From: "Luc Foisy" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>; <[EMAIL PR

Re: Can't execute code in VB 6.0

2003-09-26 Thread Director General: NEFACOMP
select... > It looks like i can only excecut one single SQL statement... does any one > know how to fix that? > > I can run the code with out problems using MySQL Control Center. > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: MySQL powered MailServer [dbmail.org]

2003-09-26 Thread Director General: NEFACOMP
Thank you very much. Emery - Original Message - From: "Brent Baisley" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 21:28 Subject: Re: MySQL powered MailServer >

Re: Noob Question: Error 1046

2003-09-26 Thread Director General: NEFACOMP
hown in the book, but I get an error. I took a screenshot (I thought that would be easier) and posted it here: http://hostultra.org/brewer/mysql.jpg Any help would be very much so appreciated, thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscri

Re: Ideas on creating connections

2003-09-26 Thread Director General: NEFACOMP
The problem is not when sending FLOTs to the server, but it when RECEIVING floats FROM the server. Thanks Emery - Original Message - From: "Mike R. Duncan" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&g

Re: Excluding Results from a database

2003-09-26 Thread Director General: NEFACOMP
ically I need to be able to produce a list of all the players that > appear in the first query ($teamqry) EXCEPT those that appear in the > second ($squadqry). > > Help!?!?!??! > > Thanks very much, > Matt > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: newbie Q: what are the benefits of having several databases?

2003-09-28 Thread Director General: NEFACOMP
so curious why people need more databases while they can > create as many tables as they need in 1 database? > > > cheers, > > feng > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysq

Re: php and mysql

2003-09-28 Thread Director General: NEFACOMP
Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQ

Re: php and mysql

2003-09-28 Thread Director General: NEFACOMP
e more package i should install,can you please > > tell the name and where can i find it? > > > >redhat8.0 > >mysql 4.0.15 > > thanks > > > > __ > > D

Re: newbie Q: create a table in a database

2003-09-28 Thread Director General: NEFACOMP
> the tables in a database without having to exit just like what I did above? > > Thanks for your time. > > > > cheers, > > feng > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysqlclient.lib

2003-09-28 Thread Director General: NEFACOMP
advance > Luiz > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.521 / Virus Database: 319 - Release Date: 23/09/03 > > > -- > MySQL General Mailing List > For list archives: http://lis

Re: insert into x select * from x doesn't work

2003-09-29 Thread Director General: NEFACOMP
c) > > mysql> insert into foo.bar select id from foo.bar; > ERROR 1066: Not unique table/alias: 'bar' > mysql> > > -- >Being normal is vastly over rated : Ted Leung > > -- > MySQL General Mailing List > For list arch

UNDOing query operations

2003-09-29 Thread Director General: NEFACOMP
Hi group? Suppose I run a query by mistake that for example deletes my records. Is there a way to go back to a previous state? Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office Phone: +250-51 11 06 Office Fax: +250-50 1

Re: mysqldump error (mysql 4.0.14)

2003-09-29 Thread Director General: NEFACOMP
te > > the table names so it doesn't treat them as sql commands? > > > > /local_a/servers/mysql/bin/mysqldump: Got error: 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'order READ

Re: insert into x select * from x doesn't work

2003-09-29 Thread Director General: NEFACOMP
; > mysql> > > This error seems to support that idea - although its not a particularly > friendly way of saying it. Try creating another table, and do the > select from that. > > Hope this helps! > > David P > > > -- > MySQL General Mailing List

Re: Authentication

2003-09-29 Thread Director General: NEFACOMP
ust like the old > days on windows box. > > Or is there anyway to add user/password for that particular database so that > only that single user can access to that db ? > > > Thanks > > > > > > --

Re: 'IF NOT EXISTS' ignored?

2003-09-29 Thread Director General: NEFACOMP
eady have value 'foo' in the column 'product' which is defined as primary key. > > > -- > For technical support contracts, goto https://order.mysql.com/?ref=ensita > This email is sponsored by Ensita.net http://www.ensita.net/ >__ ___ ___ __ >

Re: 'IF NOT EXISTS' ignored?

2003-09-29 Thread Director General: NEFACOMP
From: "Antony Dovgal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 13:28 Subject: Re: 'IF NOT EXISTS' ignored? > On Mon, 29 Sep 2003 12:30:28 +0200 > "Director General: NEFACOMP" <[EMAIL PROTECTED]> wrote: > > &g

Re: 'IF NOT EXISTS' ignored?

2003-09-29 Thread Director General: NEFACOMP
From: "Antony Dovgal" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 29, 2003 15:23 Subject: Re: 'IF NOT EXISTS' ignored? > On Mon, 29 Sep 2003 15:16:57 +0200 > "

Re: How can i make mysql to print date and time automatically?

2003-10-03 Thread Director General: NEFACOMP
__ > Add MSN 8 Internet Software to your existing Internet access and enjoy > patented spam protection and more. Sign up now! > http://join.msn.com/?page=dept/byoa > > > -- > MySQL General Mailing List > For list arch

Re: How can i make mysql to print date and time automatically?

2003-10-03 Thread Director General: NEFACOMP
I am sorry, the instruction I sent doesn't work in MySQL: You should use: INSERT INTO your_table (field1, field2, field3) VALUES(CURDATE(), "value2", CURTIME()) Note the CUR (I think it stands for CURrent) Thanks Emery - Original Message - From: "Director Genera

error messages in different languages

2003-10-06 Thread Director General: NEFACOMP
Hi group, I have two questions about error messages in MySQL. 1. Section 4.6.2 talks about Non-English error messages. It says that for recompiling the errmsg.sys file, one will issue a comp_err command at the SHELL prompt. Does such a utility exist for Windows? I mean can someone tell me when t

UNION syntax (Request for feature)

2003-10-06 Thread Director General: NEFACOMP
Hi Group, I want to use a UNION in order to SELECT columns from several tables but I wish MySQL could use the following syntax: SELECT {several fields} FROM (Table1 UNION Table2 UNION Table3 . ) WHERE condition Currently I think MySQL only supports the following: (SELECT {several fields} F

Re: Row-level privileges in mysql

2003-10-06 Thread Director General: NEFACOMP
oo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing

Re: COUNT(*) faster?

2003-10-06 Thread Director General: NEFACOMP
nd out if there are any rows with the > date that I am searching for in the 'date' column. Would the fastest way > be to use > $date=2003-02-16; > SELECT COUNT(*) FROM `games` WHERE `date`='$date' > or is there a faster way? > > > -- > MySQL Gen

Compression: Security or Zipping?

2003-10-07 Thread Director General: NEFACOMP
Hi group, I have read in the MySQL manual that the client/Server Compression protocol adds some security to the application. Does anyone have more information on this? Thanks, __ NZEYIMANA Emery Fabrice NEFA Computing Services, Inc. P.O. Box 5078 Kigali Office

Re: error messages in different languages

2003-10-07 Thread Director General: NEFACOMP
To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 11:21 Subject: Re: error messages in different languages > "Director General: NEFACOMP" <[EMAIL PROTECTED]> wrote: > > > > I have two questions about error messages in MySQL. > > > > 1.

Re: printing reports

2003-10-07 Thread Director General: NEFACOMP
mmar :-( but you guys understand what i'm saying, right? :-) > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: error messages in different languages

2003-10-08 Thread Director General: NEFACOMP
I use 4.0.14 and 4.1.0-Alpha Thanks Emery - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 16:45 Subject: Re: error messages in different languages > "Director General: NEFAC

Re: printing reports

2003-10-08 Thread Director General: NEFACOMP
ool in that client. Are you familiar with MS Access? If yes, you can use Access to work with MySQL data. If you have Access installed, just let me know and I will send you Step by Step Instructions. Thanks Emery - Original Message - From: "Wang Feng" <[EMAIL PROTECTED]> To

Re: Exponentiation operator

2003-10-08 Thread Director General: NEFACOMP
hat is the correct syntax for using a Exponentiation operator in MySQL? > > BTW is this even posible? > > bye, Bob > > > > > > > > http://www.beheervisie.nl/disclaimer. > > > > > -- > MySQL General Mailing List > For list archive

Ideas on Compression Protocol

2003-10-09 Thread Director General: NEFACOMP
Hi group, I recently asked about Compression and security and got nice answers. Now I have got a different question: What are the disadvantage of using that client/server Compression protocol? Does it increase speed? Does it decrease speed? Does it overload the server? The client? Any ideas

Re: Ideas on Compression Protocol

2003-10-09 Thread Director General: NEFACOMP
Thank you for the ideas. Very helpful. Thanks Emery - Original Message - From: "Danny Haworth" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 12:01 Subject: Re: Ideas on Compression Protocol &g

Re: BLOB images in Crystal Reports

2003-10-09 Thread Director General: NEFACOMP
- Original Message - From: "Danny Haworth" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 14:41 Subject: Re: BLOB images in Crystal Reports > I've had no problems with MySQL, crystal reports

Re: printing reports

2003-10-10 Thread Director General: NEFACOMP
ful (if this helps you, please let me know) Thanks Emery - Original Message - From: "Wang Feng" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 1

Re: [MYSQL] Combine tables from two different systems

2003-10-10 Thread Director General: NEFACOMP
gt; > I have a select statement with a left join that will tell me the rows that > are in system A but not in system B (the target). Question is how to I write > a SQL statement to also insert these rows? > > > > System information. > > > > Windows NT4 (System A), W

Re: deleting mysql users

2003-10-10 Thread Director General: NEFACOMP
gt; > This email is sponsored by Ensita.net http://www.ensita.net/ > >__ ___ ___ __ > > / |/ /_ __/ __/ __ \/ /Victoria Reznichenko > > / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] > > /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net > ><

Re: Adding space to /var/lib/mysql

2003-10-11 Thread Director General: NEFACOMP
your fstab. Remount (reboot to make > sure it comes up mounted properly). > > > -OR- > you can change your datadir indicated in you're /etc/my.cnf file to let > mysql know where your new data is on the new drive. > > -OR- > you can use a simple symlink > &g

User Grouping and Priveleges in MySQL

2003-10-13 Thread Director General: NEFACOMP
Hi Group, I am wondering whether MySQL is planning to implement Group based privileges. To make my question clear, consider a database where some users are not allowed to update data and other are allowed to update. Will it be possible to create a group that has got some privileges and whenever

Re: User Grouping and Priveleges in MySQL

2003-10-13 Thread Director General: NEFACOMP
hts are to change, we will only change the GROUP rights instead of manually changing for every user. If I am not clear, I will rephrase the question again! Thanks Emery - Original Message - From: <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]>

Re: connexion avec un pocket pc

2003-10-14 Thread Director General: NEFACOMP
Des articles de Mike Hillyer peuvent t'aider. Son site est http://www.vbmysql.com Vous aurez besoin d'un Connecteur ODBC pour utiliser Visual Basic. MyODBC est tres simple a utiliser. Il peut se telecharger depuis le site de MySQL (http://www.mysql.com) Mais le site est en Anglais. I can ask and

Re: deleting rows which table1.row=table2.row

2003-10-14 Thread Director General: NEFACOMP
ld=table2.field > > thanks > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing List For list archives: http://lists.mysql.c

Re: creating a new table from a SELECT

2003-10-14 Thread Director General: NEFACOMP
ssage - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 11:19 Subject: creating a new table from a SELECT > how can i create a new table from a SELECT...WHERE... ? > > thanks > > > > -- > MySQL General Mailing List > For list

Re: connexion avec un pocket pc

2003-10-14 Thread Director General: NEFACOMP
Also check the [EMAIL PROTECTED] list. It is very helpful Thanks Emery - Original Message - From: "Director General: NEFACOMP" <[EMAIL PROTECTED]> To: "scr informatiques" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 11:07

Very interesting MySQL usage Article on ComputerWorld website

2003-10-16 Thread Director General: NEFACOMP
Hi group, I just read the first news item on the MySQL website and thought some of you might need to read about it as it is very interesting for those who use MySQL for hi end transactions. This gave me more powers in choosing MySQL as my favorite DBMS. Just go to http://www.mysql.com or http:

Re: not found driver 3.51 not found

2003-10-16 Thread Director General: NEFACOMP
help me with this problem, i would greatly appreciate it. >thanks in advance! > > >--- >eric smith >http:/m00q.tk - [EMAIL PROTECTED] -- Regards, For technical support contracts, visit https://order.mysql.com/ Are you MySQL certified?, http://www.mysql.com/certification/ Miguel

Re: MySQL 5.0 and Stored Procedures

2003-10-16 Thread Director General: NEFACOMP
much on your own... Unless any documentation was included with the > > > download, the only other thing around is the blurb on mysql.com > > > > In the MySQL 5.0 tree, the file Docs/sp-implemented.txt details the > > current state of the stored procedures implementation.

Re: PASSWORD() function problem

2003-10-16 Thread Director General: NEFACOMP
om/doc/en/Miscellaneous_functions.html > > > > PASSWORD() should not be used for your own applications. > > > > -- > > Paul DuBois, Senior Technical Writer > > Madison, Wisconsin, USA > > MySQL AB, www.mysql.com > > > > Are you MySQL certified? http:

Re: PASSWORD() function problem

2003-10-16 Thread Director General: NEFACOMP
ot getting the result. please help me. > > > >what's going wrong ? > > > > > > > >Thanks in advance > > > >Manisha > > > > > > Please consider using something other than PASSWORD(), as noted in the > > > description for

Re: Temporary table question

2003-10-16 Thread Director General: NEFACOMP
e question > > > > I would like to know the circumstances in which a temporary table would be > > used. What is the rationale behind temporary tables? I have searched the > > manual and the 'net but only find out information about creating or > > manipulating them.

Re: LIMITS

2003-10-16 Thread Director General: NEFACOMP
ger > Global NAPs > 10 Merrymount Rd > Quincy, MA 02169 > Desk 617-507-5150 > VoIP 617-507-3550 > [EMAIL PROTECTED] > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com

Re: Check for data before inserting

2003-10-17 Thread Director General: NEFACOMP
smission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or entities > other than the intended recipient is prohibited. If you received this in > error, please contact the sender immediately and delete the material from any > compu

Re: Challenging query....

2003-10-17 Thread Director General: NEFACOMP
row | blah | blew | > > +---+---+---+ > > | 1 | blah | blew | > > | 2 | blah | blew | > > | 3 | blah | blew | > > | 4 | blah | blew | > > +---+---+---+ > > You can do: > > SELECT @a:=0; > SELECT @a:[EMA

Someone asked it some time back

2003-10-17 Thread Director General: NEFACOMP
Hi group, Someone asked a question about how he could change a column name and have his old application continue using the same table while he is updating the client. This means: He has a table with columns: ColA, ColB and he is forced to change the columns names into ColX, ColB and possibly the

  1   2   >