Does anybody knw the Asterisk app_addon_sql_mysql.c ?

2006-06-13 Thread didier
Hello list, First, I apologize for my poor English Second, i don't know if this post will be read by some Mysql expert having some minor expertise on Asterisk (the pbx telephony, but no matter here we are on the Mysql side) I want to modify this script: *app_addon_sql_mysql.c * to travel acros

Need help compiling v5.1.30 on tru64 5.1b

2008-12-17 Thread Didier Godefroy
s, such as for debug and ndb stuff but it makes no difference. This is tru64 v5.1b Thanks for any hints to get past this, -- Didier Godefroy mailto:d...@ulysium.net -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?

Building 5.1 on Tru64 5.1b

2009-04-27 Thread Didier Godefroy
ause all other identifiers are defined, except those 2. Those errors didn't show up with gcc, but with cc/cxx they're stopping the build. Why? Will the unaligned access warnings go away if I get the build done successfully with cc/cxx ??? At least I need this build to finish so I c

Re: Building 5.1 on Tru64 5.1b

2009-04-28 Thread Didier Godefroy
s > a monoculture of intelboxes and linux but good programms should be tested on > more. It's Tru64 that is being neglected too much these days, we are still many users of it and it won't go away, but the support for it is lagging. And it seems posting on the mysql list about

Re: Building 5.1 on Tru64 5.1b

2009-04-28 Thread Didier Godefroy
und quite a few tweaks to allow building a lot more, such as using the -UHAVE_FESETROUND flag to work around an issue and with 5.1.33 I had figured out that I needed -D_POSIX_PII_SOCKET and that worked then to allow building to finish. Unfortunately I was getting a huge amount of those unaligned acc

Problem with Temporary Table

2003-07-08 Thread Didier ROS
Hi, I am a newbie I want to create a temporary table and I get the following error message : mysql> CREATE TEMPORARY TABLE tempemp AS SELECT * FROM emp; ERROR 1044: Access denied for user: '@localhost' to database 'test1' Any help would be appreciated

back up database

2003-11-11 Thread Didier Godot
x27;t know the process to do that.   thanks for you help...   Didier   Didier GodotAnalyste en informatiqueCollège Jean-de-Brébeuf[EMAIL PROTECTED]http://www.brebeuf.qc.ca/ BEGIN:VCARD VERSION:2.1 X-GWTYPE:USER FN:Godot, Didier TEL;WORK:5385 ORG:;Service Informatique EMAIL;WORK;PREF;NGW:[EMAIL

mysql under unix in batch mode

2003-03-26 Thread Marianadin, Didier
ne (mysql) Enter password: How to avoid it ? Didier ([EMAIL PROTECTED]).

problem with phpMyAdmin authentication

2003-05-28 Thread Didier Flipo
the login/password FOR THE SERVER, before getting to the screen where I'm asked for the phpMyAdmin login/password. Is there a way to get rid of this pop-up? Thanks, Didier -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: storing files in mySQL

2002-03-04 Thread Sébastien DIDIER
l Regards, Sébastien DIDIER Zarcrom SAS - Web Hosting www.zarcrom.fr > -Message d'origine- > De : Dang Nguyen [mailto:[EMAIL PROTECTED]] > Envoyé : lundi 4 mars 2002 20:05 > À : Mysql List (E-mail) > Objet : storing files in mySQL > > > Hi everyone, > > I'

RE: adding a user to a database

2002-03-09 Thread Sébastien DIDIER
Hi, Try this request: grant all on db.bsd to shadowgrl@'%' identified by "testing123" with grant option; Regards, Sébastien > -Message d'origine- > De : Michael Sharp [mailto:[EMAIL PROTECTED]] > Envoyé : samedi 9 mars 2002 13:08 > À : [EMAIL PROTECTED] > Objet : adding a user to a dat

Replication problem

2002-06-14 Thread Sébastien DIDIER
Hi, I used replication as a real-time backup for months and I'am now trying to configure a two-way replication between two MySQL servers (srv1 and srv2). So, srv1 replicates from srv2 and srv2 replicates from srv1 (They are both master and slave). The One-way replication is working fine from srv1

RE: Replication problem >> Timeout in MySQL

2002-06-14 Thread Sébastien DIDIER
Ok. So i'm a bit confused with all the timeout values. My replication process is killed because of a net_read_timeout which is 30 secondes . I think there's at least three different timeouts : net_read_timeout : The process will be killed if it doesn't receive data during net_read_timeout secs.

RE: Thank you!I need your help!

2002-06-24 Thread Sébastien DIDIER
You need libtermcap. (libtermcap-2.0.8-28.i386.rpm) You are running a Redhat 7.2 box, use binary distribution instead of source package if you're not familiar with building programs. Regards, Sébastien > > > please tell what mean the follow: > [root@guanqun zsj]# cd /usr/local/src > [root@guanq

Best filesystem for MySQL ?

2002-06-26 Thread Sébastien DIDIER
Hi, I wonder which is the best filesystem to use with MySQL (to increase performances). And which mounting option should be used ? According to the documentation, the best system is SuSE Linux 7.1, 2.4 kernel, and ReiserFS. I currently use ReiserFs with noatime option. But it seems (according to

RE: selected records retrieve

2002-07-04 Thread Sebastien DIDIER
Hi, you can use mysqldump command line utility with the '--where=' switch. See the man page for more details. Regards, Sebastien sql query > -Message d'origine- > De : Nixarlidis Aris [mailto:[EMAIL PROTECTED]] > Envoye : jeudi 4 juillet 2002 09:46 > A : [EMAIL PROTECTED] > Objet : sele

Problem with some characters in tablename

2001-12-16 Thread Didier Brisebourg
Hi, Can anybody help me ? In MySQL documentation, it is said that table name can use any character allowed in filename except '/' and '.'. On my Linux, i can create a file with this name "'w4-1". But, i can't create the table with this name. The request is rejected. Has anybody an explanation

What's the behaviour of mysql when no room on filesystem for databases

2001-12-31 Thread Didier Brisebourg
Hi, Can anybody help me ? It seems that "INSERT" is blocking my process when there is no more free space in the file system that contains my databases. Can anybody clarify this point, and tell me how to prevent this blocking point ? Thanks ---

problem with curses/termcap library

2001-05-13 Thread Didier Brisebourg
Hi, Trying to generate mysql 3.23.38 from source distribution, i got the error : checking for tgetent in -lncurses... no checking for tgetent in -lcurses... no checking for tgetent in -ltermcap... no checking for termcat functions library ...configure:error:No curses/termcap library found whe

Re: problem with curses/termcap library

2001-05-13 Thread Didier Brisebourg
t;[EMAIL PROTECTED]> To: "Didier Brisebourg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 12:41 PM Subject: Re: problem with curses/termcap library > Didier Brisebourg wrote: > > > > Hi, > > > > Trying to generate mys

C API for mysql : could not find compress : examples foc compiling and linking

2001-05-26 Thread Didier Brisebourg
Hi, I'm working on my first program witk mysql c api. I meet problem to link c program that use it. One symbol "compress" cannot be resolved. Has anybody a sample script that compile and link ? What are the options to compile and link ? Thanks a lot. Bye

How to change the lib path ...

2001-03-02 Thread Didier Desmet (RSCA)
, ...) but nothing append. Thx for help, Didier

How to change the lib path ...

2001-03-02 Thread Didier Desmet (RSCA)
, mysql_config, ...) but nothing append. Thx for help, Didier

Re: How to change the lib path ...

2001-03-02 Thread Didier Desmet (RSCA)
/my.cnf, I believe. The paths for all mysql related files and dirs are there. > > Seung-woo Nam > > "Didier Desmet (RSCA)" wrote: > > > Hi guys, > > > > I just have a problem since yesterday, RedHat 7.0 make standard a partition of 256 mb f