Re: MyISAM Repair table problem

2011-05-18 Thread Suresh Kuna
The index file will rebuild by using the above command. On Thu, May 19, 2011 at 11:16 AM, Ramesh wrote: > Is that index and all will be fine in that table, or have to create again? > > On 19 May 2011 11:11, Ramesh wrote: > >> >> Lost all the records once i done the repair table with use_frm. >>

Re: MyISAM Repair table problem

2011-05-18 Thread Ramesh
Is that index and all will be fine in that table, or have to create again? On 19 May 2011 11:11, Ramesh wrote: > > Lost all the records once i done the repair table with use_frm. > > On 19 May 2011 10:30, Suresh Kuna wrote: > >> Run this - repair table SystemEvents use_frm ; >> >> >> On Thu, Ma

Re: MyISAM Repair table problem

2011-05-18 Thread Suresh Kuna
Can you paste the table files in the datadir and the execution part of the below query. On Thu, May 19, 2011 at 11:11 AM, Ramesh wrote: > > Lost all the records once i done the repair table with use_frm. > > On 19 May 2011 10:30, Suresh Kuna wrote: > >> Run this - repair table SystemEvents use_

Re: MyISAM Repair table problem

2011-05-18 Thread Ramesh
Lost all the records once i done the repair table with use_frm. On 19 May 2011 10:30, Suresh Kuna wrote: > Run this - repair table SystemEvents use_frm ; > > > On Thu, May 19, 2011 at 10:24 AM, Ramesh wrote: > >> mysql> repair table SystemEvents.frm; >> >> +--++-

Re: MyISAM Repair table problem

2011-05-18 Thread Suresh Kuna
Run this - repair table SystemEvents use_frm ; On Thu, May 19, 2011 at 10:24 AM, Ramesh wrote: > mysql> repair table SystemEvents.frm; > > +--++--++ > | Table| Op | Msg_type | > Msg_text

Re: MyISAM Repair table problem

2011-05-18 Thread Ramesh
mysql> repair table SystemEvents.frm; +--++--++ | Table| Op | Msg_type | Msg_text | +--++--++ | SysEvents.frm

Re: MyISAM Repair table problem

2011-05-18 Thread Suresh Kuna
use repair table table_name use_frm ; and try it out. It needs to be run inside mysql. On Thu, May 19, 2011 at 9:30 AM, Ramesh wrote: > Hi, > > I am trying to repair the table and i got this error > > I tried with myisamchk --rq --tmpdir= /var/lib/mysql/tablog/TabEvents.MYI > > [root@uidsyslo

MyISAM Repair table problem

2011-05-18 Thread Ramesh
Hi, I am trying to repair the table and i got this error I tried with myisamchk --rq --tmpdir= /var/lib/mysql/tablog/TabEvents.MYI [root@uidsyslog001 mysql]# myisamchk --rq --tmpdir=/var/lib/mysql /var/lib/mysql/tablog/TabEvents.MYI check record delete-chain - recovering (with sort) MyISAM-tabl

RE: DB/table problem

2009-09-10 Thread Gavin Towey
nes. Regards, Gavin Towey -Original Message- From: tly...@sitehelp.org [mailto:tly...@sitehelp.org] On Behalf Of Todd Lyons Sent: Thursday, September 10, 2009 3:44 PM To: Gavin Towey Cc: mysql@lists.mysql.com Subject: Re: DB/table problem On Thu, Sep 10, 2009 at 2:49 PM, Gavin Towey wrote:

RE: DB/table problem

2009-09-10 Thread Gavin Towey
mysql@lists.mysql.com Subject: Re: DB/table problem OK, All I have then is a bunch of .frm files. Can I recover the data from the FRM files if I install mysql 5.0 without INNODB? Thanks, On Thu, Sep 10, 2009 at 2:49 PM, Gavin Towey mailto:gto...@ffn.com>> wrote: When using innodb, your data i

Re: DB/table problem

2009-09-10 Thread Néstor
ell. 4. Restart mysql > > Regards, > Gavin Towey > > -Original Message- > From: Néstor [mailto:rot...@gmail.com] > Sent: Thursday, September 10, 2009 11:28 AM > To: mysql@lists.mysql.com > Subject: DB/table problem > > I am running mysql 5.0 on a windows 20

Re: DB/table problem

2009-09-10 Thread Todd Lyons
On Thu, Sep 10, 2009 at 2:49 PM, Gavin Towey wrote: > When using innodb, your data is stored in the data/ibdata* files.  Copying > the database directory is not a valid backup. > > In the future, I would suggest using mysqldump.  However if you want to make > a file-system copy backup with innod

RE: DB/table problem

2009-09-10 Thread Gavin Towey
the data directory 3. Store a copy of your my.ini with the backup as well. 4. Restart mysql Regards, Gavin Towey -Original Message- From: Néstor [mailto:rot...@gmail.com] Sent: Thursday, September 10, 2009 11:28 AM To: mysql@lists.mysql.com Subject: DB/table problem I am running mysql

DB/table problem

2009-09-10 Thread Néstor
I am running mysql 5.0 on a windows 2003 host with php and apache I am trying to restore a database from 08/28/2009. The backup is done by windows and all I do is copy the "data/scroller612" folder to the DATA folder in the MYSQL directory. when I restore/copy it I get the following errors my .e

Re: Table problem

2009-07-09 Thread Zakai Kinan
fraid that when the table gets to that size it is going to crapped out again. Is there anything that I may not be taking into consideration. Thanks, ZK --- On Thu, 7/9/09, kabel wrote: > From: kabel > Subject: Re: Table problem > To: mysql@lists.mysql.com > Date: Thursday, Ju

RE: Table problem

2009-07-09 Thread Martin Gainty
et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: li...@voidship.net > To: mysql@lists.mysql.com > Subject: Re: T

Re: Table problem

2009-07-09 Thread kabel
On Thursday 09 July 2009 01:56:37 pm Zakai Kinan wrote: > I have been getting this error on a database: Incorrect key file for > table '/tmp/#sql_a99_0.MYI'; try to repair it. How do I know which table > is causing this error? > > > TIA, > > ZK You could be running out of space on your temp pa

Table problem

2009-07-09 Thread Zakai Kinan
I have been getting this error on a database: Incorrect key file for table '/tmp/#sql_a99_0.MYI'; try to repair it. How do I know which table is causing this error? TIA, ZK -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://l

RE: Strange table problem

2006-12-15 Thread Ruan
LOL - Now I feel silly. Thanks that worked. R -Original Message- From: mos [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 5:37 PM To: mysql@lists.mysql.com Cc: mysql@lists.mysql.com Subject: RE: Strange table problem At 03:44 AM 12/15/2006, Ruan wrote: >Hi, > >

RE: Strange table problem

2006-12-15 Thread mos
At 03:44 AM 12/15/2006, Ruan wrote: Hi, The dump revealed this: + | View | Create View | test | CREATE ALGORITHM=UNDEFINED [EMAIL PROTECTED] SQL SECURITY DEFINER VIEW `test` AS select `beta_users`.`user_id` AS `user_id`,`b

RE: Strange table problem

2006-12-15 Thread Ruan
PROTECTED] Sent: Friday, December 15, 2006 10:43 AM To: Ruan Cc: mysql@lists.mysql.com Subject: Re: Strange table problem I dont think product_beta.test is a table...It seems to be a view.. what is the create statement for it.. show create table product_beta.test; ??? -Lakshmi Ruan wrote: >Hi everyb

Re: Strange table problem

2006-12-15 Thread Lakshmi M P
I dont think product_beta.test is a table...It seems to be a view.. what is the create statement for it.. show create table product_beta.test; ??? -Lakshmi Ruan wrote: Hi everybody, I have a very strange table problem - a table was created in one of our databases, but I can't seem to

Strange table problem

2006-12-14 Thread Ruan
Hi everybody, I have a very strange table problem - a table was created in one of our databases, but I can't seem to drop it. I tried with phpmyadmin and with mysql from command-line. If I try to view it I receive this error: View 'product_beta.test' references inva

Re: MERGE table problem

2006-08-24 Thread Chris
Eric Anderson wrote: I've got a master (Master) with a MERGE table of foo_t (comprising of bar_a, bar_b, bar_c) in database 'Igloo'. There are 5 slaves that replicate the Igloo table, but ignore the Igloo.foo_t table. This setup was working fine. If the Master server crashed or had a prb

MERGE table problem

2006-08-24 Thread Eric Anderson
I've got a master (Master) with a MERGE table of foo_t (comprising of bar_a, bar_b, bar_c) in database 'Igloo'. There are 5 slaves that replicate the Igloo table, but ignore the Igloo.foo_t table. This setup was working fine. If the Master server crashed or had a prblem for some reason, I

Repairing table problem

2006-06-08 Thread Ian Barnes
Hi, When I try to repair a database that has been marked as crashed, I get the following error: | db.table | repair | info | Key 1 - Found wrong stored record at 885548 | | db.table | repair | error| Not enough memory for blob at 885648 (need 842150190) | | db.table | repair | inf

Re: Drop Table Problem

2005-09-28 Thread Eric Bergen
Try running a flush tables in mysql to make sure that mysqld knows about all the tables on disk. xtcsuk wrote: Running the command: Drop table if exists table1 complaints of table1 does not exist (Error: 1051). However, if table1 is swapped with another table, irrespective of its existence it

Drop Table Problem

2005-09-19 Thread xtcsuk
Running the command: Drop table if exists table1 complaints of table1 does not exist (Error: 1051). However, if table1 is swapped with another table, irrespective of its existence it works just fine. Running a Show Table command lists table1 as an existing table and trying to create table1 complai

Re: Recursive category table problem (whatever you define it). Help!

2005-02-08 Thread Peter Brawley
There are lots of ways to do this, from simple (lookup table and bridge table) to more complex (eg dynamic trees of nodes and edges). You'll likely have to experiment to find the solution that performs best in your context. Often simple is best. Here's a simple representation I used for a movie

Recursive category table problem (whatever you define it). Help!

2005-02-08 Thread symbulos partners
Dear friend, I am classifying some items. The items will be stored in a large MySQL database (probably InnoDB engine). At storage time, we would like to append a series of descriptive categories to the item, in order to facilitate "friendly", very flexible searches later. For instance item A

corrupt table problem with snort, mysql, acid and ssh setup

2005-01-27 Thread VAUGHAN MOSELEY
I'm remotely administering a fedora 2 snort box via ssh. running snort with snort -c /etc.snort/snort.conf is fine - that is everything is logged to tables and shows in acid. But if i leave it running for over about a minute it buggers up. I lose my ssh and acid/apache service. I then have to get

R: R: connectorJ & huge table problem

2004-06-24 Thread Leonardo Francalanci
> Leonardo, > > Earlier you said that a statement without a parameter ('?') works, but > one with a parameter doesn't. > > In both cases, are you still using a PreparedStatement? > > -Mark > yes, it is always a preparedstatement. If you need more details (or you want me to try something

Re: R: connectorJ & huge table problem

2004-06-22 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo Francalanci wrote: >> What happens if you use a nightly snapshot of Connector/J from >> http://downloads.mysql.com/snapshots.php? > > I tried, but I still have the same problem: > > java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsExcept

Re: R: R: connectorJ & huge table problem

2004-06-22 Thread Fagyal, Csongor
Richard F. Rebel wrote: Next time you come over, maybe you can help hold him or take the shot. He's such a pain to take pictures of, he walks right up to the camera. Yeah, I also have problems taking snapshots of my cat... use FEL to pre-flash so he won't blink when you take the actual pictur

Re: R: R: R: connectorJ & huge table problem

2004-06-22 Thread SGreen
tel.ie> Fax to: Subject: R: R: R: connectorJ & huge ta

R: R: R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> Next time you come over, maybe you can help hold him or take the shot. > He's such a pain to take pictures of, he walks right up to the camera. Mmmh... my English is very bad... I can't understand... is it a joke or just a mistake? -- MySQL General Mailing List For list archives: http://lis

Re: R: R: connectorJ & huge table problem

2004-06-22 Thread Richard F. Rebel
Next time you come over, maybe you can help hold him or take the shot. He's such a pain to take pictures of, he walks right up to the camera. On Tue, 2004-06-22 at 09:50, Leonardo Francalanci wrote: > > It looks as if you are being over-complex anyway. Isn't what you want > > > > SELECT * FROM

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> What happens if you use a nightly snapshot of Connector/J from > http://downloads.mysql.com/snapshots.php? I tried, but I still have the same problem: java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: 6 at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPrepa

R: R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> It looks as if you are being over-complex anyway. Isn't what you want > > SELECT * FROM PARTITIONED_B ORDER BY RAND() LIMIT 1 ; > > which picks a single random record. No, I have to know which is the ID I pick before doing the select (because I splitted my data, and when I access the splitted

Re: R: connectorJ & huge table problem

2004-06-22 Thread Alec . Cawley
"Leonardo Francalanci" <[EMAIL PROTECTED]> wrote on 22/06/2004 14:26:54: > > A non-streaming connection will place the resultset in memory. With large > > tables you can run out of memory and the application will stop. > > > I get only 1 record per time (accessing by key), so I don't think >

Re: connectorJ & huge table problem

2004-06-22 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo Francalanci wrote: > I have a large table (64,000,000 rows). > Everything was fine when the table was 16,000,000 rows, > now connectorJ crashes: > > java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: 6 > at > com.mysql.jdb

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
rt a bug in a couple of days... > -Messaggio originale- > Da: Leonardo Francalanci [mailto:[EMAIL PROTECTED] > Inviato: martedì 22 giugno 2004 15.09 > A: Mysql > Oggetto: R: connectorJ & huge table problem > > > I have also weird results: > I access data

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> A non-streaming connection will place the resultset in memory. With large > tables you can run out of memory and the application will stop. I get only 1 record per time (accessing by key), so I don't think it could be an issue. Thank you anyway! -- MySQL General Mailing List For list archi

RE: connectorJ & huge table problem

2004-06-22 Thread Victor Pendleton
was non streaming. -Original Message- From: Leonardo Francalanci To: 'Mysql ' Sent: 6/22/04 7:55 AM Subject: R: connectorJ & huge table problem > Are you using a streaming connection? ehm... how do I know? My conn string is jdbc:mysql://192.168.0.253:3000/LETSPARTY1?

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> Dude. I wouldn't post your server ip here. ouch. Well, it's a LAN address! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: connectorJ & huge table problem

2004-06-22 Thread Paul McNeil
2004 8:55 AM To: 'Mysql ' Subject: R: connectorJ & huge table problem > Are you using a streaming connection? ehm... how do I know? My conn string is jdbc:mysql://192.168.0.253:3000/LETSPARTY1?autoReconnect=yes where 192.168.0.253 is a machine on my LAN... -- MySQL Ge

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
i [mailto:[EMAIL PROTECTED] > Inviato: martedì 22 giugno 2004 14.43 > A: Mysql > Oggetto: connectorJ & huge table problem > > > I have a large table (64,000,000 rows). > Everything was fine when the table was 16,000,000 rows, > now connectorJ crashes: > > java.s

R: connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
> Are you using a streaming connection? ehm... how do I know? My conn string is jdbc:mysql://192.168.0.253:3000/LETSPARTY1?autoReconnect=yes where 192.168.0.253 is a machine on my LAN... -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://

RE: connectorJ & huge table problem

2004-06-22 Thread Victor Pendleton
Are you using a streaming connection? -Original Message- From: Leonardo Francalanci To: Mysql Sent: 6/22/04 7:43 AM Subject: connectorJ & huge table problem I have a large table (64,000,000 rows). Everything was fine when the table was 16,000,000 rows, now connectorJ cra

connectorJ & huge table problem

2004-06-22 Thread Leonardo Francalanci
I have a large table (64,000,000 rows). Everything was fine when the table was 16,000,000 rows, now connectorJ crashes: java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: 6 at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStateme nt.java:908) at

"MERGE Table Problem"

2004-06-11 Thread Michael Arndt
Hello * reproducable Problem: Content of UNION: logs_20040608,logs_20040609,logs_20040611,logs_20040612,logs_20040613,logs_20040614, logs_20040615 results: 0E0 DBD::mysql::db do failed: Can't open file: '#sql-13c1_12.MRG'. (errno: 144) at /usr/local/sbin/new_MERGE_table.pl line 276. Unable to

Temporary Table Problem - Help

2003-08-14 Thread Miretsky, Anya
Hi, I'm running mysql version 4.0.13 and trying to create a temporary table from a php script. For some reason, even though I have the permission set up correctly, I can't seem to create a temporary table from the script. The permission say that create_tmp_table_priv=Y for the user in my connectio

Re: Temporary Table Problem - Help

2003-08-14 Thread Jackson Miller
I am ausuming you are using the same user from both PHP and the mysql client. But are you doing both locally? There may be two user records, one for localhost and one for remote connections (or something to that effect). Just a thought. -Jackson On Monday 11 August 2003 1:52, Miretsky, Anya

Re: Temporary Table Problem - Help

2003-08-14 Thread Victoria Reznichenko
"Miretsky, Anya" <[EMAIL PROTECTED]> wrote: > > I'm running mysql version 4.0.13 and trying to create a temporary table > from a php script. For some reason, even though I have the permission > set up correctly, I can't seem to create a temporary table from the > script. The permission say that cr

Re: Create Temporary Table problem

2003-07-09 Thread Phil Bitis
> > Further to this, I should point out everything works fine in mysql-front > > or at the mysql console. > > > > The problem shows up when using mysql++, a BadQuery exception is thrown. > > > > query.reset(); > > query << "CREATE TEMPORARY TABLE " << sTemporary << " TYPE=HEAP > >

Re: Create Temporary Table problem

2003-07-09 Thread Phil Bitis
; " TYPE=HEAP MAX_ROWS=1 " << subselect; try { query.parse(); query.execute(); } - Original Message - From: "Phil Bitis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 12:41 PM Subj

Create Temporary Table problem

2003-07-09 Thread Phil Bitis
As a way of getting around the lack of subselect (I'm aware this is coming soon) we're parsing sql queries, running subselects and storing their results in a temporary table and replacing the subselect in the sql with the temporary table name. This has been working fine, but on upgrading to v4.0.1

Re: CREATE TABLE problem ..

2003-07-07 Thread Nils Valentin
2003年 7月 7日 月曜日 18:02、Rafal Kedziorski さんは書きました: > At 17:58 07.07.2003 +0900, Nils Valentin wrote: > >2003å¹´ 7月 7æ—¥ 月曜日 17:43、Rafal Kedziorski さんは書きました: > > > hi, > > > > > > I'm porting an PostgreSQL script to MySQL. I get an error: > > > > > > Can't create table '.\m

Re: CREATE TABLE problem ..

2003-07-07 Thread Rafal Kedziorski
At 17:58 07.07.2003 +0900, Nils Valentin wrote: 2003年 7月 7日 月曜日 17:43、Rafal Kedziorski さんは書きました: > hi, > > I'm porting an PostgreSQL script to MySQL. I get an error: > > Can't create table '.\mmcms\mandant.frm' (errno: 150) > > for this tables: > > CREATE TABLE `firm` ( >`firm_id` SMALLINT

Re: CREATE TABLE problem ..

2003-07-07 Thread Nils Valentin
2003年 7月 7日 月曜日 17:43、Rafal Kedziorski さんは書きました: > hi, > > I'm porting an PostgreSQL script to MySQL. I get an error: > > Can't create table '.\mmcms\mandant.frm' (errno: 150) > > for this tables: > > CREATE TABLE `firm` ( >`firm_id` SMALLINT NOT NULL AUTO_INCREMENT, >`name`VARCHAR

Re: CREATE TABLE problem ..

2003-07-07 Thread Rafal Kedziorski
hi, I added two indexes in mandant table CREATE TABLE `mandant` ( `mandant_id`SMALLINT NOT NULL AUTO_INCREMENT, `firm_id` SMALLINT NOT NULL, `parent_id` SMALLINT, `name` VARCHAR (20) NOT NULL, `creation_date` TIMESTAMP NOT NULL, # PRIMARY KE

CREATE TABLE problem ..

2003-07-07 Thread Rafal Kedziorski
hi, I'm porting an PostgreSQL script to MySQL. I get an error: Can't create table '.\mmcms\mandant.frm' (errno: 150) for this tables: CREATE TABLE `firm` ( `firm_id` SMALLINT NOT NULL AUTO_INCREMENT, `name`VARCHAR (40) NOT NULL, # PRIMARY KEY (`firm_id`) ) TYPE=InnoDB; CREATE

Strange Temporary Table Problem.

2003-02-28 Thread Kenneth Stifle
Hello everyone, I am running MySQL version 3.23.52 on Mandrake 9.0 and access it from a web application running on IIS on Win 4.0 Service pack 6a with MyODBC version 2.50.39. The problem I am having is when I create a temporary table and then query the temporary table I get a Table doesn’t exist

Innodb, lock and create table ...,Select * from table Problem

2002-11-05 Thread Thomas Gusenleitner
HI! I hope someone can help me with the following problem. i have a table A type innoDB THREAD 1 makes following query's: SET AUTOCOMMIT=0; SELECT * from table A where field1='value1' FOR UPDATE; and now comes a new THREAD 2 while THREAD 1 is still holding the row lock on Table A THREAD 2 mak

Re: Alter table problem

2002-06-18 Thread Heikki Tuuri
Heikki Tuuri" <[EMAIL PROTECTED]> Sent: Wednesday, June 19, 2002 12:37 AM Subject: Re: Alter table problem > > Ferdek, > > > > what character set you have specified in my.cnf? I tested your script with > > latin1 (the default) and 3.23.52, and it seemed to work witho

Re: Alter table problem

2002-06-18 Thread Heikki Tuuri
Ferdek, what character set you have specified in my.cnf? I tested your script with latin1 (the default) and 3.23.52, and it seemed to work without errors. For example, for the table reklamacja you see below it created the 3 foreign key constraints. Can you provide a simple repeatable test case

Alter table problem

2002-06-18 Thread Ferdek
Hello everybody ! I just give up. Can somebody tell me, what I do wrong ? Here is script: CREATE DATABASE servcontrol; USE servcontrol; CREATE TABLE czesc ( id_czesci CHAR(100) NOT NULL, id_hurtowni TINYINT UNSIGNED NOT NULL, id_nazwy INT UNSIGNED NOT NULL, dokument SMALLINT UNSIGNED N

Re: recovering (with keycache) MyISAM-table problem

2002-01-09 Thread Carl Troein
[EMAIL PROTECTED] writes: > >Description: > Found block with too small length at 1928; Skipped > > >How-To-Repeat: There's no real point in sending bug reports that don't say anything about what's wrong or how to reproduce the error. That your table is corrupted could be because of a power out

recovering (with keycache) MyISAM-table problem

2002-01-09 Thread bor
>Description: myisamchk -foe /mail/torba/bucho - recovering (with keycache) MyISAM-table '/mail/torba/bucho.MYI' Data records: 66 Found block with too small length at 1928; Skipped Found block that points outside data file at 1320584 Found block that points outside data file at 1590764 Found blo

Re: Inno-DB, updating table problem

2001-08-26 Thread Ralph Graulich
>> the table becomes corrupted. Is this some limitation of inno DB or should I >> separate the UPDATE process in two separate UPDATE statements? >It's a known and confirmed bug that will be fixed in 3.23.42. There >was an announcement just posted about this a few minutes ago. Hi Jeremy, thanks

Re: Inno-DB, updating table problem

2001-08-26 Thread Jeremy Zawodny
On Sun, Aug 26, 2001 at 09:10:31PM +0200, Ralph Graulich wrote: > Hi, > > recently I converted a table containing a large amount of text > fields from myISAM to inno-DB and encountered a problem I can't help > with. The table structure consists of: > > textref_id INT(12) UNSIGNED >

Inno-DB, updating table problem

2001-08-26 Thread Ralph Graulich
Hi, recently I converted a table containing a large amount of text fields from myISAM to inno-DB and encountered a problem I can't help with. The table structure consists of: textref_id INT(12) UNSIGNED textref_cat_id INT(12) UNSIGNED textgroup_key CHAR(5) NOT NU

Re: DROP TABLE problem!

2001-05-31 Thread Miguel Angel Solórzano
At 12:37 31/05/2001 +0200, Vili Germic wrote: Hi! The issue mentioned is relative to the Windows security privileges. If the workstation connected or the local user doesn't has privileges to delete files on the /mysql tree, that error message is launches. Click over the MySQL folder icon with th

RE: DROP TABLE problem!

2001-05-31 Thread Simon Green
Just one thing I can think of.. Have you got GRANT privileges to drop DB? Simon -Original Message- From: Vili Germic [mailto:[EMAIL PROTECTED]] Sent: 31 May 2001 11:37 To: [EMAIL PROTECTED] Subject: DROP TABLE problem! Hello everybody, MySQL - 3.23.38 Win MyODBC - 2.50.37 I&#

DROP TABLE problem!

2001-05-31 Thread Vili Germic
Hello everybody, MySQL - 3.23.38 Win MyODBC - 2.50.37 I'm using MySQL on local machine with Win2000 plattform, using MyODBC(ver. 2.50.37) to connect to db trought ODBC. Things works well, except for dropping table. I'm using ODBC API in MS Visual C++ 6.0 to connect to ODBC. Trought SQL statement

User table problem

2001-04-02 Thread Siim Einfeldt aka Itpunk
Hi, I have a problem with mysql users. I can`t connect to database with any user when I use password. Eg, if from the command line I try to connect like mysql -h myhost -u myuser -p and then on the password line write my password, it gives permission denied... If I try to go in just without

IGNORE previous temporary table problem posting

2001-03-05 Thread WCBaker
Hi All! I just posted a note about having problems creating temporary tables. However, I JUST realized (and empirically verified) that my problem of not being able to create temporary tables is that I didn't use an ID with the CREATE permission enabled. I am a bonehead. Thanks again! Cheers!

Merge table problem.

2001-03-02 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello monty, Peter> I'm trying to use merge table for logging - to have a possibility to Peter> Rotate log files and to quickly delete old data - for this I'm goint Peter> to setup a number of merge tables where each co

Merge table problem.

2001-02-17 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello monty, Peter> I'm trying to use merge table for logging - to have a possibility to Peter> Rotate log files and to quickly delete old data - for this I'm goint Peter> to setup a number of merge tables where each co

Re: Merge table problem.

2001-02-17 Thread Fred van Engen
On Fri, Feb 16, 2001 at 05:58:27PM +0300, Peter Zaitsev wrote: > Hello monty, > > I'm trying to use merge table for logging - to have a possibility to > Rotate log files and to quickly delete old data - for this I'm goint > to setup a number of merge tables where each contains data for one

Merge table problem.

2001-02-16 Thread Peter Zaitsev
Hello monty, I'm trying to use merge table for logging - to have a possibility to Rotate log files and to quickly delete old data - for this I'm goint to setup a number of merge tables where each contains data for one day, and the inserts are done to the last table using real table name

Temporary Table problem

2001-01-27 Thread Matt Bailey
I'm using version 3.23.25, and am having trouble setting up a temporary table. I have the following permanent table already set up: bill_pay (pbid int (8) default '0' not null auto_increment, billdesc varchar(20), bpamount int(8), pbdate date, budgetid int(8), primary key (pbid), unique id (pbid

RE: Large Table Problem

2001-01-26 Thread Steven Roussey
Hi. You posted to the wrong list. This list is for developing of MySQL itself. As for your problem, MySQL does not have a good solution at this point. Have you tried using the BACKUP command? It will flush and lock the table and copy only the data and .frm files. A RESTORE will rebuild the index

Large Table Problem

2001-01-25 Thread Marius Wejman
Hello there, I was hoping you guys could help me with a little problem I'm having with MySQL. I'm trying to dump the contents of one field of a multi-field table to a text file. The table is on the large side (about 3 million rows). Whenever I run: SELECT rowname FROM table INTO OUTFILE somef

3.22.23 table problem

2001-01-20 Thread Michael Widenius
Hi! > "Goodman," == Goodman, Michael <[EMAIL PROTECTED]> writes: Goodman,> I'm not sure exactly what happened, but mysql was freezing everytime I tried Goodman,> to access a particular table...everytime I tried to select anything from it, Goodman,> alter it, drop it, whateverjust nothin

3.22.23 table problem

2001-01-19 Thread Goodman, Michael
I'm not sure exactly what happened, but mysql was freezing everytime I tried to access a particular table...everytime I tried to select anything from it, alter it, drop it, whateverjust nothing worked and mysql crashed. I ended up having to temporarily remove the table files, kill mysql and re