Access denied

2001-10-01 Thread Sami al flaish
*** NOTICE: This transmission contains information relating to Schlumberger's business activities in Libya. If you are a "United States (U.S.) Person" (i.e., U.S. Citizen; Permanent Resident Alien "green card holder"; emplo

error while 'make'

2001-10-01 Thread Haris Susanto
Hi, First at all, I want to appologize if somebody else ever send this question here. Would you please help me to solve my problem regarding installing MySQL. The error ocured when I 'make'. Last lines from 'make' are: = Mak

Re: HELP PLEASE - C API code help: UPDATE query using result from SELECT

2001-10-01 Thread John Mravunac
Aha, much appreciated...your words "therefore the target table may not appear in the SELECT clause" have made it clear to me...but can I assume that if I was to use aliases, then I would be able to sneak past this problem? :) John :^) Benjamin Pflugmann wrote: > Hi. > > As is described so

Re: HELP PLEASE - C API code help: UPDATE query using result from SELECT

2001-10-01 Thread Benjamin Pflugmann
Hi. On Tue, Oct 02, 2001 at 03:53:12PM +1000, [EMAIL PROTECTED] wrote: > Aha, much appreciated...your words "therefore the target table may not > appear in the SELECT clause" have made it clear to me...but can I assume > that if I was to use aliases, then I would be able to sneak past this > prob

Re: "\n" is SLASH, N instead of

2001-10-01 Thread Benjamin Pflugmann
Hi. On Tue, Oct 02, 2001 at 01:43:48PM +0800, [EMAIL PROTECTED] wrote: > > because a newline will indicate a new record, new lines > > have to be escaped. Else, you couldn't reasonably distinguish what's > > content and what's record seperator. > > Thanks for the reply. Seems to me mySQL should

Re: Fwd: Re: FULLTEXT exact match queries?

2001-10-01 Thread Lyubomir Simich
Hello Nate, Monday, 24 September, 2001, 19:56:47, you wrote: NF> I built my database and then used the command: NF> ALTER TABLE disc ADD FULLTEXT (title,recentdata,specialsound,uniqueid) NF> But if I try to search with this command: NF> SELECT title, recentdata, specialsound,uniqueid FROM disc W

RE: How to link three tables with joins on one table?

2001-10-01 Thread lorenz
Hi. On Tue, Oct 02, 2001 at 07:25:38AM +0200, [EMAIL PROTECTED] wrote: [...] > first thanks for your answer. > Your example does not work because the IdentNrS field is not in the table > Bestellungen_Status. Sorry, but there is no such table "Bestellungen_Status"? You mean Bestellungen_Status_Te

Re: Can one SELECT records depending on multiple entries in a many to many table?

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 07:54:37PM -0700, [EMAIL PROTECTED] wrote: > > Hi there, > > I have a many-to-many relationship: > > ind table > - > id = 4, name = Joe > id = 5, name = Jane > > bus_ctr table > - > id = 1, name = downtown mall > id = 2, name = sunshine mall > i

Re: How to link three tables with joins on one table?

2001-10-01 Thread Benjamin Pflugmann
Hi. On Tue, Oct 02, 2001 at 07:25:38AM +0200, [EMAIL PROTECTED] wrote: [...] > first thanks for your answer. > Your example does not work because the IdentNrS field is not in the table > Bestellungen_Status. Sorry, but there is no such table "Bestellungen_Status"? You mean Bestellungen_Status_Te

Re: "\n" is SLASH, N instead of

2001-10-01 Thread Uriel Wittenberg
> because a newline will indicate a new record, new lines > have to be escaped. Else, you couldn't reasonably distinguish what's > content and what's record seperator. Thanks for the reply. Seems to me mySQL should give me the \n I'm asking for rather than assuming that's not what I mean and esca

Re: "\n" is SLASH, N instead of

2001-10-01 Thread Benjamin Pflugmann
Hi. On Tue, Oct 02, 2001 at 11:52:21AM +0800, [EMAIL PROTECTED] wrote: > I have a batch file called mysql.txt containing the single line, > > select "test \n test"; > > My command for running this file is: > > mysql -N -B stud < mysql.txt > out.txt > > After running the command, out.txt conta

MySQL 3.23.42 on NetBSD 1.5.2 (i386)

2001-10-01 Thread Massimo Sironi
Hi to All, I've got some problem with MySQL 3.23.42 on NetBSD 1.5.2. I compile the sorce only with 'configure --prefix=/usr/local/mysql'. The 'make' is OK but if I try 'make test' it fail:... # make test cd mysql-test ; ./mysql-test-run Installing Test Databases Removing Stale Files Installing M

RE: How to link three tables with joins on one table?

2001-10-01 Thread lorenz
> Select > b.IdentNrA,b.Menge,b.Preis,b.ArtPosition,c.Artikel_Status,d.beschTitel,e.Str > asse,e.PLZ,e.Stadt,e.Land > From > Bestellungen_Status_Text f right join (BestellungenAdr e inner join > Bestellungen a using(IdentNrS)) using (BestellStatus) inner join > BestellungenP b using (IdentNrS) inn

Re: Install Script did not create mysqladmin

2001-10-01 Thread Benjamin Pflugmann
Hi. mysqladmin is part of the client package. You have to install that, too. Bye, Benjamin. On Tue, Oct 02, 2001 at 02:51:36AM -, [EMAIL PROTECTED] wrote: > >Description: > Install Script did not create mysqladmin [...] -- [EMAIL PROTECTED] --

Re: HELP PLEASE - C API code help: UPDATE query using result from SELECT

2001-10-01 Thread Benjamin Pflugmann
Hi. As is described somewhere (http://www.mysql.com/doc/R/E/REPLACE.html), REPLACE mainly behaves like INSERT and therefore the target table may not appear in the SELECT clause (as described here: http://www.mysql.com/doc/I/N/INSERT_SELECT.html). Sorry, but it seems you have to use a temporary t

Re: select data from more db

2001-10-01 Thread Benjamin Pflugmann
Hi. On Tue, Oct 02, 2001 at 08:18:50AM +0700, [EMAIL PROTECTED] wrote: > Hi, > I have data on more than 1 database with same schema. How could I use SQL > statement to retrieve it for display in 1 time? There is no SQL command to do that (yet). In the upcoming version 4.0 there is suppor

Re: error in your SQL syntax near 'order by 'Variable_name' ????

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 08:32:42PM -0400, [EMAIL PROTECTED] wrote: > I don't know anything about MySQL, Ive just been trying(with no luck)to > install a forum(Snitz forum from www.snitz.com) on my website. My website is > Linux/MySQL/Chilisoft! Im running out of support my host hasn't gotte

Re: Restarting mySQL as a daemon

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 02:05:05PM -0700, [EMAIL PROTECTED] wrote: > I want to start logging all queries on a mySQL server, but it is already > running. I would prefer not to shut it down, but if I have to, then I am not > sure how to start it up again without binding it to my logged-in self,

Re: Deleting from a table but specifying another..

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 04:48:36PM -0400, [EMAIL PROTECTED] wrote: > I'm trying to remove rows from one table where a column matches another > column in a seperate table.. > > I have mysql 3.22.32: > > DELETE TemporaryUsers_ToMessWith.* FROM TemporaryUsers_ToMessWith, > Advantage_Backup WHE

Re: Temporary Files?

2001-10-01 Thread Benjamin Pflugmann
Hi. A quick search for "temporary files" results in http://www.mysql.com/doc/T/e/Temporary_files.html The best guess is that it is the result of massive sorting. Why this happens (or better: is noticible) only on the new server, I have no idea of. Bye, Benjamin. On Mon, Oct 01, 2001

Re: Lots of restarts?

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 11:20:24AM -0700, [EMAIL PROTECTED] wrote: [...] > # at 4 > #010917 0:46:33 server id 1 Start: binlog v 1, server v 3.23.36-log > created 010917 0:46:33 > > Now, what is the issue here? Are these log files getting created each time > the server restarts? Yes, a

Re: 2 Byte Characters

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 10:50:51AM -0700, [EMAIL PROTECTED] wrote: > I need some help, > > I need to know how MySQL would handle different language character stes. In > particular, I need to know how MySQL would handle 2 Byte Characters. Does > this mean my VarChar (30) would only be able

Re: Privileges

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 01:51:35PM -0300, [EMAIL PROTECTED] wrote: > Hi list members, > I've just downloaded and installed MySQL 3.23.XX for an HPUX 11.00. Every > time I try connect to it I must insert a record in the table user for the PC > (host) in which I'm trying the connection. You kn

RE: socket problem

2001-10-01 Thread Mike
ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock to create a symlink. Nite M;) -Original Message- From: Avtar Dhillon [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 9:46 PM To: sql-list Subject: socket problem Hi All, I m trying to install mysql on linux machine fr

Re: Permission problem

2001-10-01 Thread Benjamin Pflugmann
Hi. Sorry, but how does this problem relate to MySQL? Bye, Benjamin. On Mon, Oct 01, 2001 at 11:29:13AM -0400, [EMAIL PROTECTED] wrote: > Hello list members, > > I am running mysql on a linux server. I can connect to it using telnet and > also using mysql client. I am given all the p

Re: Heap tables & replication

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 04:53:33PM +0400, [EMAIL PROTECTED] wrote: > Hello mysql, > > Could anyone tell me if heap tables are cyrrently working with > replication. > > As I remember some time ago you might get problems then server > restarts (so empty it's heap tables) there fore sl

Re: Support

2001-10-01 Thread Benjamin Pflugmann
Hi. On Sun, Oct 01, 2000 at 03:48:36PM +0530, [EMAIL PROTECTED] wrote: > Hello, > > Does MySQL Support Distributed Database. No. It "only" supports replication. > If not, then what's the way out? Depends on your needs. Describe them and someone might know an answer. Bye, Benjamin.

Re: mysql_insert_id

2001-10-01 Thread Benjamin Pflugmann
Hi. You know, mysql_insert_id returns a 64 bit integer (see http://www.mysql.com/doc/m/y/mysql_insert_id.html)? Though, ignoring this, you should normally get a steady 0 returned. Another possible cause of failure could be that you did not recompile your application and therefore have a version

Re: How to link three tables with joins on one table?

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 10:04:50AM +0200, [EMAIL PROTECTED] wrote: > > how can i link three tables with joins on one table? > > Select > b.IdentNrA,b.Menge,b.Preis,b.ArtPosition,c.Artikel_Status,d.beschTitel,e.Str > asse,e.PLZ,e.Stadt,e.Land > From > Bestellungen_Status_Text f right join (B

"\n" is SLASH, N instead of

2001-10-01 Thread Uriel Wittenberg
I have a batch file called mysql.txt containing the single line, select "test \n test"; My command for running this file is: mysql -N -B stud < mysql.txt > out.txt After running the command, out.txt contains "test \n test" -- with the "\n" appearing literally, instead of a newline character. I

socket problem

2001-10-01 Thread Avtar Dhillon
Hi All, I m trying to install mysql on linux machine from binary file.After performing all the steps given in documents for installation , when i try to change the passwd using "mysqladmin" , it gives the error.. error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock

Re: last_insert_id() bug ?? using INSERT IGNORE

2001-10-01 Thread marcus davy
On Tue, 02 Oct 2001 14:37, Paul DuBois wrote: > At 10:45 AM +1200 10/2/01, marcus davy wrote: > >On Mon, 01 Oct 2001 14:44, Paul DuBois wrote: > >> At 11:44 AM +1200 10/1/01, marcus davy wrote: > >> >If you specify the keyword IGNORE in an INSERT, any rows that > >> > duplicate an existing PRIM

Re: Counting Sequences

2001-10-01 Thread Paul DuBois
At 12:23 PM +1000 10/2/01, Bruce Collins wrote: >Hello, >I have a mySQL database with a large table of >athletic performances where every athlete has >a row for every performance. My problem is to >make a column which is a sequential count of >each athlete's performances. The table is in >chronolo

Can one SELECT records depending on multiple entries in a many to many table?

2001-10-01 Thread Joe Kaiping
Hi there, I have a many-to-many relationship: ind table - id = 4, name = Joe id = 5, name = Jane bus_ctr table - id = 1, name = downtown mall id = 2, name = sunshine mall id = 3, name = express shop mm_ind_bus_ctr table (many to many association table)

Install Script did not create mysqladmin

2001-10-01 Thread root
>Description: Install Script did not create mysqladmin >How-To-Repeat: >Fix: >Submitter-Id: >Originator:root >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: >Severity: >Priority: >Category:

RE: HELP PLEASE - C API code help: UPDATE query using result from SELECT

2001-10-01 Thread John Mravunac
Hi, When I try and use the REPLACE function such as: REPLACE INTO table1 SELECT table2.ID, table2.Modified FROM table1 INNER JOIN table2 ON table1.Company=table2.Company; I get: ERROR 1066: Not unique table/alias: 'table1' Here is the description of both tables: mysql> describe table1; +---

Re: last_insert_id() bug ?? using INSERT IGNORE

2001-10-01 Thread Paul DuBois
At 10:45 AM +1200 10/2/01, marcus davy wrote: >On Mon, 01 Oct 2001 14:44, Paul DuBois wrote: >> At 11:44 AM +1200 10/1/01, marcus davy wrote: >> >If you specify the keyword IGNORE in an INSERT, any rows that duplicate >> >an existing PRIMARY or UNIQUE key in the table are ignored and are not >>

Counting Sequences

2001-10-01 Thread Bruce Collins
Hello, I have a mySQL database with a large table of athletic performances where every athlete has a row for every performance. My problem is to make a column which is a sequential count of each athlete's performances. The table is in chronological order. Have been trying with PHP but I am very mu

Re: msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Luke Chiam
> What is required to be installed on webserver (redhat linux i686) as far as > msql client , C++ , compiler ,mysql header files , and mysql client library If you are talking about development in C with MySQL, you will need MySQL-client, MySQL-devel, MySQL-shared. As for C++ I think there is a My

select data from more db

2001-10-01 Thread Sommai Fongnamthip
Hi, I have data on more than 1 database with same schema. How could I use SQL statement to retrieve it for display in 1 time? Pls describe with PHP code. thanks SF - Before posting, please check: http://www.mysql.

Cannot get mysql to core dump

2001-10-01 Thread Spinlock
Sometimes mysqld gets signal 11 (segmentation fault), it crashes, and safe_mysqld restarts it, anyways I cannot get it to generate a core dump file. I am using FreeBSD 4.2. Any ideas? --- Spinlock Creator of EmpireQuest http://www.empirequest.com ---

Re: error in your SQL syntax near 'order by 'Variable_name' ????

2001-10-01 Thread Emailit2
I don't know anything about MySQL, Ive just been trying(with no luck)to install a forum(Snitz forum from www.snitz.com) on my website. My website is Linux/MySQL/Chilisoft! Im running out of support my host hasn't gotten back with me, and Snitz support doesn't know. So I got to messing around w

Re: error in your SQL syntax near 'order by 'Variable_name' ????

2001-10-01 Thread Rodney Broom
From: <[EMAIL PROTECTED]> > MySQL said: You have an error in your SQL syntax near 'order by > 'Variable_name' ASC' at line 1 > > Any ideas as to what this means, and how to fix it? Hi Dave, How 'bout sending us the entire SQL statement, please. --- Rodney Broom Programmer: Desert.Net -

error in your SQL syntax near 'order by 'Variable_name' ????

2001-10-01 Thread Emailit2
Hi, MySQL said: You have an error in your SQL syntax near 'order by 'Variable_name' ASC' at line 1 Any ideas as to what this means, and how to fix it? Thanks, Dave - Before posting, please check: http://www.mysql.com/manu

Re: ISAPI & MySQL

2001-10-01 Thread MH
I have written some ISAPI filters and extensions that use the MySQL C API. By using the MySQL C API, you don't need to install MyODBC, and your data access will be a little faster, compared to MyODBC. The C API also is extremely easy to use. I have, however, found an apparent problem with th

Re: last_insert_id() bug ?? using INSERT IGNORE

2001-10-01 Thread marcus davy
On Mon, 01 Oct 2001 14:44, Paul DuBois wrote: > At 11:44 AM +1200 10/1/01, marcus davy wrote: > >If you specify the keyword IGNORE in an INSERT, any rows that duplicate > >an existing PRIMARY or UNIQUE key in the table are ignored and are not > >inserted. > >But the last_insert_id() function still

Re: Bug, mySQL keeps crashing.

2001-10-01 Thread Spinlock
I was using gcc not g++ --- Spinlock Creator of EmpireQuest http://www.empirequest.com On Mon, 1 Oct 2001, Brian Reichert wrote: > On Thu, Sep 27, 2001 at 07:19:02PM -0600, Spinlock wrote: > > Hello. I am running mySQL 3.23.42 on FreeBSD 4.2. > > > > I have compiled it with InnoDB and

Re: Bug, mySQL keeps crashing.

2001-10-01 Thread Brian Reichert
On Thu, Sep 27, 2001 at 07:19:02PM -0600, Spinlock wrote: > Hello. I am running mySQL 3.23.42 on FreeBSD 4.2. > > I have compiled it with InnoDB and full debug to help figure out why it > keeps crashing. I've done a few core dumps and I'll paste 3 of them, it > keeps on crashing in the same funct

Win2K/MS Access 2K/My SQL

2001-10-01 Thread Paul @ KB Technology
Hi, I have an application written in MS Access 2000 which has linked tables from a MYSQL database. I'm having a problem running queries which update the linked tables. I can update individual records ok from Access, but as soon as i tried to run a query, the query failes saying X number of recor

Restarting mySQL as a daemon

2001-10-01 Thread Jonathan Hilgeman
I want to start logging all queries on a mySQL server, but it is already running. I would prefer not to shut it down, but if I have to, then I am not sure how to start it up again without binding it to my logged-in self, so that when I log out of the system, the program doesn't stop. Is there anyw

Deleting from a table but specifying another..

2001-10-01 Thread Chad Day
I'm trying to remove rows from one table where a column matches another column in a seperate table.. I have mysql 3.22.32: DELETE TemporaryUsers_ToMessWith.* FROM TemporaryUsers_ToMessWith, Advantage_Backup WHERE Advantage_Backup.TempAccountNumber = TemporaryUsers_ToMessWith.TempAccountNumber AN

Temporary Files?

2001-10-01 Thread Isaac Wagner
Could someone explain to me how/when mysql uses temp files.. running a new dedicated db server with twice as much ram as the old one, and the new one keeps dumping 400+mb data into a temp file when the database is searched, both with LIKE and MATCH/AGAINST statements... i have never looked to see

Re: msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Kirk Strauser
At 2001-10-01T17:31:46Z, "Lou DAmbrosio" <[EMAIL PROTECTED]> writes: > What is required to be installed on webserver (redhat linux i686) as far > as msql client , C++ , compiler ,mysql header files , and mysql client > library To do what? -- Kirk Strauser Internet Software Engineer NMotion, In

MySQL on NT

2001-10-01 Thread Dave Carter
I've been scouting around for hosts that offer both W2k/NT support as well as mySQL, but I haven't been able round up one! is there a good reason for this? It seems to me that the hosting public is just not educated that mySQL even can run on NT. Thoughts? Dave Carter Chief Web Architect Acceler

Cannot get server to honor configuration settings

2001-10-01 Thread Mailing List Receiver
With basedir and datadir=/var/lib/mysql the error is: 011001 16:16:42 /usr/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13) With basedir=/var/lib/mysql and datadir not set: /usr/libexec/mysqld: Can't change dir to '/var/lib/mysql/var/' (Errcode: 2) 011001 16:18:23 Aborting 011001

RE: User Permissions Issue (Easy questions?)

2001-10-01 Thread Erica Douglass
Thank you so much! That worked. *big sigh of relief* Erica > -Original Message- > From: Carsten H. Pedersen [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 12:48 PM > To: Erica Douglass > Subject: RE: User Permissions Issue (Easy questions?) > > > > Hi, > > > > I am wor

Re: MS-Access

2001-10-01 Thread Curtis Maurand
Look in the contrib section of the website. There are scripts for exporting Access databases to mysql. Curtis On Mon, 1 Oct 2001 [EMAIL PROTECTED] wrote: > On Mon, 1 Oct 2001, Andreas Schmidt wrote: > > > Hi List > > > > I want to migrate from a NT-Server to a Linux Server. Therefore I'm > >

RE: sql syntax INSERT

2001-10-01 Thread Joe Kaiping
You probably want a unique index for those cols. Check out: http://www.mysql.com/doc/C/R/CREATE_TABLE.html (search for unique in page) and http://www.mysql.com/doc/C/R/CREATE_INDEX.html -Joe > -Original Message- > From: Robert Martin [mailto:[EMAIL PROTECTED]] > Sent: Monday, October

Re: User Permissions Issue (Easy questions?)

2001-10-01 Thread Curtis Maurand
grant alter, create, delete, drop, insert, select, update, index ON name_of_database.* to name_of_database TO username@localhost identified by "password" with grant option; then grant alter, create, delete, drop, insert, select, update, index ON name_of_database.* to name_of_database TO userna

Re: sql syntax INSERT

2001-10-01 Thread Adams, Bill TQO
Robert Martin wrote: > Hi, > > I?m still learning sql so I hope this doesn?t sound to basic. > > I would like to find out if there is a way to insert a record only when (X and Y) do >not exist. > I have the value to check against stored in a variable. ALTER TABLE table ADD UNIQUE u_xy_idx ( x,

sql syntax INSERT

2001-10-01 Thread Robert Martin
Hi, I’m still learning sql so I hope this doesn’t sound to basic. I would like to find out if there is a way to insert a record only when (X and Y) do not exist. I have the value to check against stored in a variable. My table looks like the following: ID | X | Y - 1 | 10

sql syntax INSERT

2001-10-01 Thread Robert Martin
Hi, I’m still learning sql so I hope this doesn’t sound to basic. I would like to find out if there is a way to insert a record only when (X and Y) do not exist. I have the value to check against stored in a variable. My table looks like the following: ID | X | Y - 1 | 10

User Permissions Issue (Easy questions?)

2001-10-01 Thread Erica Douglass
Hi, I am working with an internal database. We add a user using the following statements: create database name_of_database; GRANT alter, create, delete, drop, insert, select, update, index ON name_of_database TO username@localhost identified by "password" with grant option; GRANT alter, create

Re: confirmation of transferred records from myodbc

2001-10-01 Thread Miguel Angel Solórzano
At 14:18 01/10/2001 -0400, melissa allman wrote: Hi, If you link the MySQL table using MyODBC you can build an Append Query on Access which inform you the number of rows from the record set and at the end the number of rows which had successfully processed. If you want to avoid duplication of reco

Re: ISAPI & MySQL

2001-10-01 Thread Carl Troein
Roger writes: > Hi, > Anyone know how to use MySQL in > an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI) > application? I don't have any experience with ISAPI, but as far as I know the major point is that your programs have to be thread safe and use a thread safe version of the

Re: ISAPI & MySQL

2001-10-01 Thread massey
You can use the same basic way as if you where using M$ or IB using the MyODBC or ? I use ASTA and connect through that way. If you need more let me know I'll try and help you out. M;) > Hi, > Anyone know how to use MySQL in > an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI) > a

Re: How to delete diferent lines in 2 tables ?

2001-10-01 Thread Carl Troein
fi-claudemir writes: > I 'm trying to use a sub-select to delete the lines that are in the > table2 but are not in the table1 > but I didn't get it. If you had bothered to read the manual you would've known that subselects aren't implemented yet, and there's no way to specify more than one tab

ISAPI & MySQL

2001-10-01 Thread Roger
Hi, Anyone know how to use MySQL in an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI) application? Thanks, Roger - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.my

Re: Post Installation Question

2001-10-01 Thread Intekhab Choudhury
Hi, I have done the following $./bin/mysql -uroot mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 to server version

Lots of restarts?

2001-10-01 Thread Jonathan Hilgeman
Hi People, I'm new to this list, so forgive me if I sound like a newbie. Anyhow, here's my issue... I have a script that notifies me when there are mySQL errors in one of my PHP scripts. Today I just got an error saying that "MySQL server was gone." I checked it out and noticed that it was still

confirmation of transferred records from myodbc

2001-10-01 Thread melissa allman
Hi, I am working on a project that involves using a form to populate a MYSQL table. I then need to transfer these records to an Access database. I want to have a flag on the MYSQL table to indicate that the record was successfully sent to Access. It could be an on/off or Y/N value. I am trying

How to delete diferent lines in 2 tables ?

2001-10-01 Thread fi-claudemir
Hi I'working with two tables (table1 and table2). I 'm trying to use a sub-select to delete the lines that are in the table2 but are not in the table1 but I didn't get it. Below the way I've tried: DELETE FROM Table1 SELECT Table1.* FROM Table1 LEFT JOIN Table2 ON Table1.ID=Table2.ID WHERE T

RE:Permission problem

2001-10-01 Thread Harpreet
Awesome!!! Thanks u so much Deepanshu. Yes we changed it to 755 and we can see all the pages in the browser and also in the ftp software. But i still cannot transfer files from my computer to the web directory. I can overwrite the existing pages like index.html and can see the changes in the web

2 Byte Characters

2001-10-01 Thread Mike Eggleston
I need some help, I need to know how MySQL would handle different language character stes. In particular, I need to know how MySQL would handle 2 Byte Characters. Does this mean my VarChar (30) would only be able to hold 15 characters, or does it understand that, and automatically adjust for it

No combination of basedir and datadir seems to work

2001-10-01 Thread Todd Merriman
>Description: Setting basedir=/var/lib/mysql produces the error message: /usr/libexec/mysqld: Can't change dir to '/var/lib/mysql/var/' (Errcode: 2) with datadir not set to anything Setting datadir=/var/lib/mysql produces the error message: 011001 13:32:27 /usr/libexec/m

msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Lou DAmbrosio
Hi list members: What is required to be installed on webserver (redhat linux i686) as far as msql client , C++ , compiler ,mysql header files , and mysql client library . Any help would be greatly appreciated. THANKS LOUIE - B

RE: MS-Access

2001-10-01 Thread Haapanen, Tom
This helps you convert the data to a MySQL database (a much faster and more robust datastore than JET). If you need to access the data from both platforms, including existing Access applications, install MyODBC on NT, create a suitable ODBC DSN and, then, in Access, use File > Get External Data

FW: Permission problem

2001-10-01 Thread Harpreet
Can the administrator grant me rights to transfer files to a specific folder and if yes how do i do it? Also earlier i could view the default index.html page through the web now i get the error messgae Forbidden You don't have permission to access / on this server. What am i missing. I am very

Privileges

2001-10-01 Thread Ing. Gustavo Edelstein
Hi list members, I've just downloaded and installed MySQL 3.23.XX for an HPUX 11.00. Every time I try connect to it I must insert a record in the table user for the PC (host) in which I'm trying the connection. Is there any way to avoid this and allow any user on any host to connect ? Thanks Ing.

Re: PHP/MySQL question - need help with fputs, mysql statements

2001-10-01 Thread Tony Wells
Dave Lake wrote: > > Hi Folks > > I have used MySQL for some time and am just getting my head around PHP. I > looked across a number of PHP sites for some input on this but failing to > find an answer thought I would ask some MySQL users (surely many of you are > using PHP right? ;-) ) for help.

Permission problem

2001-10-01 Thread Harpreet
Hello list members, I am running mysql on a linux server. I can connect to it using telnet and also using mysql client. I am given all the permissions. I am trying to create a few php pages and want to ftp them to the linux server . I am using WS_FTP. i can view the folder where i need to put th

Re: unixODBC..

2001-10-01 Thread Trond Eivind Glomsrød
"Srinivasa T.N." <[EMAIL PROTECTED]> writes: > Well, if I use the SQL statements specific to MySQL in my application, > then won't I loose portability?? For the most part - there are certain tricks you can try, which takes advantage of text which looks like comments to other databases. If you w

Re: MS-Access

2001-10-01 Thread webadmin
On Mon, 1 Oct 2001, Andreas Schmidt wrote: > Hi List > > I want to migrate from a NT-Server to a Linux Server. Therefore I'm > looking > for a solution to run my existing MS-Access-Databases under MySQL. Is > there a chance to point from a MySQL-DB to a MS-Access-DB in order that > my data can st

MS-Access

2001-10-01 Thread Andreas Schmidt
Hi List I want to migrate from a NT-Server to a Linux Server. Therefore I'm looking for a solution to run my existing MS-Access-Databases under MySQL. Is there a chance to point from a MySQL-DB to a MS-Access-DB in order that my data can stay within the MS-Access-DB? Andi -

data-mining packages for MySQL, or other freeware?

2001-10-01 Thread Lukasz Huminiecki
Hello! I am looking for a free-ware data-mining package, preferably one that would be somehow geared-up for use with MySQL. I must say, I am more interested in scientific data-mining rather than business applications, so perhaps something too focused on sales etc. won't do. If there is no fr

Heap tables & replication

2001-10-01 Thread Peter Zaitsev
Hello mysql, Could anyone tell me if heap tables are cyrrently working with replication. As I remember some time ago you might get problems then server restarts (so empty it's heap tables) there fore slave does not and so it gets dublicate key errors on inserts to this tables, which is

ANNOUNCE: moodss-14.6

2001-10-01 Thread Jean-Luc Fontaine
Hi everybody: here is a new version of moodss. Check it out! (or at least the screenshots at http://jfontain.free.fr/moodss3.gif or http://jfontain.free.fr/moodss4.gif :). ### CHANGES ### --- version 14.6 --- in threshold alert email message, it is now possible to attach the screenshot of

Support

2001-10-01 Thread Manish Mehta
Hello, Does MySQL Support Distributed Database .If not, then what's the way out ? Manish Mehta - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the lis

mysql_insert_id

2001-10-01 Thread Matthew Fincham
Hello Firstly, this is my first query, so I can only hope I have sent it to the correct list! I am using the C API for MySQL, and using the mysql_insert_id() function to get the last id assigned in an AUTO INCREMENT column. Orignially I was using 3.22.32 and everything worked fine. Upon upgradin

RE: unixODBC..

2001-10-01 Thread Venu
Hi Srinivas !!! > -Original Message- > From: Srinivasa T.N. [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 12:56 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: unixODBC.. > > > Well, if I use the SQL statements specific to MySQL in my application, > then wo

How to link three tables with joins on one table?

2001-10-01 Thread lorenz
Hallo, how can i link three tables with joins on one table? Select b.IdentNrA,b.Menge,b.Preis,b.ArtPosition,c.Artikel_Status,d.beschTitel,e.Str asse,e.PLZ,e.Stadt,e.Land From Bestellungen_Status_Text f right join (BestellungenAdr e inner join Bestellungen a using(IdentNrS)) using (BestellStatus)

Re: last_insert_id() bug ?? using INSERT IGNORE

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 12:30:10AM -0400, [EMAIL PROTECTED] wrote: > Paul DuBois> INSERT IGNORE can't fully assess whether the record is to be > ignored > Paul DuBois> until the record's contents have been generated. > > And why can't it wait until after the ignore/don't ignore assessment be

Re: unixODBC..

2001-10-01 Thread Srinivasa T.N.
Well, if I use the SQL statements specific to MySQL in my application, then won't I loose portability?? Seenu. Venu wrote: >You can execute any valid SQL statements through SQLExecDirect API. Please >check the MySQL document, http://www.mysql.com/documentation/index.html, >which can guide you