FW: MySQL Problems

2013-11-14 Thread Hans Scheffers
Hi, We are running on opensuse that defaults to a mariadb instead of mysql install, so we were running icinga 1.9.2 / idoutils 1.9.2 on a opensuse ppc system, with mariadb 5.5.33. This generated a lot of errors in de database (with restarts): InnoDB: Assertion failure in thread 70366933

RE: Installing DBD::mysql - problems

2006-05-10 Thread Logan, David (SST - Adelaide)
ssage- From: Logg, Connie A. [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 May 2006 5:47 AM To: mysql@lists.mysql.com Subject: Installing DBD::mysql - problems I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:2

Installing DBD::mysql - problems

2006-05-10 Thread Logg, Connie A.
I am trying to install DBD::mysql on the following node: [EMAIL PROTECTED] cal]# uname -a Linux snv1 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux [EMAIL PROTECTED] cal]# more /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant Update 3) [EMAIL P

MySQL problems on SuSE 9.0

2005-04-09 Thread mike brown
I know this sounds like a stupid question, but I am a complete novice on MySQL. I have a Linux box at work with SuSE 9.0 on it, with the default installation of MySQL 4.0.1 on it. I did not know what I was doing when I tried to uninstall MySQL using the rpm -e MySQL command. Anyway, I tried t

CPAN - DBI & MySQL problems with make test & make install

2004-02-11 Thread Tristan Fiedler
Greetings MySQL gurus! I am setting up a local db and plan to access it via perl & DBI. on a Mac iBook running OSX 10.3.2 After creating a new user account to run the sql server, I connected to the sql server with my personal account and all works fine regarding accessing my tables, etc. I then

Re: More OS X/mySQL problems

2003-12-23 Thread Jon Pearse
The MacOS X package installer runs mysql_install_db itself, I've chown-ed and chgrp-ed the relavent files (even though the installer did that as well) and everything because I thought it was a permissions problem. However, I did wipe it and install mySQL 4.0.17, which works fine, so it may

Re: More OS X/mySQL problems

2003-12-22 Thread Gabriel Ricard
Have you run mysql_install_db? Does the mysql user have full permissions (read, write, execute) on the mysql data directory you created with mysql_install_db? - Gabriel On Dec 20, 2003, at 9:00 AM, Jon Pearse wrote: ... you can tell that this isn't going my way at all ... I've got mysqld

More OS X/mySQL problems

2003-12-20 Thread Jon Pearse
... you can tell that this isn't going my way at all ... I've got mysqld running. So, I go into the mysql shell and start setting things up again, which is when I start getting some interesting problems. Firstly, 'SHOW DATABASES' doesn't work - -- mysql> SHOW DATABASES; ERROR: No

Re: [ MySQL: Problems with Innodb ]

2003-12-17 Thread Heikki Tuuri
svaneo Ap. Ferreira"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Friday, December 12, 2003 2:53 AM Subject: [ MySQL: Problems with Innodb ] > --=_NextPart_000_000C_01C3BFEE.891285C0 > Content-Type: multipart/alternative; > boundar

[ MySQL: Problems with Innodb ]

2003-12-11 Thread Osvaneo Ap. Ferreira
Hi,   I have a problem and would like a help. I copied a mysql datadir to another place (backup of datadir), but when start up mysql server with datadir it's crash.   See below, trace of logfile:   031211 13:28:01  mysqld started031211 13:28:01  InnoDB: Database was not shut down normally.

mysql problems

2003-09-26 Thread gamalt tant
hi i am trying to follow the steps in installing mysql database. i should to install the , mysql package (binary) under /usr/local/. i tried the commad rpm -i --prefix=/usr/local/ MYSQL-server-4.0.15-i386.rpm MYSQL-client-4 (do not remeber the name). when i execute i get "NOKEY, keyid 5072e1f" wh

MySQL Problems Due to Stupid Newbieness

2003-07-08 Thread Nick Boudreau
I've done a lot of stuff to try to get mySQL to work. I'm running Mac OS 10.2.6 and Apache webserver. First, I installed mySQL. No problems there. However, not knowing how everything worked, I used PHPmyAdmin to delete the root user. Yes, I know, stupid. Then, realizing my error with the h

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

MySQL Problems

2003-06-23 Thread Shawn Zernik
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 actually a bug. I have the following query gener

MySQL problems with VC++ n Ado

2003-01-03 Thread cable
i cant add record to MySQL using VC++6 with Ado.. i can del record but i cant move forwrd.. it will have a error stating tat Query-based update failed because the row to update cannot be found. - Before posting, please check

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

Mysql Problems

2002-11-05 Thread Aaron Axelsen
My main problem is that I am unable to run the mysql_install_db file. Below is what I have tried: I can start mysql by using the folowing option: shell> BINDIR/safe_mysqld --skip-grant-tables & shell> BINDIR/mysql -u root mysql However, when start mysql and try to perform anything, it errors our

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

mysql problems

2002-10-21 Thread porcupine
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 particular "$db = mysql_connect("localhost", "root",

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

Mysql problems

2002-10-10 Thread mike
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 box that is totally ruined. I have no other copy of the data. A

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
g in Excel which will make it ignore ) Regards, Bhavin. - Original Message - From: "Walter D. Funk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 03, 2002 2:34 PM Subject: Mysql : Problems to make a file dump /n and > Hi, > > I'm mak

Mysql : Problems to make a file dump /n and

2002-07-03 Thread Walter D. Funk
Hi, I'm making a CSV from a Mysql table, in which text is stored as is, with all to keep format etc (I need to keep line breaks because the same text has to be printed out in a page taking care of the original fomatting); The problem comes actually when Excell tries to read the CSV (; separates

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

Mysql Problems - Peak loads - Two processors

2002-03-04 Thread Dreamtime.net Inc.
gt; From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 03, 2002 5:24 PM > To: Dreamtime.net Inc. > Cc: Mysql@Lists. Mysql. Com > Subject: Re: Mysql Problems - Peak loads - Two processors > > > On Sun, Mar 03, 2002 at 01:25:46PM -0800, Dreamtime.net Inc. wrote: &

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

Mysql Problems - Peak loads - Two processors

2002-03-03 Thread Dreamtime.net Inc.
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 processor cycles. Server load gets close to 1.0, mysqld is active all the time, although

Re: MySQL Problems - Still Rebooting

2001-11-30 Thread Ken Menzel
geman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 2:47 PM Subject: MySQL Problems - Still Rebooting > > Please please please take the time to look at this problem. > > > > I'm running MySQL 3.23.36 on FreeBSD 4.2. The only applic

MySQL Problems - Still Rebooting

2001-11-29 Thread Jonathan Hilgeman
> Please please please take the time to look at this problem. > > I'm running MySQL 3.23.36 on FreeBSD 4.2. The only application that > connects and manipulates MySQL is a single PHP application running on PHP > 4.0.3. > > I've eliminated all the errors I can think of and tried to optimize all >

Linux mysql problems....

2001-10-05 Thread Christian Andersson
Hi there.. I'm not sure if anyone can help me with this, but I have just experienced a very disturbing situation with mysql. Today when coming to work, one of our databases in mysql seems to have lost a lot of data, it was as if the database was restored from a backup several days ago.. but only

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 .

MYSQL problems

2001-03-28 Thread Jonathan Almarez
I am having problems with a MySQL query. I user the following query: SELECT search_users.ID FROM search_users,users WHERE search_users.Step=4 AND users.ID=search_users.ID AND search_users.Login<>'' AND search_users.LookForSex="M" AND search_users.Sex="F" AND search_users.Country="US" AND sear

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: > /

Mysql++ problems

2001-02-21 Thread sas
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: /usr/include/custom-macros.hh:8299:16: w

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
. - Original Message - From: "Derek Sivers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 28, 2001 2:09 PM Subject: MySQL problems on OpenBSD? > Running the standard (brand-new) OpenBSD install of MySQL from > /usr/ports/databa

MySQL problems on OpenBSD?

2001-01-28 Thread Derek Sivers
Running the standard (brand-new) OpenBSD install of MySQL from /usr/ports/databases/mysql/ Version 3.23.32 - the port that Brad made just a few days ago. No options. Just "make install". It works fine exceptI keep getting this error: ERROR 2006: MySQL server has gone away It comes back immed