Fwd: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
I was told I should ask this on this list. Any ideas? Thanks -Zardosht -- Forwarded message -- From: Zardosht Kasheff zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Michael Dykman
zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know this is a win32 list, but I could not find a better list to ask this question. Running Visual Studio 2008, I do the following: win\configure

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
, 2010 at 3:51 PM, Zardosht Kasheff zardo...@gmail.com wrote: I was told I should ask this on this list. Any ideas? Thanks -Zardosht -- Forwarded message -- From: Zardosht Kasheff zardo...@gmail.com Date: Fri, Apr 23, 2010 at 9:01 PM Subject: compiling errors on mysql

Re: compiling errors on mysql 5.1.46 on win64

2010-04-28 Thread Zardosht Kasheff
: compiling errors on mysql 5.1.46 on win64 To: wi...@lists.mysql.com Hello all, I know this is a win32 list, but I could not find a better list to ask this question. Running Visual Studio 2008, I do the following: win\configure win\build_vs9.bat Then I open MySQL.sln, run Build Solution, and I

errors in mysql syntax

2007-09-28 Thread RAMYA
for the right syntax to use near 'CONSTRAINT FK_WorksOn_Users FOREIGN KEY ( UserID ) REFERENCES TimeTracke' at line 8 what to do if this error comes plz anyone help me -- View this message in context: http://www.nabble.com/errors-in-mysql-syntax-tf4532650.html

Backup Errors in MySQL Cluster (5.0.24)

2006-08-23 Thread Dilipkumar
Hi, While taking backup in MySQL 5.0.24 for (ndbcluster tables) i am getting the following errors : mysqldump: Error 1296: Got error 241 'Invalid schema object version' from ndbcluster when dumping table `iib_candidate_tracking` at row: 0 When i checked out using ndberror : NDB error code

Re: Backup Errors in MySQL Cluster (5.0.24)

2006-08-23 Thread Chris
Dilipkumar wrote: Hi, While taking backup in MySQL 5.0.24 for (ndbcluster tables) i am getting the following errors : mysqldump: Error 1296: Got error 241 'Invalid schema object version' from ndbcluster when dumping table `iib_candidate_tracking` at row: 0 When i checked out using ndberror :

Errors compiling MySQL 5.0.22 on IRIX 6.5.25

2006-07-07 Thread Penny Oots
Has anyone successfully compiled MySQL 5.0.22 from source on any IRIX version? We are running IRIX 6.5.25 and have tried cc and gcc compilers with a variety of parameters. All generate errors after an hour or more. If you have been successful, would you mind sharing the parameters used and

compilation errors in mySQL C app

2005-01-11 Thread Andy Ford
Hi everyone I am trying to compile a simple C program to connect to a mySQL database (on localhost) and run a simple query. I am getting the following errors... gcc test.c -L/usr/local/mysql/lib -lmysqlclient -o test ld: warning: file /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): wrong

RE: compilation errors in mySQL C app

2005-01-11 Thread Logan, David (SST - Adelaide)
January 2005 8:59 PM To: mysql@lists.mysql.com Subject: compilation errors in mySQL C app Hi everyone I am trying to compile a simple C program to connect to a mySQL database (on localhost) and run a simple query. I am getting the following errors... gcc test.c -L/usr/local/mysql/lib

RE: compilation errors in mySQL C app

2005-01-11 Thread Andy Ford
5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message- From: Andy Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 January 2005 8:59 PM To: mysql@lists.mysql.com Subject: compilation errors in mySQL C app Hi everyone I am

RE: compilation errors in mySQL C app

2005-01-11 Thread Logan, David (SST - Adelaide)
PROTECTED] Sent: Tuesday, 11 January 2005 9:37 PM To: Logan, David (SST - Adelaide) Cc: mysql@lists.mysql.com Subject: RE: compilation errors in mySQL C app Hi David Yes it is something like you say... file /usr/local/bin/gcc /usr/local/bin/gcc: ELF 32-bit MSB executable SPARC Version 1

RE: compilation errors in mySQL C app

2005-01-11 Thread Andy Ford
: Andy Ford [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 January 2005 9:37 PM To: Logan, David (SST - Adelaide) Cc: mysql@lists.mysql.com Subject: RE: compilation errors in mySQL C app Hi David Yes it is something like you say... file /usr/local/bin/gcc /usr/local/bin/gcc: ELF 32

Re: Errors with MySQL

2003-11-23 Thread Rob Snow
When I meant I deleted all the obvious files I meant I went to the mysql folder and deleted the folder, plus the mySQL sock file in temp/ I then ran ps from the prompt which stated there was a process running. What I really want to know is that are there files located anywhere else that are part

Re: Errors with MySQL

2003-11-22 Thread Rob Snow
OK Some development with the initial problem. I have two OS X OS's running 10.2.6 My main one I installed the mySQL on and am having trouble with is still not working. As a test I installed mySQL on my second on and went through the configuration straight after installation. Everything this time

Re: Errors with MySQL

2003-11-22 Thread Paul DuBois
At 21:43 + 11/22/03, Rob Snow wrote: OK Some development with the initial problem. I have two OS X OS's running 10.2.6 My main one I installed the mySQL on and am having trouble with is still not working. As a test I installed mySQL on my second on and went through the configuration straight

Re: Errors with MySQL

2003-11-21 Thread Rob Snow
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 6:15 AM Subject: Errors with MySQL Dear MySQL Firstly, let me say, I am very new to this. Secondly, I have been reading Larry Ullman's book PHP and MySQL to get started. I have installed PHP fine, and it is working well. I have followed

Errors with MySQL

2003-11-20 Thread Rob Snow
Dear MySQL Firstly, let me say, I am very new to this. Secondly, I have been reading Larry Ullman's book PHP and MySQL to get started. I have installed PHP fine, and it is working well. I have followed the instructions for MySQL and it has installed a folder in my: usr/local/ folder called

Errors with MySQL

2003-11-20 Thread Rob Snow
Dear MySQL Firstly, let me say, I am very new to this. Secondly, I have been reading Larry Ullman's book PHP and MySQL to get started. I have installed PHP fine, and it is working well. I have followed the instructions for MySQL and it has installed a folder in my: usr/local/ folder called

Re: Errors with MySQL

2003-11-20 Thread Ken Menzel
, November 20, 2003 6:15 AM Subject: Errors with MySQL Dear MySQL Firstly, let me say, I am very new to this. Secondly, I have been reading Larry Ullman's book PHP and MySQL to get started. I have installed PHP fine, and it is working well. I have followed the instructions for MySQL and it has

Errors compiling Mysql 4.0.16 on fedora core 1

2003-11-17 Thread Daniele Paoni
Hello, I tried to compile the latest mysql rpm on fedora. The compilation is ok , but when I try to install the compiled MySQL-client rpm the system exits with: perl(the) is needed by MySQL-client-4.0.16-0 Does someone have an idea? Thanks Daniele --

Re: Errors starting Mysql

2003-10-09 Thread Victoria Reznichenko
Jose Rojas [EMAIL PROTECTED] wrote: I have installed Mysql 2.23.56 in Linux (Cobalt), but when it is started shows the next messages in the ../var/*.err file: mysqld started /home/mysql/libexec/mysqld: File './dns1-bin.1' not found (Errcode: 13) 031008 15:18:16 Could not use dns1-bin

Re: Errors starting Mysql

2003-10-09 Thread Jose Rojas
I installed all the stuff as root, so /home/mysql and beyond are root owner and group. Should I have to change to mysql user and group? - Original Message - From: Victoria Reznichenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 2:57 AM Subject: Re: Errors

Errors starting Mysql

2003-10-08 Thread Jose Rojas
I have installed Mysql 2.23.56 in Linux (Cobalt), but when it is started shows the next messages in the ../var/*.err file: mysqld started /home/mysql/libexec/mysqld: File './dns1-bin.1' not found (Errcode: 13) 031008 15:18:16 Could not use dns1-bin for logging (error 13) 031008 15:18:16

RE: Errors compiling mySQL 4.0 on Solaris 8 with Forte 7

2003-09-19 Thread Weckenmann, Cristl
Rudolphe, I saw your posting on the website: [EMAIL PROTECTED] List Archive at : http://www.jsw4.net/info/list-archives/mysql/02-wk41/index.html#00206 We are experiencing the same sort of problem. Did you ever get a response and/or solve this problem? Cristl G. Weckenmann Senior Software

Errors configuring mysql 4.1.0

2003-05-29 Thread Pierre
Hi, I tried to configure mysql-4.1.0 and I got these errors : [...] checking for OpenSSL... yes ./configure: test: =: unary operator expected no ./configure: no: command not found ./configure: no: command not found mkdir: cannot create directory `include/readline': File exists checking character

re: RE: Errors stating Mysql server

2002-11-11 Thread Victoria Reznichenko
Beauford, Saturday, November 09, 2002, 8:21:26 PM, you wrote: B MySQL must be the owner of the data dir. Check the owner of MySQL data B dir. B It was, but I have since changed it to root and it works fine now. Any B idea why this would be? If you run MySQL server under mysql:mysql, it should

re: Errors stating Mysql server

2002-11-09 Thread Victoria Reznichenko
Beauford, Saturday, November 09, 2002, 8:27:58 AM, you wrote: B I just reinstalled Slackware and now have the unenviable task of getting B Mysql working. What a major pain in the ***. Anyway, here are the B errors. I have read manuals, searched the web, as well as the B newsgroups, and still

RE: Errors stating Mysql server

2002-11-09 Thread Beauford
4096 Nov 9 05:39 var/ TIA -Original Message- From: Victoria Reznichenko [mailto:victoria.reznichenko;ensita.net] Sent: November 9, 2002 11:28 AM To: [EMAIL PROTECTED] Subject: re: Errors stating Mysql server Beauford, Saturday, November 09, 2002, 8:27:58 AM, you wrote: B I just

Errors stating Mysql server

2002-11-08 Thread Beauford
I just reinstalled Slackware and now have the unenviable task of getting Mysql working. What a major pain in the ***. Anyway, here are the errors. I have read manuals, searched the web, as well as the newsgroups, and still can't get it to work. No matter what permissions I change, the errors are

Errors compiling mySQL 4.0.4 on Solaris 8 with Forte 7.

2002-10-15 Thread JOUANNET, Rodolphe
Hi, I have these errors when compiling mySQL 4.0.4 on Solaris 8 using Forte C v7. Somme can help me please ? I use these compilation options : CC=cc CFLAGS=-Xa -fast -xO4 -native -xstrconst -mt \CXX=CC CXXFLAGS=-noex -xO4 -mt \./configure --prefix=/usr/local/mysql --enable-assembler Error

errors installing mysql on open unix 8

2001-12-19 Thread Duncan Crawford
We are having the following error when installing mysql on open unix 8. We are installing from the open unix 8 skunkware 8 cd Description: Killed Installation of grant tables failed! Examine the logs in /usr/local/var for more information. You can also try to start the mysqld demon with:

Re: errors installing mysql on open unix 8

2001-12-19 Thread Boyd Lynn Gerber
On Thu, 20 Dec 2001, Duncan Crawford wrote: We are having the following error when installing mysql on open unix 8. We are installing from the open unix 8 skunkware 8 cd Please try the binary on www.mysql.com. You have to have the libraries and linker installed. Also there are a few patches

Errors installing mysql on Aix 4.3.2

2001-08-01 Thread WILSON-CHRIS (MI TEAM)
When I try and install mysql on an RS6000 Aix 4.3.2 I get the following errors exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of the foll owing

string errors compiling mysql+gemini-3.23.39 on Athlon running Linux 2.4.3-12

2001-07-20 Thread Jonathan Buhacoff
-- Description: I get errors when I try to compile the distribution. The first one happens in the gemini tree and is caused by a prototype mismatch between the bzero() defined in strings.h and the one defined in the mysql source. Apparently, the one on my system

Re: string errors compiling mysql+gemini-3.23.39 on Athlon running Linux 2.4.3-12

2001-07-20 Thread Shane Wegner
On Fri, Jul 20, 2001 at 06:44:29AM -0400, Jonathan Buhacoff wrote: -- Description: I get errors when I try to compile the distribution. The first one happens in the gemini tree and is caused by a prototype mismatch between the bzero() defined in strings.h and

Errors on Mysql page

2001-07-02 Thread help
I fixed the other errors, however I am still getting other errors. This database is tied into PHP. I want to be able to have an admin screen so I can make changes but it is not working for me. The errors I am getting on the Index page are : Warning: Supplied argument is not a valid MySQL

Re: Errors on Mysql page

2001-07-02 Thread Gary Huntress
: Errors on Mysql page I fixed the other errors, however I am still getting other errors. This database is tied into PHP. I want to be able to have an admin screen so I can make changes but it is not working for me. The errors I am getting on the Index page are : Warning: Supplied argument

RE: Errors on MySQL page

2001-07-02 Thread Mike
German and a bunch more. Dig in a learn my friend M ;-) -Original Message- From: Gary Huntress [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:26 PM To: help; [EMAIL PROTECTED] Subject: Re: Errors on Mysql page 1) I left my ESP in my other pants, so I can't really debug your code

Re: Errors on Mysql page

2001-07-02 Thread David Robley
On Tue, 3 Jul 2001 12:57, help wrote: I fixed the other errors, however I am still getting other errors. This database is tied into PHP. I want to be able to have an admin screen so I can make changes but it is not working for me. The errors I am getting on the Index page are : Warning:

handling of quota-exceeded or end-of-disk-errors within mysql?

2001-04-03 Thread Hanno 'Rince' Wagner
Hi, we currently have a situation with our mysql-3.22.29 under Solaris-2.7, where the databases itself are put on an NFS-mounted filesystem. Yesterday we had a crash of the system and isamcheck tried to recover some databases - but some people have reached or already exceeded their quotas,

Re: handling of quota-exceeded or end-of-disk-errors within mysql?

2001-04-03 Thread Benjamin Pflugmann
Hello. On Tue, Apr 03, 2001 at 11:51:47AM +0200, [EMAIL PROTECTED] wrote: Hi, we currently have a situation with our mysql-3.22.29 under Solaris-2.7, where the databases itself are put on an NFS-mounted filesystem. Yesterday we had a crash of the system and isamcheck tried to recover some

compiling errors for MySQL 3.23.33...

2001-02-21 Thread Ayan R. Kayal
Upon trying to compile MySQL 3.23.33 for BSDi, I get the following error message. The line used to configure was: ./configure --with-low-memory --prefix=[mysql path] (and before someone emails) where [mysql path] is filled in with the path I used... gcc -DMAP_TO_USE_RAID -I./../include