Re: rpm mysql5.0 for fedora4

2006-03-03 Thread unplug
Thanks! If I have the glibc 2.3, I have to use Linux x86 generic RPM (dynamically linked). Otherwise, version lower than 2.3, we should use Linux x86 generic RPM (statically linked against glibc 2.2.5). Am I right? unplug On 3/3/06, Joerg Bruehe [EMAIL PROTECTED] wrote: Hi N.N., all, Denis

Re: Can't select to outfile

2006-03-02 Thread unplug
You have to enable the file_permission for the user in order to create file. On 3/3/06, Bruce Bales [EMAIL PROTECTED] wrote: I'm using mysql 3.23.58 on linux. I recently upgraded from RedHat 9 to Fedora 3 and now I am unable to write to an outfile. If I have started mysql with the simple

rpm mysql5.0 for fedora4

2006-03-02 Thread unplug
Hi, I found that there are 2 versions of mysql 5.0 rpm for download. Linux x86 generic RPM (statically linked against glibc 2.2.5) downloads Linux x86 generic RPM (dynamically linked) downloads What is the difference between them? How to determine what version should I use for fedora4? --

file permission

2006-02-28 Thread unplug
or the ownership of the file? Rgds, unplug -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: file permission

2006-02-28 Thread unplug
Thanks! But I want to change the default setting of the file permission and ownership. (i.e. the file will be created with permission and ownerhsip according to my setting). On 3/1/06, CodeHeads [EMAIL PROTECTED] wrote: On Tuesday 28 February 2006 22:55, unplug wrote: Hi, When I use a query

Re: file permission

2006-02-28 Thread unplug
Actually, here is my case. There is a script owned by user A running daily. script--- rm -rf /tmp/report.csv mysql -umysql -pabc table -e SELECT * into outfile '/tmp/report.csv' fields terminated by ',' lines terminated by '\n' FROM table; In the first run, a file with the following

sendmail+mysql

2003-11-18 Thread unplug
Hi all, Is it possible for sendmail to work with mysql under linux environment? I am finding a way to handle sendmail alias by using mysql. Does anyone can tell me how to do it? Any reference site? unplug -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql

Re: sendmail+mysql

2003-11-18 Thread unplug
Thanks. Have you tried it before? Does it work or not. I found that the installation process is very complicated. There are 3 sendmail rpm files. Do I need to install them before applying the patches? Greg Donald wrote: On Wed, 19 Nov 2003, unplug wrote: Is it possible for sendmail

fulltext key search

2003-08-14 Thread unplug
Hi all, As I know innodb doesn't support fulltext key search. Any replacement in innodb that have the same purpose? Rgds, unplug -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: using innodb

2003-08-14 Thread unplug
Any document to describe the replication process of the following case? innodb (master) --replication -- myisam (slave) unplug Jeremy Zawodny wrote: On Wed, Jul 30, 2003 at 12:34:54PM +0800, unplug wrote: I use rpm to update the previous version. I can use innodb in redhat 9 with version

replication question

2003-08-04 Thread unplug
HI all, Is it possible to perform replication as follow? HOW? master (innodb) ---replication--- slave (myisam) Rgds, Ringo -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

using innodb

2003-07-29 Thread unplug
Hi all, I am trying to use mysql with innodb. After I set it up as follow. The db start failed. I wonder why it failed to use innodb. Does anyone can tell me? OS: redhat 7.2 with kernel 2.4.20-18.7 mysql version: 3.23.56 In mysql.log /usr/libexec/mysqld: unrecognized option

Re: using innodb

2003-07-29 Thread unplug
I use rpm to update the previous version. I can use innodb in redhat 9 with version 2.23.56. But it failed in redhat 7.2. I wonder it is the kernel problem. BTW, I want to ask whether I can do replication in the following case. innodb (master) --replication -- myisam (slave) unplug

data path

2003-06-10 Thread unplug
/var/lib/mysql to /var2/lib/mysql and startup again? Any experience to share? Rgds, unplug -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

connect failed from external

2002-10-09 Thread unplug
can see, mysql restart itself when I try to connect from external network. I found the it happened after I upgrade glibc to 2.2.5-40 from redhat network. I wonder anyone get the same experience. Instead of downgrade to 2.2.5-39, anyone can tell me how to solve it? unplug

Re: Question on non-English support

2001-09-10 Thread unplug
YES Soong, Michael Sau Wah (Michael) wrote: Hi, Does mysql support Chinese language? Thank you, Regards, Michael - Before posting, please check: http://www.mysql.com/manual.php (the manual)

admin password

2001-09-07 Thread unplug
Hi all, How can I retrieve mysql admin password if I forget it?? Rgds, unplug - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive

Re: ODBC Installation

2001-03-29 Thread unplug
reboot your pc in safe mode and install myodbc again. Quentin Bennett wrote: Hi, When trying to install the latest ODBC I get An error occurred while copying C:\WINDOWS\SYSTEM\ctl3d32.dll. Restart Windows and try installing again. The file mentioned exists, and is not read only.

Re: ?

2001-02-27 Thread unplug
you missed the , before the word primary key. Toth Dalibor wrote: Part 1.1Type: Plain Text (text/plain) - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/