Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
On Tuesday 11 June 2002 08.49, Dicky Wahyu Purnomo wrote: On Tue, 11 Jun 2002 08:36:55 +0200 Leo De Geer [EMAIL PROTECTED] wrote: im not abel to get mysql to use more then one thread on my freebsd 4.5-stable any one having a klue that wrong? from what method / tools, you get this

Re: problem with mysql threads on freebsd

2002-06-11 Thread Alexander V Zubchenko
Greetings! On Tue, 11 Jun 2002, Leo De Geer wrote: On Tuesday 11 June 2002 08.49, Dicky Wahyu Purnomo wrote: On Tue, 11 Jun 2002 08:36:55 +0200 Leo De Geer [EMAIL PROTECTED] wrote: im not abel to get mysql to use more then one thread on my freebsd 4.5-stable any one having a klue

Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
On Tuesday 11 June 2002 08.49, Dicky Wahyu Purnomo wrote: On Tue, 11 Jun 2002 08:36:55 +0200 Leo De Geer [EMAIL PROTECTED] wrote: im not abel to get mysql to use more then one thread on my freebsd 4.5-stable any one having a klue that wrong? from what method / tools, you get this

Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
On Tuesday 11 June 2002 09.26, Alexander V Zubchenko wrote: Greetings! On Tue, 11 Jun 2002, Leo De Geer wrote: On Tuesday 11 June 2002 08.49, Dicky Wahyu Purnomo wrote: On Tue, 11 Jun 2002 08:36:55 +0200 Leo De Geer [EMAIL PROTECTED] wrote: im not abel to get mysql to use more

Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
On Tuesday 11 June 2002 09.57, Alexander V Zubchenko wrote: Greetings! On Tue, 11 Jun 2002, Leo De Geer wrote: but in my case its not good to have it that way im having one dedikated dual server for the sql and now im yust using one cpu for the sql questions. i nead it to start sub

Re: problem with mysql threads on freebsd

2002-06-11 Thread Erv Young
Leo, I believe there was a conversation about this subject several weeks ago, in which the conclusion was that a good reason to use Linux, in preference to FreeBSD, for database servers is that Linux multi-processor support works and FreeBSD doesn't. --Erv sql,query At 09:42 AM 6/11/2002

RE: problem with mysql threads on freebsd

2002-06-11 Thread Simon Green
]; [EMAIL PROTECTED] Subject: Re: problem with mysql threads on freebsd On Tuesday 11 June 2002 09.57, Alexander V Zubchenko wrote: Greetings! On Tue, 11 Jun 2002, Leo De Geer wrote: but in my case its not good to have it that way im having one dedikated dual server for the sql and now im yust

Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
To: Alexander V Zubchenko Cc: Dicky Wahyu Purnomo; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: problem with mysql threads on freebsd On Tuesday 11 June 2002 09.57, Alexander V Zubchenko wrote: Greetings! On Tue, 11 Jun 2002, Leo De Geer wrote: but in my case its not good to have

Re: problem with mysql threads on freebsd

2002-06-11 Thread Patrick Hsieh
Hello Leo De Geer [EMAIL PROTECTED], the problen nr 2 i dont have but the server we have dont handle the load on one cpu. at the moment we are runing the sql on a linux instead (same hardwere) but i sucks. alla auter servers is freebsd and they run mutch beter Why MySQL on Linux sucks?

Re: problem with mysql threads on freebsd

2002-06-11 Thread Leo De Geer
On Tuesday 11 June 2002 16.30, Dan Nelson wrote: In the last episode (Jun 11), Leo De Geer said: im not abel to get mysql to use more then one thread on my freebsd 4.5-stable any one having a klue that wrong? Do not assume that the way Linux manages threads is the only one. Mysql on

Antwort: RE: Re: Problem with MySQL, ODBC, MS Access

2002-03-13 Thread Penkert, Christine
PROTECTED]; [EMAIL PROTECTED] Subject: Re: Re: Problem with MySQL, ODBC, MS Access Hi, Can anyone help me please? I´m writing my diploma and this database is my project. I´m running out of time and when this problem doesn´t disappear... Please help me. I´ve created a small database

Antwort: RE: Re: Problem with MySQL, ODBC, MS Access

2002-03-05 Thread Penkert, Christine
PROTECTED] Subject: Re: Re: Problem with MySQL, ODBC, MS Access Sorry I´ve tried it but I didn´t succeed. When writing: update tPruefBesch set fdatetime = fTimestamp, datetime and timestamp wont have the same value. I don´t know why, but there is the same fault. I´ve created a small database

Re: Re: Problem with MySQL, ODBC, MS Access

2002-03-04 Thread Penkert, Christine
Sorry I´ve tried it but I didn´t succeed. When writing: update tPruefBesch set fdatetime = fTimestamp, datetime and timestamp wont have the same value. I don´t know why, but there is the same fault. I´ve created a small database to show my problem. That´s my table in MySQL 3.23.41. create

Re: Problem with mysql++ under Tru64 Unix

2002-03-04 Thread Sinisa Milivojevic
Erminio Efisio Riezzo writes: Hello folks, I have a large problem during the compilation of mysql under tru64 unix. I have tried is the 1.7.9 that the 1.7.6a with compiler cxx. The 1.7.9 jam when the following launch the gmake with message: gmake all-recursive gmake[1]: Entering

Re: Problem with mysql++ under Tru64 Unix

2002-03-04 Thread Erminio Efisio Riezzo
Riezzo. - Original Message - From: Sinisa Milivojevic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 04, 2002 4:33 PM Subject: Re: Problem with mysql++ under Tru64 Unix Erminio Efisio Riezzo writes: Hello folks, I have a large problem during

Re: Problem with mysql 3.23.49 rpm install

2002-02-18 Thread Trond Eivind Glomsrød
Ireneusz Piasecki [EMAIL PROTECTED] writes: Hi. I want upgrade mysql from 3.23.48 to 3.23.49 but i see that. first. shared # /usr/lib/mc/extfs/rpm run /home/httpd/MySQL-shared-3.23.49-1.i386.rpm UPGRADE Upgrading /home/httpd/MySQL-shared-3.23.49-1.i386.rpm error: failed dependencies:

Re: Problem in MySql while inserting '\'

2002-02-15 Thread Gerald Clark
How would you do: set field='Jim said, that's crazy.' you would have to escape the quote somehow. The '\' is the escaper character. set field='Jim said, that\'s crazy.' That means hat the escape character must also be escaped. Check the manual for the section on special characters. Most

Re: Problem with MySQL DATE_FORMAT or is it a PEBKAC??

2002-01-31 Thread DL Neil
Neil, I appear to be having an error with the following update that I am submitting to my database. I am using mysql's DATE_FORMAT function to pull the date out and insert in a user friendly form. Upon submission of the modified data, I use the below SQL to update the table information.

Re: Problem with MySQL and SMP?

2002-01-11 Thread gavin
Any suggestions on loging tools I cna run to try to find out more information? The machine is coloced about 3 hours for me, so I would hate to have to drive there and install FreeBSD on it, when it was just something I could have fixed. Gavin Blestan Tabakov wrote: hi! i'm running mysql on

Re: Problem with MySQL and SMP?

2002-01-11 Thread Joshua J . Kugler
We are having the same problem. Mandrake 8.1, kernel 2.4.17, MySQL 3.23.47. Dual PIII-500, 512MB of RAM, Mylex DAC960 RAID 5. After being up for a few days, the system completely froze. No ssh, no console, nothing. Had to hard reset the server. Yes, we compiled MySQL: we have to. Our

RE: Problem with MySQL and SMP?

2002-01-11 Thread Johnny Withers
[mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:26 AM To: MySQL Subject: Re: Problem with MySQL and SMP? We are having the same problem. Mandrake 8.1, kernel 2.4.17, MySQL 3.23.47. Dual PIII-500, 512MB of RAM, Mylex DAC960 RAID 5. After being up for a few days, the system completely

Re: Problem with MySQL and SMP?

2002-01-11 Thread Thibaut Allender
i don't have any problem with this config : slackware 7.1, kernel 2.2.18, MySQL 3.23.41 Dual PIII-800, 256MB RAM, SCSI Ultra-160 maybe it's kernel 2.4 fault. HTH (sorry for the duplicated message Joshua, forgot to send to the ML) At 18:26 11/01/2002, you wrote: We are having the same

Re: Problem with MySQL and SMP?

2002-01-11 Thread Sinisa Milivojevic
Joshua J.Kugler writes: We are having the same problem. Mandrake 8.1, kernel 2.4.17, MySQL 3.23.47. Dual PIII-500, 512MB of RAM, Mylex DAC960 RAID 5. After being up for a few days, the system completely froze. No ssh, no console, nothing. Had to hard reset the server. Yes, we

RE: Problem with MySQL and SMP?

2002-01-11 Thread Johnny Withers
opinion, I have been wrong before. - Johnny Withers [EMAIL PROTECTED] p. 601.853.0211 c. 601.209.4985 -Original Message- From: Johnny Withers [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:40 AM To: 'MySQL' Subject: RE: Problem with MySQL and SMP? Could

Re: Problem with MySQL and SMP?

2002-01-11 Thread Joshua J . Kugler
Yes, this had occured to me. I am thinking about downgrading to kernel 2.4.8, or such. Not sure I really want to do that, but I'd rather do that than face system lock ups. j- k- On Friday 11 January 2002 08:55, Sinisa Milivojevic wrote: If nothing works as you said, no ssh, no

Re: Problem with MySQL and SMP?

2002-01-11 Thread Ryan Fox
I'm running ok on my Dual PII machine, if this helps anyone. Redhat 7.1, 2.4.2-SGI_XFS kernel, MySQL 3.23.43. [root@willyjr /root]# uptime 1:07pm up 95 days, 4:08, 1 user, load average: 0.08, 0.04, 0.01 [root@willyjr /root]# cat /etc/redhat-release Red Hat Linux release 7.1 (Seawolf)

Re: Problem with MySQL and SMP?

2002-01-11 Thread Jeremy Zawodny
On Fri, Jan 11, 2002 at 11:54:26AM -0500, [EMAIL PROTECTED] wrote: Any suggestions on loging tools I cna run to try to find out more information? The machine is coloced about 3 hours for me, so I would hate to have to drive there and install FreeBSD on it, when it was just something I could

Re: Problem with MySQL and SMP?

2002-01-10 Thread Jeremy Zawodny
On Fri, Jan 11, 2002 at 01:11:11AM -0500, [EMAIL PROTECTED] wrote: I am having a problem with MySQL that I believe is related to SMP. I have a machine that is an exact copy of another machine, only difference is that this one is Dual processor, and the other one is single. The single one has

Re: Problem with MySQL and SMP?

2002-01-10 Thread Lionlike MySQL Email List
[EMAIL PROTECTED] wrote: I am having a problem with MySQL that I believe is related to SMP. I have a machine that is an exact copy of another machine, only difference is that this one is Dual processor, and the other one is single. The single one has had no problems for the last 6 months

Re: problem with mysql connection

2002-01-04 Thread Carl Troein
naveed abdul writes: Can't connect to local Mysql server through socket '/var/run/mysql/mysql.sock' Along with that you get an error code which you should look up (using perror). Without knowing what the error is it's sort of hard to tell you what to do about it, but the most common

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread Jean-Luc Fontaine
Brian French wrote: hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm already installed MySQL-client-3.23.45-1.i386.rpm MySQL-devel-3.23.45-1.i386.rpm when i try to install MySQL-3.23.45-1.i386.rpm i get the following: [root@localhost rpms]#rpm -U --force --replacefiles

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm already installed MySQL-client-3.23.45-1.i386.rpm MySQL-devel-3.23.45-1.i386.rpm when i try to install MySQL-3.23.45-1.i386.rpm i get the following: [root@localhost rpms]#rpm -U --force --replacefiles

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: running pentium 80 64mb ram 30 gig HD Redhat Linux 7.1 perl 5.06 Mysql |_ previously 3.23.39 after this went to 3.23.45 php 4.0.4 |_ w/ ZendOptimizer how i got to this problem: was running php/mysql (versions above) php was installed via the

Re: problem running mysql from the command line

2001-11-23 Thread DL Neil
I hope I'm not being really stupid, but this does not seem to work: mysql -h localhost -u xxx -p I get the command line usage error. It appears I can't use any other option if I use the -h. This works fine mysql -u xxx -p I'm running mysql version 3.23.43-nt Glenn, Is the

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Dan Nelson
In the last episode (Nov 18), Ovanes Manucharyan said: Hi, I have a problem compiling MySQL on FreeBSD 4.0-RELEASE. ./configure --with-libwrap --enable-shared gcc -DHAVE_CONFIG_H -I. -I../.././innobase/pars -I.. -I../.././innobase/pars/../ include -I../.././innobase/pars/../../include

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Ovanes Manucharyan
Thanks, I tried it again and it worked. (at least it seemst to have created some seemingly working binaries.) (I had tried 5 times to no avail before I sent a message to the list.. so go figger.) Now to my real problem. I'm trying to make udmsearch work and it needs libmysqlclient.so.10. I

Re: Problem compiling MySQL 4.0.0 on FreeBSD 4.0-RELEASE

2001-11-18 Thread Dan Nelson
In the last episode (Nov 18), Ovanes Manucharyan said: Thanks, I tried it again and it worked. (at least it seemst to have created some seemingly working binaries.) (I had tried 5 times to no avail before I sent a message to the list.. so go figger.) Now to my real problem. I'm trying to

Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-28 Thread Ed Carp
Stephan Skusa ([EMAIL PROTECTED]) writes: ./conf_to_src .. german1 \ ./ctype_extra_sources.c make[2]: *** [ctype_extra_sources.c] Error 132 make[2]: Leaving directory `/usr/src/mysql-4.0.0-alpha/libmysql' I'm running RedHat 6.2 and I'm seeing the same error with latin1. It

Re: Problem compiling MySQL-4.0.0-alpha with charset german1

2001-10-26 Thread Thomas Spahni
On Fri, 26 Oct 2001, Stephan Skusa wrote: if I do a ./configure --prefix=/usr/local/mysql-4.0.0 --with-charset=german1 --with-in nodb --with-tcp-port=3307 --with-unix-socket-path=/tmp/mysql4.sock what about ./configure --with-charset=latin1_de ?? Thomas Spahni

Re: Problem compiling MySQL 4.0 with GCC 3.0.1

2001-10-24 Thread Sinisa Milivojevic
Fournier Jocelyn [Presence-PC] writes: Hi, I know this problem has already been reported (but I don't remember the solution :( ) : I encounter the following error after installing gcc 3.0.1 and trying to compile MySQL 4.0 : mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0x14): undefined

Re: Problem with MySQL 3.23.40 Install..Source Compiled

2001-09-17 Thread jim barchuk
Hi Bob! I use Caldera Linux and have a 4 machine LAN. The Lan includes 3 Linux and 1 WinNT install. Now, no matter what I do safe_Mysqld continues to start version: 3.22.32-log .. This is more of a *nix question than a mysql question but whatever. :) I use redhat but the concepts are the

Re: Problem installing mySql on Mac OS X

2001-09-13 Thread Troy Lewis
This site has precompiled MySQL binaries for Mac OS X: http://www.entropy.ch/software/macosx/mysql/ It also has easy to follow installation instructions. You need to use your Users utility to add the MySQL user instead of the useradd and groupadd commands. Complete instructions are at the

Re: Problem with MySQL over HP-UX 10.20

2001-08-07 Thread Jose Vilmar Estacio de Souza
Hi! We had the same problem. Apparently, this is caused by the missing of some patches. After we applied the patches listed below, the problem disappeared. phco-23684, phss-12727, phss-19739 phss-23672. If I am not mistaken, they are related to dce. {}S Jose Vilmar Estacio de Souza

Re: Problem installing mysql++1.7.9

2001-07-23 Thread Sinisa Milivojevic
Eldon Ziegler writes: Running ./configure fails check for MySQL include directory. The library directory is found and the include directory is there when I list it. What is it looking for? Eldon Ziegler ProAtion Systems [EMAIL PROTECTED] http://www.proation.com There are options

Re: Problem starting MySql server

2001-06-10 Thread Ed Carp
Brian Walker ([EMAIL PROTECTED]) writes: 010609 14:40:21 Do you already have another mysqld server running on port: 3306 ? The manual said to try to telnet in on port 3306 so I did that and got this: [root@www data]# telnet www.sfslsports.com 3306 Trying 209.15.183.134... Connected

Re: Problem starting Mysql

2001-06-08 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: Hello, I need some help to solve a problem starting mysql . I have installed all the files in a specific directory, and modify basedir, datadir et pid_file in the file : support-files/mysql.server. Running the daemon is OK but when i try to start mysql i have the

Re: problem wtih mysql GUI

2001-06-01 Thread Sinisa Milivojevic
D. Veerasamy writes: Dear Sir/ Madam Can you please help me with the GUI client running under linux. I'm having an error message saying: Can't connect to local MySQL server through socket (111) Thanking you. -

Re: problem wtih mysql GUI

2001-05-31 Thread Rolf Hopkins
1. Check that the connection is correct. 2. Check that the mysql server is running and that the socket file exists. 3. Check that the socket file is in the correct place and has the correct permissions. - Original Message - From: D. Veerasamy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Problem with mysql connections.

2001-05-22 Thread Colin Faber
see GRANT in the manual. Snehalata wrote: Dear Sir, We installed MySql server on one system. I have the test database, and My own database named Gomoos. When i using to connect to the database using java program with a jdbc driver i am not able to connect to my database Gomoos .But i

Re: Problem with mysql

2001-05-18 Thread Van
Andrew Wafula wrote: Hello, I have installed the mysql-max version 3.23.38 and I now have a problem with mysql. Whenever I try to access mysql I get an error when loading mysql.so that mysql_init is an undefined symbol. Where could the problem be? Andrew

Re: Problem Starting MySQL Daemon

2001-05-14 Thread Kyle Rollin
Andrey: Check your mysql var directory, that's symptomatic of a misconfigured mysql daemon. Look for a file called $hostname.err, read it, and fix what its complaining about. -Kyle Rollin [EMAIL PROTECTED] On Mon, 14 May 2001, Andrey Nepomnyaschih wrote: Hello, I've been experiencing some

RE: Problem Starting MySQL Daemon

2001-05-14 Thread Andrey Nepomnyaschih
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kyle Rollin Sent: Monday, May 14, 2001 10:40 AM To: Andrey Nepomnyaschih Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problem Starting MySQL Daemon Andrey: Check your mysql var directory, that's symptomatic

Re: problem of MySQL Installation

2001-04-30 Thread Rolf Hopkins
:08 Subject: Re: problem of MySQL Installation On Mon, Apr 30, 2001 at 02:02:53PM +0800, ??? wrote: which RPM should installed ? Not sure. I don't really use them. But I'm sure if you got into whatever directory they are stored in and run something like: ls *curses* ls *termcap

Re: problem of MySQL Installation

2001-04-29 Thread Jeremy Zawodny
On Mon, Apr 30, 2001 at 12:53:39PM +0800, §õ­ZµØ wrote: Dear Sir, I tried MySQL installation in RedHat 7.0 and get finally version mysql-3.23.37.When I was installing with 1st step run ./configure --prefix=/usr/local/mysql --with-charset=big5 and got flowing message and can not continue

Re: problem of MySQL Installation

2001-04-29 Thread
which RPM should installed ? - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: §õ­ZµØ [EMAIL PROTECTED] Cc: MySQL°ÝÃD [EMAIL PROTECTED] Sent: Monday, April 30, 2001 1:12 PM Subject: Re: problem of MySQL Installation On Mon, Apr 30, 2001 at 12:53:39PM +0800, §õ­ZµØ wrote

Re: problem of MySQL Installation

2001-04-29 Thread Jeremy Zawodny
On Mon, Apr 30, 2001 at 02:02:53PM +0800, ??? wrote: which RPM should installed ? Not sure. I don't really use them. But I'm sure if you got into whatever directory they are stored in and run something like: ls *curses* ls *termcap* You'll find them pretty quickly, no? Jeremy -- Jeremy

Re: Problem with mysql query

2001-04-24 Thread Peter Skipworth
Barry, I suspect you might have more luck sending your question to a PowerBuilder list (what is it anyway ? A Borland product ?), althought you might have some luck here... regards, P On Tue, 24 Apr 2001, Barry Reynolds wrote: I am having a problem with setting up a query in using MySql.

RE: Problem with mysql++, Aborted (core dumped)

2001-04-16 Thread Sander Pilon
"Aborted" in a C++ program usually means an exception was thrown that you didn’t catch. In this case, the connection constructor could have thrown something. try { Connection MySQL(db, host, user, pass); } catch(...) { cout "Connection failed." endl; } Check the

Re: Problem with mysql++, Aborted (core dumped)

2001-04-16 Thread Sinisa Milivojevic
Hi! MySQL++ can not be used with g++ 2.96 as it is very unstable when it comes to high C++. Regards, Sinisa __ _ _ ___ == MySQL AB /*/\*\/\*\ /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic /*/ /*/ /*/ \*\_ |*| |*||*| mailto:[EMAIL PROTECTED]

Re: Problem with mysql++, Aborted (core dumped)

2001-04-16 Thread Sinisa Milivojevic
Luis E. Cruz Campos writes: I am trying to prove a small program of test, but when trying to execute it this always it throws "Aborted (core dumped)", this happens at the time of making the connection: It is the program: #include iostream.h #include iomanip.h #include "sqlplus.hh"

Re: Problem with mysql++, Aborted (core dumped)

2001-04-15 Thread Andrei Cojocaru
I suggest you try the mySQL C API and see if that works first. -Andrei Cojocaru From: Luis E. Cruz Campos [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Problem with mysql++, Aborted (core dumped) Date: Mon, 16 Apr 2001 12:17:40 -0400

Re: Problem with mysql++, Aborted (core dumped)

2001-04-15 Thread Mr.Y.SHIVAKANT
-Original Message- From: Luis E. Cruz Campos [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 16, 2001 9:37 AM Subject: Problem with mysql++, Aborted (core dumped) I am trying to prove a small program of test, but when

Re: problem of MYSQL GUI

2001-04-09 Thread Sinisa Milivojevic
I am experienced a problem of using MYSQL GUI on windowME to connect = mysql server, which was v3.22 and installed on open linux . I couldn't make any connection with it and don't know why. =20 I checked my password and Ip address, they both are correct and working = properly. please be kind to

Re: Problem with mysql 3.23.35 using transaction

2001-03-20 Thread Vincent Stoessel
An example query and an explanation of what you are trying to do would be helpful. Thanks On Tue, 20 Mar 2001, Brunella del Sorbo wrote: Hi, the version mysql that I am using supports the transactions but these are not recognized from the DBD. How can I resolve the problem? Thanks --

RE: Problem with MySQL ASP

2001-03-19 Thread Jacques Venter
Hi Craig, You can give the following a try which does give you direct access to MySQL from ASP skipping the slower ODBC and is almost code compatible with your code: http://www.scibit.com/MySQLX or MyVBQL on the mysql API/contrib pages Regards Jacques http://www.scibit.com

Re: Problem with Mysql

2001-03-19 Thread Luis
Hello all. I was wondering if someone could help me out with simple question i have . I just download MySQL-3.23.33-1.i386.rpm and installed it. now would this be the right way of setting up the msyql root password #mysqladmin -u root -p password 'newpassword' or #mysqladmin -u

Re: Problem with Mysql

2001-03-19 Thread Adrian D'Costa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 19 May 2002, Luis wrote: #mysqladmin -u root -p password 'newpassword' or #mysqladmin -u root password 'newpassword' i got a error. but when i tried the 2 one it work. But in the manual it says to do the top one I'm

Re: Problem with MySQL Binary (mysql-3.23.32-unknown-freebsdelf4.2-i386)

2001-03-12 Thread Dan Nelson
In the last episode (Mar 12), [EMAIL PROTECTED] said: Description: When I try and run scripts/mysql_install_db I get the error '/usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"' I also got the same error when I tried to run mysql using

RE: Problem with Mysql

2001-03-09 Thread Jeff Brewer
There should be no password for root@localhost initially. Try $mysqladmin -u root password 'thisIsMyNewPassword' instead. The password mysqladmin is asking for is the current password. The one on the command line is the new one. In your situation the current password is nothing. -Jeff

Re: Problem with Mysql

2001-03-09 Thread Adrian D'Costa
I think that you would have got the answer by now, but initally mysql does not need a password. You can just login without the password, then change it using mysqladmin newpassword. Adrian On Fri, 9 Mar 2001, Luis wrote: I read the manual plus look on the site. I been having trouble

Re: Problem compiling mysql on FreeBSD

2001-03-01 Thread Shawn Heeley
] Sent: Wednesday, February 28, 2001 11:56 PM Subject: Re: Problem compiling mysql on FreeBSD Hi Bill and All, Thanks for the suggestions. Here's what I've tried: Installed gmake and gcc. My pkg_info looks like the following (I've cut out the irrelevant ones): bash-2.03 The GNU

Re: Problem compiling mysql on FreeBSD

2001-02-28 Thread Bill Swanson
Try upgrading to gcc 2.95.2. That should fix the problem. This cured my 'Installation of grant tables failed' error condition. Rgds, Bill Swanson DNA Enterprises, Inc. MIS Manager 972-671-1972 email: [EMAIL PROTECTED] -- Original Message -- From:

RE: Problem with mysql

2001-02-27 Thread Johnny Withers
Don't really understand your question, however: 1) to select a database, you use the keyword 'use': mysqluse chrishallgren; 2) what you are doing is: mysqlselect chrishallgren; This is a select statement, it's looking for data. It thinks chrishallgren is a

RE: Problem with mySQL

2001-02-27 Thread Cal Evans
myself select ' chrishallgren'; is not selecting the contents of chrisallgren, it's selecting the literal ' chrishallgren' your select statement is not complete. it should be Select fieldsList from tableName Your statement does not have a from tablename specified. If you are trying to switch

Re: Problem with mysql

2001-02-27 Thread Atle Veka
On Tue, 27 Feb 2001, Chris Hallgren wrote: ok here is my problem i have redhat 7 i installed mysql via the rpm and i get the following error mysql select chrishallgren; ERROR 1054: Unknown column 'chrishallgren' in 'field list' mysql select ' chrishallgren'; ++ |

Re: Problem with mysql

2001-02-27 Thread Jason Landry
You need to select the table name, and frankly, perhaps read up a bit more on SQL in general. You're second command is simply creating a string. For example, "select 'this is an arbitrary string'" will return similar results. You need to be form your query like this select * from

Re: Problem with mysql

2001-02-27 Thread Stephen Johnson
It is not that you need the space -- it is that you need to have the quotes. -- Stephen Johnson [EMAIL PROTECTED] http://www.pets4u.com Owner / Founder -- your next best friend is waiting for you -- - Before

RE: Problem with mysql

2001-02-27 Thread Rick Emery
I also have MySQL on Redhat 7. I don't have the problem you mention. I installed from RPM. You might try re-installing. rick -Original Message- From: Chris Hallgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 1:47 PM To: [EMAIL PROTECTED] Subject: Problem with mysql

Re: Problem with mysql

2001-02-27 Thread Ron Beck
No, it's not normal. You managed to create your database with a space in front. You'll probably have to delete and recreate the database. Chris Hallgren wrote: ok here is my problem i have redhat 7 i installed mysql via the rpm and i get the following error mysql select chrishallgren;

Re: Problem with mysql

2001-02-27 Thread Atle Veka
On Tue, 27 Feb 2001, Ron Beck wrote: No, it's not normal. You managed to create your database with a space in front. You'll probably have to delete and recreate the database. This *is* normal. It's got nothing to do with the database :) The behavior we see here is quite normal from what

Re: Problem installing MySQL php

2001-02-25 Thread Ken Nordquist
I had pretty much the same problem. I was unhappy with the RH v7.0 distro of MySQL and downloaded the MySQL rpm's (v3.23.33). It installed and ran with _no_ problems! My problem was the RH distro of php did not recognize that MySQL was there. I decided to upgrade to php 4.0.4. I downloaded

Re: Problem installing MySQL php

2001-02-22 Thread B. van Ouwerkerk
At 19:25 22-2-01 +, Pope, Alan wrote: Hi all, Newbie alert, please be gentle. Great resource: www.devshed.com including how to install MySQL and PHP with Apache. You might want to apply all the patches from Redhat. RH 7.0 is not considered to be a good distro. NOT my opinion, others say

Re: Problem with mysql++...

2001-02-08 Thread Sinisa Milivojevic
Mike Baranski writes: This gives me a seg fault, I know I have the correct user/pw, but I can't get the thing to run past "First", any ideas why the connect is not working properly? #include iostream.h #include sqlplus.hh #include string void main() { string dbname =

Re: Problem using mysql++-1.7.8.tar.gz

2001-02-05 Thread Sinisa Milivojevic
Patrick Vogel writes: Hi all, What's wrong with this Updating makefiles Considering target file 'Makefile'. Considering target file 'Makefile.in'. Considering target file 'Makefile.am'. Looking for an explicit rule for 'Makefile.am'. Trying pattern rule with

<    1   2