Re: Inquiry:MySql table data missing problem

2009-08-19 Thread Dan Nelson
In the last episode (Aug 20), hadi motamedi said: > Can you please do me favor and let me know what is wrong with my MySql db > installed on Linux server that causes to get the following error message : > "Fail to insert cdr:Can't open file: 'cdrFromMSC_06.MYD'. (errno: 145)" $ perror 145 MySQL e

Inquiry:MySql table data missing problem

2009-08-19 Thread hadi motamedi
Dear All Can you please do me favor and let me know what is wrong with my MySql db installed on Linux server that causes to get the following error message : "Fail to insert cdr:Can't open file: 'cdrFromMSC_06.MYD'. (errno: 145)" Your reply is highly appreciated Regards H.Motamedi

RE: How To Clean Old Table Data

2009-07-06 Thread Jerry Schwartz
>-Original Message- >From: OKAN ARI [mailto:okan...@aribem.com] >Sent: Monday, July 06, 2009 11:39 AM >To: Jerry Schwartz >Subject: Re: How To Clean Old Table Data > >Thank you Jerry Schwartz and Blog Tieng Viet, > >To Viet: Mysql server is up alt lease 1 ye

RE: How To Clean Old Table Data

2009-07-06 Thread Jerry Schwartz
>-Original Message- >From: Carlos Williams [mailto:carlosw...@gmail.com] >Sent: Monday, July 06, 2009 9:59 AM >To: mysql@lists.mysql.com >Subject: How To Clean Old Table Data > >I have an application that crates a users email info in MySQL every time >they login i

RE: How To Clean Old Table Data

2009-07-06 Thread Jerry Schwartz
>-Original Message- >From: Carlos Williams [mailto:carlosw...@gmail.com] >Sent: Monday, July 06, 2009 10:53 AM >To: mysql@lists.mysql.com >Subject: How To Clean Old Table Data > >I have an application that crates a users email info in MySQL every time >they lo

How To Clean Old Table Data

2009-07-06 Thread Carlos Williams
I have an application that crates a users email info in MySQL every time they login into the application. The only problem is once I remove their account from the application/Linux, their user data remains in the MySQL table and will eventually clutter the database. I don't know how I should or can

How To Clean Old Table Data

2009-07-06 Thread Carlos Williams
I have an application that crates a users email info in MySQL every time they login into the application. The only problem is once I remove their account from the application/Linux, their user data remains in the MySQL table and will eventually clutter the database. I don't know how I should or can

Re: Unable to Edit Table Data

2005-09-11 Thread Roger Baklund
Chris Spencer wrote: I'm on Fedora Core 4. When I right-click on a table in Mysql-administrator and choose "Edit table data" nothing happens, and I get this in the console: (mysql-administrator-bin:4628): glibmm-CRITICAL **: unhandled exception (type Glib::Error) in signal han

Unable to Edit Table Data

2005-09-11 Thread Chris Spencer
I'm on Fedora Core 4. When I right-click on a table in Mysql-administrator and choose "Edit table data" nothing happens, and I get this in the console: (mysql-administrator-bin:4628): glibmm-CRITICAL **: unhandled exception (type Glib::Error) in signal handler: domain: g-exec-e

Re: InnoDB table data

2004-07-06 Thread Sagara Wijetunga
; directory for InnoDB tables. It looks like InnoDB > > table data belongs to his database are not kept > under > > his database directory. Am I right? > > Right. InnoDB uses big single (or multiple) > tablespace for all data. > But you can also use different

Re: InnoDB table data

2004-07-06 Thread Egor Egorov
Sagara Wijetunga <[EMAIL PROTECTED]> wrote: > I can see his MyISAM *.frm, *.MYD and *.MYI are kept > under his database directory. > > But I can see only table.frm are in his database > directory for InnoDB tables. It looks like InnoDB > table data belongs to his dat

RE: InnoDB table data

2004-07-06 Thread Victor Pendleton
InnoDB data is kept in the ib* files. Did you explicitly create a directory for your innoDB files? -Original Message- From: Sagara Wijetunga To: [EMAIL PROTECTED] Sent: 7/6/04 8:16 AM Subject: InnoDB table data Hi all We allocate a limited amount of disk space for user's home dire

InnoDB table data

2004-07-06 Thread Sagara Wijetunga
nnoDB as well as MyISAM tables. I can see his MyISAM *.frm, *.MYD and *.MYI are kept under his database directory. But I can see only table.frm are in his database directory for InnoDB tables. It looks like InnoDB table data belongs to his database are not kept under his database directory. Am I

RE: Moving Bookmark Table Data

2004-01-13 Thread Mike Johnson
From: Michael B Allen [mailto:[EMAIL PROTECTED] > I'd like to move some bookmarks in one database to another. The format > of the Active PHP Bookmarks 'apb_bookmarks' table is (minorly > trucated): > > +--+--+--+-+-+ > ---+ > | Field

Moving Bookmark Table Data

2004-01-13 Thread Michael B Allen
I'd like to move some bookmarks in one database to another. The format of the Active PHP Bookmarks 'apb_bookmarks' table is (minorly trucated): +--+--+--+-+-+---+ | Field| Type | Null | Key | Default | Extra | +---

Re: Help! (Transfer of table data gone wrong)

2002-06-02 Thread Phillip Baker
Hold the phone - I've just realised that those tables 'missing' .ISM files are actually supposed to be MyISAM - (I have complete MYD and MYI files) - not ISAM (ISM, ISD) - how do I tell MySQL this is the case? TIA (Again) /Phil On Sun, 02 Jun 2002 21:28:17 +0100 "Phillip Baker" <[EMAIL PROTE

Help! (Transfer of table data gone wrong)

2002-06-02 Thread Phillip Baker
Hi, In haste to change some server hardware I copied the /var/lib/mysql directory directly assuming this would suffice in order to carry the data over. I'm pretty certain I stopped mysqld, but regardless I now seem to be missing nearly all the respective .ISM files for my databases. Now, I'm

Determining character set from table data

2002-04-27 Thread Matt Culbreth \(EIDMySql support\)
Hello, I am wondering if there is any way to determine the character set used for data in a table. For example, a single database has 10 tables, six with 'latin1' characters, two with 'cp1251' characters, and two with 'greek' characters. The character_set variable is set to 'latin1' on this dat

Re: bdb table data deleted

2002-02-01 Thread Sinisa Milivojevic
Hi! We shall investigate your test case as soon as we find some time. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus

bdb table data deleted

2002-01-31 Thread kalokl
>Description: Hi all, I'm not exactly sure whether this is a bug or that I'm just the following proper procedures for starting and stoping the database and flushing logs. But I do have repeatable test cases below.(terminal screen dumps) I'm using version 3.23.36 with BDB tables: Basically my da

RE: Viewing table data in a webpage using ASP

2001-12-03 Thread G r e g L a w r i e
uesday, 4 December 2001 7:49 > To: [EMAIL PROTECTED] > Subject: RE: Viewing table data in a webpage using ASP > > > Here is the connection code I use to view record information from a > table. I'm using Dreamweaver Ultradev 4 to help with some of the ba

RE: Viewing table data in a webpage using ASP

2001-12-03 Thread Todd Williamsen
Nick Boldt [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: RE: Viewing table data in a webpage using ASP Here is the connection code I use to view record information from a table. I'm using Dreamweaver Ultradev 4 to help with some of the basi

RE: Viewing table data in a webpage using ASP

2001-12-03 Thread Nick Boldt
Message- From: Christopher R. Jones [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 3:07 PM To: Nick Boldt Subject: Re: Viewing table data in a webpage using ASP If you have MyODBC installed and working you should be able to view the records. I have a number of WEB pages that displa

Viewing table data in a webpage using ASP

2001-12-03 Thread Nick Boldt
Hi, I'm trying to view the records of a table in on a webpage, but nothing is showing up. I can add records to the table from the page but cannot view, update or delete them. I'm using Windows 2000 and IIS 5.0 I'm new to MySql and would greatly appreciate any help anyone can give me. Nick Bol

Solved! The a href link to a table data problem

2001-07-25 Thread chip . wiegand
I posted a question a couple weeks back and received some half-dozen or so responses, thankyou. I also bought a mysql/php book, which also has helped. What I finally came up with (on my own no less) is the following - printf("* %s    %s   %s", $row["bulletin_subject"], $row["bulletin_date"], $row

Re: table data

2001-02-07 Thread Rolf Hopkins
SELECT * FROM table_name; This is explained in the manual, unless you want to use a GUI, then someone else on the list may be able to help you. - Original Message - From: "Marc Bragg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 10:

table data

2001-02-07 Thread Marc Bragg
what is the simplest command to view data from a table? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[