Re: [ MySQL: Problems with Innodb ]

2003-12-17 Thread Heikki Tuuri
Osvaneo, you probably forgot to move also ib_logfiles. > InnoDB: Starting log scan based on checkpoint at > InnoDB: log sequence number 7 1021600303 > InnoDB: Doing recovery: scanned up to log sequence number 7 1021600256 It cannot scan the current ib_logfiles at all! Best regards, Heikki Tuur

Re: MySQL Problems

2003-06-23 Thread Victoria Reznichenko
"Shawn Zernik" <[EMAIL PROTECTED]> wrote: > I am having problems with mySQL in windows. I have a query that when ran > causes the server to die. I have selected to debug the program and it tells > me of an unhandled exception wiring to a file. The specifics I can provide > on more detail if it's

re: Mysql Problems

2002-11-06 Thread Egor Egorov
Aaron, Tuesday, November 05, 2002, 9:38:34 PM, you wrote: AA> My main problem is that I am unable to run the mysql_install_db file. AA> Below is what I have tried: AA> I can start mysql by using the folowing option: AA> shell> BINDIR/safe_mysqld --skip-grant-tables & AA> shell> BINDIR/mysql -u r

RE: mysql problems

2002-10-21 Thread Don Read
On 21-Oct-2002 porcupine wrote: > > Hello guys > Here is the problem. You may find it trivial, but it is a serious > obstacle for me. I make a database, a table in mysql and it goes fine. > Then I try to view my table with PHP. I am pretty sure that I can't > connect to the database. > In parti

Re: Mysql problems

2002-10-13 Thread gerald_clark
Are you sure mysql owns all the .frm files ? mike wrote: >I am getting: > >./bin/myisamchk: error: 'data/mckesson/tempbak.frm' doesn't have a >correct index definition. You need to recreate it before you can do a >repair > >on a number of my tables. I have recently imported this data, from a >

re: Mysql problems

2002-10-13 Thread Egor Egorov
mike, Friday, October 11, 2002, 12:19:40 AM, you wrote: m> ./bin/myisamchk: error: 'data/mckesson/tempbak.frm' doesn't have a m> correct index definition. You need to recreate it before you can do a m> repair Don't use myisamchk with *.frm files! m> on a number of my tables. I have recently im

Re: [MySQL] Problems with 'make install'

2002-09-12 Thread Alex Waltrip
Point taken..., maybe because, err..., uh, nobody told me not to? Yeah, that's it, that's the ticket. Well, now I know. Much kudos to you and yours. Anyway, here's what I did in case others need explicit guidance. Installation (Souce tarball only): - cd to the directory that you want to

Re: [MySQL] Problems with 'make install'

2002-09-12 Thread Ashley M. Kirchner
Alex Waltrip wrote: > make[1]: Entering directory > `/home/alex/work/apps/pocket-web-apps/install-platform/mysql-3.23.52/mysql-test' > ...snip... > mkdir -p /home/alex/work/apps/pocket-web-apps/install-platform/mysql-3.23.52 > - cd /home/alex/work/apps/pocket-web-apps/install-platform/mysql-3

Re: Mysql : Problems to make a file dump /n and

2002-07-03 Thread Bhavin Vyas
If 'text' is stored in the HTML format in the db, the only solution I can think of is writing a perl/shell script to parse out the and recreate the files without it, that ways, the data in the DB is not disturbed and Excel should be able to read it to (unless someone knows of a setting in Excel w

Re: Mysql Problems - Peak loads - Two processors

2002-03-04 Thread Jeremy Zawodny
On Mon, Mar 04, 2002 at 08:33:27AM -0800, Dreamtime.net Inc. wrote: > > We have FreeBSD 4.2-RELEASE and I can't say for sure how much time > it might take to upgrade to 4.3 or higher. It might take anywhere > from one reboot to several hours (if something won't work). Well, if it stops the probl

Re: Mysql Problems - Peak loads - Two processors

2002-03-03 Thread Jeremy Zawodny
On Sun, Mar 03, 2002 at 01:25:46PM -0800, Dreamtime.net Inc. wrote: > Hi, > > We have mysql 3.23.43 running under FreeBSD 4.2, two-processors and > a Tyan LE S2510 motherboard with 1 gig of ram. After a few peak > loads of the server (load avg. gets higher than 20), mysql starts > eating processo

Re: MySQL Problems - Still Rebooting

2001-11-30 Thread Ken Menzel
Hi Johnathon, There are several problems with threads and the C++ compiler on FreeBSD 4.2. If you can please update to FreeBSD 4.4, or for performance enhancements go to 4.4-stable. If you have to stay on 4.2 I can send you a patch that should work on 4.2, but you will have to recompile MySQ

Re: [MySQL] Problems getting into MySQL.com

2001-08-29 Thread portasio
M > To: [EMAIL PROTECTED]; Philip Daggett > Cc: [EMAIL PROTECTED] > Subject: Re: [MySQL] Problems getting into MySQL.com > > > seems like a dns problem... anybody > knows mysql.com's ip? > > - Original Message - > From: "Ashley M. Kirchner" <[EM

RE: [MySQL] Problems getting into MySQL.com

2001-08-29 Thread Sica, Bill
Name:www.mysql.com Address: 64.28.67.70 at least according to my NSlookup.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 1:22 PM To: [EMAIL PROTECTED]; Philip Daggett Cc: [EMAIL PROTECTED] Subject: Re: [MySQL] Problems

Re: [MySQL] Problems getting into MySQL.com

2001-08-29 Thread portasio
seems like a dns problem... anybody knows mysql.com's ip? - Original Message - From: "Ashley M. Kirchner" <[EMAIL PROTECTED]> To: "Philip Daggett" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 2:54 PM Subject:

Re: [MySQL] Problems getting into MySQL.com

2001-08-29 Thread Ashley M. Kirchner
Philip Daggett wrote: > Is anybody else not able to get onto mysql.com??? Looks like, it'd be down... -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner .

Re: Mysql++ problems

2001-02-22 Thread Sinisa Milivojevic
sas writes: > HI. When I was trying to include the "custon.hh" header file, I got some > error messages > like this. > > gcc -lsqlplus -I/usr/include -I/usr/include/mysql -L/usr/lib -o test3 > test3.cc > In file included from /usr/include/custom.hh:71, > from test3.cc:5: > /

Re: MySQL problems on OpenBSD?

2001-01-28 Thread Brad
Unfortunately, the OpenBSD threads library has been known to be problematic at the moment, try using MySQL with the Pth threads library in the meantime. This can be automated quite easily by using the pth FLAVOR of the MySQL port. "make FLAVOR=pth install". // Brad [EMAIL PROTECTED] [EMAIL PROTE

Re: MySQL problems on OpenBSD?

2001-01-28 Thread Artem Koutchine
You might take a look at my message about MySQL 3.23.32 and FreeBSD 4.2-stable try doing what i did there. I did it only yersterday but so far not sig 11. Me message is posted yersterday and it has FreeBSD 4.2-stable in the subject and it is from me (Artem Koutchine). Search for it. - Origi