Re: Get fields in one field, separated by comma's

2004-06-05 Thread Victoria Reznichenko
_name - offer_contacts): > 1 - Test - John, Anna > 2 - Also test - John > > > Is this possible? > GROUP_CONCAT() function may help. This function is available from version 4.1: http://dev.mysql.com/doc/mysql/en/GROUP-BY-Functions.html -- For technical support

Re: Run MySQL with ANSI mode

2004-06-04 Thread Victoria Reznichenko
m> But not working. Because you try to start mysql client with --ansi option, not the server. Run mysqld with the above option or put to the my.cnf file: [mysqld] ansi ym> --- Victoria Reznichenko ym> <[EMAIL PROTECTED]> wrote: >> yau meileng <[EMAIL PROTECTED]> wrote: >

Re: Run MySQL with ANSI mode

2004-06-04 Thread Victoria Reznichenko
f=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: last_insert_id() value not updated

2004-06-02 Thread Victoria Reznichenko
e procedure be > transaction safe? > This issue is related to the known bug. It's already fixed: http://bugs.mysql.com/bug.php?id=3117 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ __

Re: Trigger and StoreProc Examples

2004-05-31 Thread Victoria Reznichenko
l at: http://dev.mysql.com/doc/mysql/en/CREATE_PROCEDURE.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko /

Re: Unexpected subquery behaviour

2004-05-31 Thread Victoria Reznichenko
w a file name. J> - Original Message --- -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__

Re: Unexpected subquery behaviour

2004-05-31 Thread Victoria Reznichenko
les and data), please. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Stupid newbie question - adding comments for columns & tables?

2004-05-30 Thread Victoria Reznichenko
l.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MyS

Re: strange behaviour in foreign keys

2004-05-28 Thread Victoria Reznichenko
-- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/

Re: mysqldump format.

2004-05-28 Thread Victoria Reznichenko
Josef Karthauser <[EMAIL PROTECTED]> wrote: > On Fri, May 28, 2004 at 03:05:53PM +0300, Victoria Reznichenko wrote: > > Josef Karthauser <[EMAIL PROTECTED]> wrote: > > > In the old days of mysql (version 3.x) the mysqldump command would > > > produce one tex

Re: Changing Password on Latest MySQL, etc

2004-05-28 Thread Victoria Reznichenko
d password when you set a new one: mysqladmin -uuser_name -pold_password password "new_password" -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_

Re: A Request from a Software Programmer

2004-05-28 Thread Victoria Reznichenko
l.socket' (2) > > pl reply to this mail and solve my prob. > Is MySQL server running? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/

Re: mysqldump format.

2004-05-28 Thread Victoria Reznichenko
e --skip-extended-insert or --skip-opt options of mysqldump. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / //

Re: Changing Password on Latest MySQL, etc

2004-05-27 Thread Victoria Reznichenko
? > Newbie here. I'd like to know how to make Mysql secure & more efficient. > Install MySQL-client package. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___

Re: error restoring and dumping

2004-05-27 Thread Victoria Reznichenko
d in MySQL: http://dev.mysql.com/doc/mysql/en/Reserved_words.html Use backticks to quote column names: `option`. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ /

Re: Backing up InnoDB MySQL DB

2004-05-26 Thread Victoria Reznichenko
upport contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\

Re: MySQL and Turkish

2004-05-26 Thread Victoria Reznichenko
the my.cnf: [mysqld] default-character-set=latin5 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \

Re: 4.0.20 WINDOWS VERSION

2004-05-24 Thread Victoria Reznichenko
http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

Re: Select statement returning to many answers

2004-05-24 Thread Victoria Reznichenko
.x.x errornous? > You got in the result set cartesian product of cd_batch and cd_donor tables. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ /

Re: R: R: R: R: query string too long?

2004-05-21 Thread Victoria Reznichenko
l be out next week. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]

Re: R: R: R: query string too long?

2004-05-21 Thread Victoria Reznichenko
ySQL server. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / /

Re: [Re: Re: set wait_timeout]

2004-05-21 Thread Victoria Reznichenko
active when it > runs with the "-e" parameter) > -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: R: R: query string too long?

2004-05-21 Thread Victoria Reznichenko
http://dev.mysql.com/doc/mysql/en/Installing_source_tree.html or wait when binaries will be available. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __

Re: set wait_timeout

2004-05-20 Thread Victoria Reznichenko
default. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\__

Re: R: query string too long?

2004-05-20 Thread Victoria Reznichenko
rt contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.

Re: query string too long?

2004-05-19 Thread Victoria Reznichenko
l crashes. > > I started mysql with --max_allowed_packet=100M, but nothing changes: it > keeps crashing. > > Should I change a variable? Which? > Could you provide structure of tables and some data for testing? -- For technical support contracts, goto https://order.

Re: Fully compliant GIS

2004-05-19 Thread Victoria Reznichenko
sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: help uploading

2004-05-19 Thread Victoria Reznichenko
can't see any errors. > How did you try to upload data? Which statement did you use? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |

Re: Enforcing integrity of Foreign Keys

2004-05-18 Thread Victoria Reznichenko
com/doc/mysql/en/InnoDB_in_MySQL_3.23.html Note: ON UPDATE CASCADE is supported from version 4.0.8. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /

Re: InnoDB case sensitive collation

2004-05-18 Thread Victoria Reznichenko
rder.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.c

Re: Problem with INTO OUTFILE

2004-05-18 Thread Victoria Reznichenko
o https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.co

Re: MySQL Privileges

2004-05-17 Thread Victoria Reznichenko
use mysql > ERROR 1044 (42000): Access denied for user: 'fabackup'@'localhost' to > database 'mysql' > mysql> > > Am I doing something wrong here, or this is a bug. I've searched bug > database, but could not find this reported. Any help will b

Re: INSERT table1 SET col1 = table2.col1

2004-05-17 Thread Victoria Reznichenko
https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ w

Re: Enforcing integrity of Foreign Keys

2004-05-17 Thread Victoria Reznichenko
ysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list arch

Re: Filling column

2004-05-12 Thread Victoria Reznichenko
-- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_

Re: Foreign Key Renaming Problem

2004-05-12 Thread Victoria Reznichenko
ou should drop foreign key constraint first. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [E

Re: Blocking Selects with LOCK TABLES

2004-05-10 Thread Victoria Reznichenko
InnoDB table, if that matters. Looks like it's a query cache issue. In this case you get result from the cache. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ /

Re: MySQL 4.0.15 : Foreign Key - ERROR 1005 (errno: 150)

2004-05-06 Thread Victoria Reznichenko
something that I'm missing here with regards to my FK > specification ? > Worked fine for me on both 4.0.15 and 4.0.18. Check error message with SHOW INNODB STATUS command. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita

Re: Export query to text file ***[SPAM]*** **SPAM HTMLM**

2004-05-06 Thread Victoria Reznichenko
+ 1 row in set (0.01 sec) mysql> notee; Outfile disabled. mysql> -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenk

Re: 'drop database' failing silently?

2004-05-05 Thread Victoria Reznichenko
r. > > If anyone can give any hints as to what I should've done, or what went > might've gone wrong at the time, I'd be grateful. > Are there any non-mysql files in the directory of the database 'mis'? -- For technical support con

Re: InnoDB - Foreign Key - Error 150.

2004-05-05 Thread Victoria Reznichenko
.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list ar

Re: Access denied for user: 'root@localhost'

2004-05-05 Thread Victoria Reznichenko
s, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com

Re: InnoDB - Foreign Key - Error 150.

2004-05-04 Thread Victoria Reznichenko
er.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL Gener

Re: Documentation on character sets for version 4.0.17

2004-05-04 Thread Victoria Reznichenko
support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.ne

Re: problem (bug?) with LOCATE(substr,str,pos)

2004-05-03 Thread Victoria Reznichenko
gt; ERW is a mediumint(8) unsigned not null > Could you create a test case? I wasn't able to repeat it with my test data. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/

Re: Create a table from SHOW TABLE STATUS ?

2004-04-30 Thread Victoria Reznichenko
mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com

Re: Replication and Grants nightmare

2004-04-30 Thread Victoria Reznichenko
mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> show grants for replica@'B'; +---+ | Grants for [EMAIL PROTECTED] | +

Re: [client] var not working

2004-04-29 Thread Victoria Reznichenko
t; SET FOREIGN_KEY_CHECKS = 0; mysql> SOURCE dump_file.sql; mysql> SET FOREIGN_KEY_CHECKS = 1; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __

Re: Restoring a db with RI enforced

2004-04-29 Thread Victoria Reznichenko
upport contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.

Re: The MySQL Replication...

2004-04-28 Thread Victoria Reznichenko
option. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___

Re: update if insert fails

2004-04-23 Thread Victoria Reznichenko
.html http://dev.mysql.com/doc/mysql/en/INSERT.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Vi

Re: Restore problem between MySQL on Win32 and MySQL on Linux?

2004-04-23 Thread Victoria Reznichenko
quote-names) option of mysqldump. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PR

Re: Re-Read My.cnf

2004-04-22 Thread Victoria Reznichenko
ysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --

Re: Possible to join in a count(*)

2004-04-22 Thread Victoria Reznichenko
---+--+ > > Is this possible? > Sure. SELECT relid, count(*) from table1, table2 WHERE table1.id=table2.relid GROUP BY relid; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net

Re: grant problem!!!

2004-04-21 Thread Victoria Reznichenko
#x27; > > dont know what to do:( confused > You are connected as anonymous user. Use -u option of mysql client to specify username and connect to the MySQL server as a root: mysql -uroot -- For technical support contracts, goto https://order.

Re: query help [resend]

2004-04-21 Thread Victoria Reznichenko
y_table.book_id IS NULL; http://dev.mysql.com/doc/mysql/en/Rewriting_subqueries.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria

Re: Server Perf Increase

2004-04-21 Thread Victoria Reznichenko
com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.co

Re: ERROR ON INSERT DATA FROM FILE

2004-04-21 Thread Victoria Reznichenko
QL version > > I feel there must be a simple explanation > LOAD DATA LOCAL should be enabled for client and for the server: http://dev.mysql.com/doc/mysql/en/LOAD_DATA_LOCAL.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This e

Re: MySQL and Unicode

2004-04-20 Thread Victoria Reznichenko
unicode data and retrieve it. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]

Re: when 4.1.2 release

2004-04-19 Thread Victoria Reznichenko
/www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To un

Re: HIGH_PRIORITY with UNION

2004-04-19 Thread Victoria Reznichenko
ct in queries with UNION. Thank you for bug report! -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__

Re: column name contains #

2004-04-19 Thread Victoria Reznichenko
ts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.m

Re: foreign keys help

2004-04-17 Thread Victoria Reznichenko
means that MySQL server was configured without InnoDB support. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznic

Re: access denied when using load data infile

2004-04-17 Thread Victoria Reznichenko
>.Execute ("TRUNCATE TABLE `sportstaette` ") > >.Execute ("LOAD Data infile '" & ThisWorkbook.Path & "\angebot.csv' > into table angebot") > > -- For technical support contracts, goto https://order.mysql.com/?ref=en

Re: foreign keys help

2004-04-16 Thread Victoria Reznichenko
acts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net &l

Re: international LIKE in 4.1.1-alpha

2004-04-15 Thread Victoria Reznichenko
//dev.mysql.com/doc/mysql/en/Installing_source_tree.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/

Re: international LIKE in 4.1.1-alpha

2004-04-15 Thread Victoria Reznichenko
connection=cp1251 > character_set_results=cp1251 > I was able to repeat it on 4.1.1 but your example worked fine on 4.1.2. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ /

Re: foreign keys help

2004-04-15 Thread Victoria Reznichenko
cause your tables are not InnoDB. Check if InnoDB is enabled: SHOW VARIABLES LIKE "have_innodb"; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |

Re: permissions of ordinary users?

2004-04-15 Thread Victoria Reznichenko
//order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -

Re: MySQL Timeout Question

2004-04-15 Thread Victoria Reznichenko
mysql/en/Server_system_variables.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PRO

Re: REPLACE query

2004-04-14 Thread Victoria Reznichenko
as to >> why this would be >> > causing a duplicate key error? >> > >> >> Works fine for me. The above CREATE TABLE statement >> has some syntax errors. What exactly does CREATE >> TABLE look like? >> What version of MySQL do you use? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: description of a field on mysql

2004-04-14 Thread Victoria Reznichenko
t; in microsoft office, sql. >From version 4.1. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\

Re: REPLACE query

2004-04-14 Thread Victoria Reznichenko
rors. What exactly does CREATE TABLE look like? What version of MySQL do you use? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenk

Re: Arabic character set support in mysql

2004-04-14 Thread Victoria Reznichenko
nsita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://li

Re: I cant run mysql

2004-04-14 Thread Victoria Reznichenko
/order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.

Re: syntax error on create

2004-04-12 Thread Victoria Reznichenko
gt; Can anyone explain why this is happening ??? > MySQL has a function with name POSITION. You should quote table name with backticks (i.e. REFERENCES `position`(`id`) ..) or add space between table name and bracket (i.e. REFERENCES position (id) .. ) -- For technical support contracts, g

Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
se. >> (/usr/local/mysql-3.23.58-pc-linux-i686/data/mysql). If no, run >> mysql_install_db script to install these tables. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __

Re: mysql scripting

2004-04-09 Thread Victoria Reznichenko
il is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list

Re: Problem while starting mysql daemon

2004-04-09 Thread Victoria Reznichenko
//order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysq

Re: Please HELP !!! Can not restart server

2004-04-08 Thread Victoria Reznichenko
s you must run mysql_install_db script. Otherwise check permissions on the MySQL data dir. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/

Re: FULLTEXT search in form of MATCH...AGAINST

2004-04-08 Thread Victoria Reznichenko
FULLTEXT indexes and on none of them can I get > this syntax to work. What's up? Because 'following' is a stopword. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __

Re: error with loading table structure and data from a script file

2004-04-08 Thread Victoria Reznichenko
\mysql, you should run C:\mysql\bin> mysql -u root -p databasename < file.sql You can also execute SQL script file with mysql command source (\.) > Victoria Reznichenko <[EMAIL PROTECTED]> wrote: b> b wrote: >> >> Hi, >> >> I'm using mySQL 4.1.18 on W

Re: error with loading table structure and data from a script file

2004-04-08 Thread Victoria Reznichenko
ail is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing

Re: MS 2000 Advance Server

2004-04-08 Thread Victoria Reznichenko
s email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List

Re: Replication error

2004-04-05 Thread Victoria Reznichenko
---+ > 1 row in set (0.00 sec) > > Did you put replication option to the my.cnf or use CHANGE MASTER TO command to configure your slave? -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.ne

Re: Binlog strangeness?

2004-04-05 Thread Victoria Reznichenko
rt contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net

Re: Replication between different database names

2004-04-02 Thread Victoria Reznichenko
port contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ M

Re: query-cavhe questions revisited

2004-04-02 Thread Victoria Reznichenko
ffer_size space. Right? query_cache_size isn't related to the key_buffer_size. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichen

Re: Calculation in a mysql column

2004-04-02 Thread Victoria Reznichenko
time * rate No. Default values must be constant. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenk

Re: ERROR ON FOREIGN KEY ON WINDOWS 2000 WITH MYSQL 4.0.18

2004-03-30 Thread Victoria Reznichenko
ll it is ok. > Thank you for report! Entered to the bug database as: http://bugs.mysql.com/bug.php?id=3332 -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __

Re: replicating only certain tables?

2004-03-30 Thread Victoria Reznichenko
der.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ ww

Re: Drop all keys / indexes on a table?

2004-03-30 Thread Victoria Reznichenko
ame2, .. , DROP INDEX index_nameN; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTE

Re: interesting....BUG? COMMENTS?

2004-03-29 Thread Victoria Reznichenko
ork and > returned me the most records > My server is a Mac OS 10.2 and the Mysql version is "server version: > 4.0.16" > > Any ideas? > -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita

Re: mysql.user does not reflect privileges granted correctly?

2004-03-25 Thread Victoria Reznichenko
ivilege: GRANT FILE ON *.* TO 'ltmuser'@'localhost' IDENTIFIED BY 'secret'; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko

Re: mysql.user does not reflect privileges granted correctly?

2004-03-25 Thread Victoria Reznichenko
fields terminated by '\t'; > ERROR 1045: Access denied for user: 'ltmuser'@'localhost' (Using password: > YES) > > What privileges are needed for doing 'load data infile'? You must have FILE privilege. > > I can i

Re: MySQl prints only first 1032 character in output line

2004-03-25 Thread Victoria Reznichenko
gowthaman ramasamy <[EMAIL PROTECTED]> wrote: > On Thu, 2004-03-25 at 21:23, Victoria Reznichenko wrote: > thank you dear victoria > it says 1024. How can i increase it?. Use SET command. For example: SET @@global.group_concat_max_len=5000; or SET @@session.group

Re: MySQl prints only first 1032 character in output line

2004-03-25 Thread Victoria Reznichenko
ue of group_concat_max_len system variable: SELECT @@session.group_concat_max_len; -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/

Re: Strange behavior, Table Level Permission

2004-03-24 Thread Victoria Reznichenko
Udbhav Shah <[EMAIL PROTECTED]> wrote: > Dear Victoria Reznichenko, > > Thanks for reply. > > Could you tell me from where I can get patch to fix > this bug. > or I have to use Mysql 4.0/Mysql 5.0 > You can install latest available version, including the bugfix

Re: Please help with this: ERROR 1047: Unknown command

2004-03-24 Thread Victoria Reznichenko
sita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing

Re: SHOW_DATABASES / safe-show-database question

2004-03-24 Thread Victoria Reznichenko
o allow users to list ONLY the > databases they have permissions on? > Don't give user SHOW DATABASES privilege. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ _

  1   2   3   4   5   6   7   8   9   10   >