RE: Hebrew

2005-03-12 Thread John Berman
Greg I use MySQL Control centre to access my dbase and I have set My character_set_xxx variables to Hebrew I then looked at the values, show variables like '%char%'; and all was fine. However if I then exit MySQL Control centre and then go back to it my character_set_xxx variables are all

Tables and Unicode Characters

2005-03-12 Thread Segismundo
Hi all! I've a problem with insert unicode characters on my database. I use Mysql 4.1.10 on Win and Linux-Debian and I share the same database. My server, client and database are on utf8 character, but my keyboard is on Spanish. I need introduce IPA characters on my table of a database whit or not

Tables and Unicode Characters

2005-03-12 Thread Segis
Hi all! I've a problem with insert unicode characters on my database. I use Mysql 4.1.10 on Win and Linux-Debian and I share the same database. My server, client and database are on utf8 character, but my keyboard is on Spanish. I need introduce IPA characters on my table of a database whit or

Re: insert - select from two different applications race condition?

2005-03-12 Thread Rhino
- Original Message - From: Aragorn [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, March 12, 2005 1:47 AM Subject: insert - select from two different applications race condition? I have a simple problem... I'm using mysql 4.1.9/innodb table and two small python

INSERT ON DUPLICATE KEY UPDATE

2005-03-12 Thread Aleksandr Guidrevitch
Hi all ! I'm having problem with INSERT ... ON DUPLICATE KEY UPDATE on mysql 4.1.10 --8--8--8--8--8--8--8--8--8 INSERT INTO lot_end (id, owner_id, category_id, title, current_price, buy_price, end_time, price, bid_count, currency_name) SELECT lot.id,

Limit of a sql script

2005-03-12 Thread Mauricio Pellegrini
Hi , I'm using mysql 4.1.4 gamma with InnoDB suse 8.2 reiser fs. I'am doing backups using mysqldump which creates a sql script with the structure for all tables plus the correspondig commands to create them and also the data to be inserted in each one of them. Latter when I have to restore one

Re: INSERT ON DUPLICATE KEY UPDATE

2005-03-12 Thread Jocelyn Fournier
Hi, It could perhaps be related to bug #8147. http://bugs.mysql.com/bug.php?id=8147 Regards, Jocelyn Aleksandr Guidrevitch a écrit : Hi all ! I'm having problem with INSERT ... ON DUPLICATE KEY UPDATE on mysql 4.1.10 --8--8--8--8--8--8--8--8--8 INSERT INTO

Re: Limit of a sql script

2005-03-12 Thread Jocelyn Fournier
Hi, The only limit I'm aware of is the size of a query itself, which can not be bigger than the max_allowed_packet size. Regards, Jocelyn Mauricio Pellegrini a écrit : Hi , I'm using mysql 4.1.4 gamma with InnoDB suse 8.2 reiser fs. I'am doing backups using mysqldump which creates a sql

Re: Problem: Too many connections

2005-03-12 Thread Steve Buehler
At 01:25 AM 3/12/2005, sapna murari todwal wrote: Hi, I have a live site using mysql. It is heavily used with over thousand users per minute, with 3 select / update queries per user per minute accounting to over 3000 queries per minute. The problem is that many times connection to this mysql

RE: Problem: Too many connections

2005-03-12 Thread Kostas Pyliouras
Back to the original problem ;) Please post your my.cnf. -Original Message- From: Steve Buehler [mailto:[EMAIL PROTECTED] Sent: Samstag, 12. März 2005 16:02 To: mysql@lists.mysql.com Subject: Re: Problem: Too many connections At 01:25 AM 3/12/2005, sapna murari todwal wrote: Hi, I

MySQL/InnoDB-4.0.24 is released

2005-03-12 Thread Heikki Tuuri
Hi! InnoDB is the MySQL table type that supports FOREIGN KEY constraints, transactions, row-level locking that is never escalated, multiversioned concurrency control, asynchronous unbuffered disk I/O on Windows, and a non-free online hot backup tool. InnoDB is an 'ACID'-compliant table type.

show databases;

2005-03-12 Thread l'eau
I am on linux Fedora 2 with mysqld running as a daemon and the service mysql running (/etc/rc.d/init.d/). I have two shell sessions (mysql client) running one with root and the other with a user. I did (as root) : grant all privileges on mydb to [EMAIL PROTECTED]; in the root session the show

Mysqldump alternative due to bug

2005-03-12 Thread Scott Klarenbach
I'm using Mysql 5.0.2 w/ Windows 2003 server, and there is a bug with the mysqldump utility. The bug is actually with the Describe table statement, or Show fields from table statement... It's been documented on mysql.com, so I'm wondering if there is a simple alternative to mysqldump that I can

Problems with a full backup

2005-03-12 Thread Javier Ballesteros Correa
Hi! I'm learning mysql and I have a problem when i make a full backup with mysqldump. I have a lot of table rows written in spanish. In the backup file (.sql) I have problems with certain spanish characters like: á -- Ãi é -- é í -- Ã- ú -- ú and so many others like that. However, when I make