Re: Multiple revision of a record

2008-03-04 Thread Laurent Cerveau
Thanks to all for the answers. I have now some tries to do! Laurent Sent from my iPhone On Mar 4, 2008, at 5:58 PM, Jerry Schwartz <[EMAIL PROTECTED] infoshop.com> wrote: The tack we take is to have a separate table that tracks changes. It does, of necessity, contain the same fie

Multiple revision of a record

2008-03-04 Thread Laurent Cerveau
Hi I am a beginner to mySQL so I hope this is not a too basic question I'd like to be able to track changes made to the attribute of one record, without wanting to duplicate the complete record each time . How an I achieve this? Thanks laurent -- MySQL General Mailing List For

key words: problem to start the MySql Server

2006-02-15 Thread Laurent tilmont
Hello, My name is Laurent (from Belgium) and I got some problems to start the MySql server. 1)I installed the 5.0 version a few days a go. I followed the manual how to install Mysql according to my machine : windows XP (service pack 2).I choosed the standard version and the installation

Re: ERROR 1045: Access denied for user: 'mysqladmin@localhost' (U sing password: YES)

2004-07-19 Thread Laurent
milar? I'll try. Laurent -- Linux is like an Indian tent: no Windows, no Gates, and an Apache inside! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

ERROR 1045: Access denied for user: 'mysqladmin@localhost' (Using password: YES)

2004-07-19 Thread Laurent
User mysqladmin has not the rights to access mysql? How can that be? Laurent -- Linux is like an Indian tent: no Windows, no Gates, and an Apache inside! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: ERROR 2002: Can't connect to local MySQL server through socket var/lib/mysql/mysql.sock' (2)

2004-07-19 Thread Laurent
ge it and restart mysqld and find it > working :-) ... but it still doesn't work... I checked the runlevel editor where mysql was not started, so it's no miracle it doesn't work! After ahving the new Mysql 4.0 Server installed, I started that service in runlevel editor and now

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

2004-07-19 Thread Laurent
Hoe can I get this working? Laurent -- Linux is like an Indian tent: no Windows, no Gates, and an Apache inside! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Upgrade to MySQL 4.1.0-alpha [No Virus found]

2003-10-29 Thread laurent . paul
Hello, I'm trying to upgrade to version 4.1.0-alpha of MySQL from version 3.23.51 on a Windows 2000 platform. I've downloaded the binary distribution of 4.1.0-alpha and followed the install process(README.1st) for an upgrade install. At the step : * Execute the 'mysql_fix_privilege_tables.sq

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > Do you mean that you have defined a group as [bug] ??? Yes. I've discovered the problem upgrading a server and reproduced it with minimal C program and minimal my.cnf on another host. > Does it change anything if spaces are trimmed of host=foobar line ?? No. The co

Re: core dump in clients in MYSQL 3.23.49 using groups

2002-02-28 Thread Laurent Wacrenier
Sinisa Milivojevic wrote: > This seems worth investigating. > > Please send me your entire /etc/my.cnf > > Change password if you have defined it there. The full my.cnf I have used has been send in the report without change. --- [bug] host=foobar --- If the the group match an

Re: optimization of large records

2002-02-18 Thread Laurent Oget
optimize? time? space? nobody will be able to tell you anything unless you can do some profiling of your application to pinpoint where the bottlenecks are. -- Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net Senior Engineer Zvolve Systems Inc http://zvolve.

Re: 64bit mysql and gcc

2001-12-05 Thread Laurent Oget
(the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php > -- Laurent Oget, Ph.D. [EMAIL PROTECTED]http://oget.net Senior

Re: Obtaining MySQL for Solaris 8, Intel Version

2001-09-26 Thread Laurent Oget
On Wed, Sep 26, 2001 at 12:41:43PM -0700, Pauljames Dimitriu wrote: > > Hello, > > Where can I get a version of MySQL for Solaris > 8, Intel version? Do I use the FreeBSD version of > MySQL or should I d/l the Linux version? I am just > getting used to the Solaris / UNIX environment. >

Re: Client-side developing

2001-09-25 Thread Laurent Oget
On Tue, Sep 25, 2001 at 06:26:58PM -0300, Walter Omar Autalán wrote: > Hi. > > Please, excuse me for this Off topic message. > > I want to develop Windows-based client to interact with linux-based > MySQL and I can't realize the best programming language suitable for > that task. > Clients

newbie Q : importing with accents

2001-09-24 Thread Laurent Veliscek
>I'm using mySQL/PHP on a macOSX machine and found myslf in trouble while trying >to import data from our filemaker pro database. Hi! i've got the same problem with a french vocabulary database that I want to import into a mySql database. I tried to convert the comma-separated txt file into u

Re: mysql and c program?

2001-06-22 Thread Laurent Oget
, but your linker (ld) does not know it is supposed to look there.. there are many ways to fix that add /usr/local/lib in the environment variable $LD_LIBRARY_PATH compile with the -rpath /usr/local/lib option add /usr/local/lib to /etc/ld.so.conf and run ldconfig L -- Laurent Oget, Ph.D. [EMAI

Re: C API problem

2001-04-19 Thread Laurent Oget
fn_format': > mf_format.o(.text+0x201):undefined reference to '__lxstat64' > /home/MySQL/MySQL/lib/libmysqlclient.a(my_open.o)In function 'my_open': > my_open.o(.text+0x21):undefined reference to 'fopen64' > > looks like you have

Problem with a dump

2001-03-25 Thread Laurent Rathle
Hello, I made a dump of a database, and I've got problrms when I try to insert it. Mysql sop when there is such string as "L\'administrateur". It seems it does'nt like the "'". Is there a special caracter to fi

Re: C API problem

2001-03-01 Thread Laurent Oget
lease check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list archive) > > To request this thread, e-mail <[EMAIL PROTECTED]> > To unsubscribe, e-mail <[EMAIL PROTECTED]>

Re: Unique ID's Alphanumeric to save digits ?

2001-02-28 Thread Laurent Oget
racters which can be important when squeezing into cookie storage space. > > > > And 4 byte unsigned integer has 256 times that. > but sending unsigned ints in binary encoding in a cookie might get you into trouble. not that it has anything to do with mysql but --

Re: moving database to another computer

2001-02-19 Thread Laurent Oget
t; to do it. Can someone help me? Thanks. > > Ming Hsu > > this is usually a good occasion to clean up databases, but if you do not want to do that you can use mysqldump, compress the file and then have mysql read the dump file. You do need a telnet access to that machine though

UPDATE using other table

2001-02-05 Thread Laurent Oget
Is there a way to update a column of a table using values from other tables something like update table1 set table1.column1=table2.column1 where table1.column2=table2.column1 -- Laurent Oget, Ph.D. [EMAIL PROTECTED] Senior Engineer Zvolve Systems Inc http://zvolve.com

mysql -u root WITHOUT password !

2001-02-05 Thread RENAULT Laurent
I don't have mySQL root password ! Is the solution do a backup of databases and cleanup mysql install and re-install it ? Thanks -- Laurent RENAULT LAMFA / CNRS / FRE 2270 - 33, rue Saint Leu 80039 AMIENS Tel : 03 22 82 79 70 - Fax : 03 22 82