Re: Fulltext index is not being built with large database

2004-04-10 Thread sascha mantscheff
have you checked the error log for anything related? Matt - Original Message - From: "sascha mantscheff" Sent: Friday, April 09, 2004 4:21 PM Subject: Fulltext index is not being built with large database I'm trying to build a fulltext index on a table with about 4 million

Fulltext index is not being built with large database

2004-04-09 Thread sascha mantscheff
it to a partition with 50GB space (about 15 times as much as the database tables). Mysql runs on gentoo-linux 2.4 with 800MB RAM with server version 4.0.17. Any clues, hints or tips? Thank you. sascha mantscheff hahnenbach 51570 windeck [EMAIL PROTECTED] telefon +49-2292-922 492 telefax +49-229

Re: order by problem with 3.22

2003-02-16 Thread sascha mantscheff
Am Sonntag, 16. Februar 2003 21:15 schrieb Paul DuBois: > At 20:43 +0100 2/16/03, sascha mantscheff wrote: > >The following query works with mysql 3.23: > > SELECT * FROM answer ORDER BY concat( n_sort, "-", id_answer ) > >It does not with mysql 3.22.27. Neither

order by problem with 3.22

2003-02-16 Thread sascha mantscheff
The following query works with mysql 3.23: SELECT * FROM answer ORDER BY concat( n_sort, "-", id_answer ) It does not with mysql 3.22.27. Neither does any query with a function call in the order by clause. Is this documented somewhere? Am I missing something? Is there a workaround other t

Re: still no umlauts in mysql --experts help needed

2002-03-22 Thread sascha mantscheff
Am Freitag, 22. März 2002 11:58 schrieben Sie: > > Egor: > > Thanks for the hint. I browsed the manual for readline(3) and for > > /etc/inputrc, but found nothing wrong with it. I can enter umlauts in all > > other programs and from the bash command-line - only in mysql they don't > > work. Where

Re: Can you Change Nulls in the MySQLDump from \N?

2002-03-21 Thread sascha mantscheff
can't you filter the output with sed? s.m. Am Donnerstag, 21. März 2002 21:11 schrieben Sie: > Is there a way to tell MySQL to put a blank space instead of \N in the > tab-delimited files when it does a dump? I'm working on a MySQL to SQL > Server migration and having problems with the output fi

Re: still no umlauts in mysql --experts help needed

2002-03-21 Thread sascha mantscheff
Egor: Thanks for the hint. I browsed the manual for readline(3) and for /etc/inputrc, but found nothing wrong with it. I can enter umlauts in all other programs and from the bash command-line - only in mysql they don't work. Where else might I look for the source of the problem? s.m. Am Don

Re: logrotate problem

2002-03-21 Thread sascha mantscheff
in the postrotate section, you have to add the user and password parameters to mysqladmin: mysqladmin -u someuser --password=somepassword flush-logs s.m. Am Donnerstag, 21. März 2002 19:23 schrieben Sie: > Hello there! > > > I have added recently administrative user to mysql database:

Re: still no umlauts in mysql --experts help needed

2002-03-20 Thread sascha mantscheff
ue, by default LINUX sets the language > environment for the shell to an ISO setting, FreeBSD does not. > > Ken > ----- Original Message - > From: "sascha mantscheff" <[EMAIL PROTECTED]> > To: "Harald Fuchs" <[EMAIL PROTECTED]> > Cc: <[EMAIL PR

different row count in explain select on different systems

2002-03-20 Thread sascha mantscheff
I run mysql on a SuSe 7.3 and a FreeBSD 4.5 server. The FreeBSD mysql version is 3.23.49. The linux mysql version is 3.23.33. I just copied a large table using mysqldump | mysql from the linux server to the FreeBSD server. An explain statement on a select on this table shows different row cou

Re: still no umlauts in mysql --experts help needed

2002-03-20 Thread sascha mantscheff
Am Mittwoch, 20. März 2002 11:24 schrieben Sie: > > I just installed mysql fresh out of the box on a fresh SuSE linux 7.1. > > mysql does not let me enter german umlauts, though. I tried to start it > > with "mysql --default-character-set=latin_de", but it complained about > > the character sets n

still no umlauts in mysql --experts help needed

2002-03-20 Thread sascha mantscheff
I just installed mysql fresh out of the box on a fresh SuSE linux 7.1. mysql does not let me enter german umlauts, though. I tried to start it with "mysql --default-character-set=latin_de", but it complained about the character sets not being installed. Then I installed the mysql server, which

Re: Cannot access the Database on same Machine

2002-03-19 Thread sascha mantscheff
probably something wrong with the permissions in the mysql database. as a workaround, try to connect not via the local socket, but via a tcp/ip-connection: # mysql -h 127.0.0.1 -u my-user -p my-database or insert the real ip of the machine instead of the loopback address. check if there

Re: cannot enter german umlauts in mysql

2002-03-19 Thread sascha mantscheff
> 'support-files' directory of the mysql source code. > > Ich hoffe daß ich dir geholfen habe. > Ken > - Original Message - > From: "sascha mantscheff" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 19, 2002 9:46 AM

cannot enter german umlauts in mysql

2002-03-19 Thread sascha mantscheff
I just installed mysql fresh out of the box on a fresh SuSE linux 7.1. mysql does not let me enter german umlauts, though. I tried to start it with "mysql --default-character-set=latin_de", but it complained about the character sets not being installed. Then I installed the mysql server, which

Re: Checking if Replication really works

2002-01-18 Thread sascha mantscheff
Ihre Nachricht vom Friday 18 January 2002 12:14: > sascha mantscheff wrote: > > I'm not using replication, but for a test if it really works I would do > > some data manipulations on the master and afterwards a complete mysqldump > > of master and replica and diff the

Re: Checking if Replication really works

2002-01-18 Thread sascha mantscheff
Ihre Nachricht vom Friday 18 January 2002 12:14: > sascha mantscheff wrote: > > I'm not using replication, but for a test if it really works I would do > > some data manipulations on the master and afterwards a complete mysqldump > > of master and replica and diff the

Re: Checking if Replication really works

2002-01-18 Thread sascha mantscheff
I'm not using replication, but for a test if it really works I would do some data manipulations on the master and afterwards a complete mysqldump of master and replica and diff the result. s.m. - Before posting, please check:

no umlauts in mysql client

2002-01-18 Thread sascha mantscheff
. qualimedic ag sascha mantscheff telefon 02292-922 492 telefax 02292-922 493 mobil 0171-620 0380 e-Mail [EMAIL PROTECTED] - Before posting, please

Re: Re[2]: Where to find options / my.cnf documentation?

2001-07-09 Thread Sascha Mantscheff
Ihre Nachricht vom Monday 09 July 2001 17:10: > It's so easy, you won't think of it: start mysqld with parameter > -h (=help): > > mysqld -h > > shows all parameters and current settings Alas, it does not. It shows a couple of variable settings, but not the syntax for tha various logging options

Where to find options / my.cnf documentation?

2001-07-09 Thread Sascha Mantscheff
Where do I find a complete documentation of all options and entries in my.cnf and the mysqld start options? I searched the mysql.com site, but to no avail. Neither does the online documentation doesn't seem to have a chapter on it. s.m. Qualimedic AG S