Re: '/tmp/mysql.sock' (111)

2001-08-03 Thread Werner Stuerenburg
sarahana schrieb am Freitag, 3. August 2001, 03:07:31: > If mysql is shown when runnnig phpinfo() - does it mean that its installed, > and if yes, why this error? this only shows that php is compiled with mysql support. > thanks, what needs to ben done? I assume you work under win. You need t

RE: Crazy Threads

2001-08-03 Thread Chris Hilbert
I was watching the log for errors, but none occurred. I absolutely lost at what this could be. I just did a mysql_install_db (and deleted the old) thinking maybe a permission might be messed up. We'll see if that helps. Chris Hilbert -Original Message- From: Werner Stuerenburg [mailto

binary test failed on Mac OS X Server 1.2

2001-08-03 Thread root
>Description: binary test failed on Mac OS X Server 1.2 using mysql 3.23.40. Problem appears with both binary distribution and built from source according to manual instructions. >How-To-Repeat: make test >Fix: not known. >Submitter-Id: >Originator:David Cake >Organiz

new installation

2001-08-03 Thread Mark -None-
I downloaded, compiled, and installed the latest MySQL release from the source code at www.mysql.com last night. I was running through the tests documented in the INSTALL-SOURCE file, and I've found that mysqladmin -u root shutdown does not work. I've done a ps and I can still see the mysqld r

Re: Query Not Using Indexing

2001-08-03 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Adam Douglas writes: >> I'm running MySQL v3.22.32. Here's my problem I run the following >> select query and both CompanyRep and PostalCodeInfo tables are not >> using my Indexing. Why? How can I get these two tables

Re: How to add an excel file directly to MySQL database using PHP?

2001-08-03 Thread Werner Stuerenburg
Yeong CN schrieb am Freitag, 3. August 2001, 06:43:11: > How can I add an excel file with *.xls extension > directly into MySQL database..is it possible to do or > I need to convert it into *.csv format or *.txt format > first? You can put anything into MySQL provided you choose the right colum

Re: new user privileges

2001-08-03 Thread Stefan Hinz
Dear Alex, > to add a new user with full privileges on only 'abcdb'. How I assume "abcdb" is a database, not a table. Try this: GRANT ALL ON abcdb.* TO "newuser"@"localhost" IDENTIFIED BY "pw" Regards, --- Stonix <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new in mysql admin. I have question

How can try to recover the data from mysql

2001-08-03 Thread Rupak
Hello Friends I think my mysql database carsh but I hope there are some utility to recovered the data crash. Can any one help me in this. Rupak Joshi - Before posting, please check: http://www.mysql.com/manual.php (

about your GUI Source

2001-08-03 Thread nbumath
hi, mysql£¡ I'm interesting in your GUI style, so I download a copy of your source code, but, IMHO, I'm so surprised that the style of the code is so bad, it's so unreadable. And another question is that, After it is connected to a host(Solaris) which settled in local network, but it is very ver

Re: password for root

2001-08-03 Thread Grigory Bakunov
Date |Thu, 2 Aug 2001 15:18:51 -0400 >From |"Stonix" <[EMAIL PROTECTED]> Hello! S> Hi, S> I installed mysql, and found root can login without a password. S> So I checked mysql manual and setup a password for root. However, S> according to the manual, I need to type another commond: S> "flush pr

Re: mySQLd won't die under Darwin (Mac OS X 10.0.4)

2001-08-03 Thread Sinisa Milivojevic
Mark Tully writes: > Hi Sinisa, > > The server functions fine, I can run queries on it and I've lot it linked > into a bulletin board through php and apache and that works like a dream. > But it still won't die! > > mysqladmin -uroot -psql shutdown > > Returns without any complaint but the task

RE: data checking during input?

2001-08-03 Thread Adam Douglas
Just do a SELECT query to MySQL before you do an INSERT then compare the two. Compare whatever you don't want to be a duplicate. In most cases you'll have a central point at which you should be able to check but it all depends on your setup/situation. Understand? I could go into a more in depth de

Re: Crash on replace

2001-08-03 Thread Timothy Smith
On 2001 Aug 03, Miguel Angel Solórzano <[EMAIL PROTECTED]> wrote: > I was be able to repeat your bug report. Thanks and it > will be fixed. This has been fixed in the current code. Here is a patch: *** sql/ha_berkeley.cc.orig Fri Aug 3 09:46:50 2001 --- sql/ha_berkeley.cc Fri Aug 3 09

Databases on Removable Media?

2001-08-03 Thread Gerald R. Jensen
Is it possible to create mulitple database directories ... with one of them on a CD-ROM? One of the databases our app uses is an 'archive', and once a record is written to it, that record is never altered or updated. Each night, a daemon runs through the archive, 'indexes' it and writes out a pai

socket error: Can't connect to local MySQL server through socket '' (111)

2001-08-03 Thread Charles Mégnin
I am getting an error message Can't connect to local MySQL server through socket '' (111) trying to connect via mySQLgui on my Linux box running RH6.2 I do have a /tmp/mysql.sock with proper authorizations and have no problem connecting to the serverwithout the client. Thanks for your clues Char

Re: Host Access denied

2001-08-03 Thread Sherwin Ang
It looks like you dont have the correct privileges on your mysql server to connect from a specified host. Look at the Grant function in mysql manual for more info Sherwin Ang Web Programmer Yesmynet Internet - Original Message - From: Mike <[EMAIL PROTECTED]> To: MySQLList <[EMAIL PROT

Re: generate database script from existing table?

2001-08-03 Thread Stefan Hinz
Dear Tong, if you have access to the machine in question as root, try: mysqldump --all-databases > export_it_all_file.sql You may have to enter MySQL superuser name and password, so it goes like this: mysqldump --all-databases -u superuser -p > export_it_all_file.sql (enter pw at promp

'/tmp/mysql.sock' (111)

2001-08-03 Thread sarahana
If mysql is shown when runnnig phpinfo() - does it mean that its installed, and if yes, why this error? thanks, what needs to ben done? > What does this error mean? > I ran a simple connect query just to check if mysql is there, and now I know > it is cause i ran phpinfo(): > > Warning: Can't

RE: Further FreeBSD 4.3 Issues (CPU hogging)

2001-08-03 Thread Institute For Social Ecology
Ken, Thanks for taking the time in the midst of all your priorities to help me look into this problem. I was able to get the proper pid for the mysqld process, but running truss -p (number here) resulted in no return. Running truss /usr/local/libexec/mysqld resulted in the display I sent in my

Re: Query Acting Weird

2001-08-03 Thread Werner Stuerenburg
Adam Douglas schrieb am Donnerstag, 2. August 2001, 19:14:15: > I have a group of 3 queries that's used to find our representative for > Unitary, Applied and Wholesale based on a Zip Code. This all is executed > through PHP to MySQL. The three queries work fine and get the results I > want. The

RE: Version question...

2001-08-03 Thread Gerald R. Jensen
True, but his question was about Windows NT Server. -Original Message- From: Sommai Fongnamthip [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 2:16 AM To: Gerald R. Jensen; Garth Hansen; [EMAIL PROTECTED] Subject:Re: Version question... 3.23.40 is stable on Linu

Compile problem

2001-08-03 Thread Sophokles Zafeiris
Hi, I'm trying to compile MySQL 3.23.40 on Solaris 7 (Intel platform) machine. I extracted and configured the source but when I tried to run "make" there was the follwoing error: In file included from mysql.cc:28: ../include/global.h:646: warning: abstract declarator used as declaration *** Erro

Re: Help selecting something that occurred in past 5 minutes

2001-08-03 Thread Werner Stuerenburg
Mark R. Cervarich schrieb am Freitag, 3. August 2001, 03:33:44: > On 2 Aug 2001 [EMAIL PROTECTED] wrote: >> Your message cannot be posted because it appears to be either spam or >> simply off topic to our filter. To bypass the filter you must include >> one of the following words in your messa

RE: confirm unsubscribe from mysql@lists.mysql.com

2001-08-03 Thread Chris Toynbee
HI, I've tried to unsuscribe myself from this list but I am still getting lots of mails! Can you help me please? Cheers, CHris. -- email: [EMAIL PROTECTED] mobile: 07944 042924 icq: 24960908 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 02 August 200

Re: Databases on Removable Media?

2001-08-03 Thread Werner Stuerenburg
Gerald R. Jensen schrieb am Freitag, 3. August 2001, 02:51:36: > Is it possible to create mulitple database directories ... with one of them > on a CD-ROM? As far as I know, you can spread your data physically to different locations and different media. You will find information on this quest

How to Know if DBD is installed ?

2001-08-03 Thread Claudemir F. Martins
Hello How is possible to know if the DBD (for Perl Interface) is already installed in Mysql ? Is there a way to install it , after MySQL is installed ? Regards Claudemir F. Martins - Before posting, please check: http://

RE: Access to MySQL Column Type Error

2001-08-03 Thread Venu
Hi ! Can you send me the ODBC trace ? Thanks in advance venu > -Original Message- > From: Adam Douglas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 10:52 AM > To: '[EMAIL PROTECTED]' > Subject: Access to MySQL Column Type Error > > > I'm trying to do an append query in A

password for root

2001-08-03 Thread Stonix
Hi, I installed mysql, and found root can login without a password. So I checked mysql manual and setup a password for root. However, according to the manual, I need to type another commond: "flush privileges;" I don't undersdant why should I do this. Any one can give me a hint? Alex ---

Re: Table LOCKING

2001-08-03 Thread Mike Blezien
Thanks Gerald, I finally figured that out, from what I understand, when locking and the given table is set to 'WRITE' this includes 'READ' too. so I only needed to use the table once :) Cheers, >>On Fri, 03 Aug 2001 14:31:00 -0500, Gerald Clark <[EMAIL PROTECTED]> > wrote: >> >>> Hi All, >>

LOAD tblname FROM MASTER (slave)

2001-08-03 Thread Ollie Cook
I saw this command listed on http://www.mysql.com/doc/R/e/Replication_SQL.html LOAD TABLE tblname FROM MASTER However, the same command is not listed on: http://www.mysql.com/doc/L/O/ Is the command very new, because it doesn't seem to work: mysql> load table sessions from master; ERR

Re: Select

2001-08-03 Thread shawn reed
just out of curiousity, was there a particular advantage to you using varchar as opposed to date for the column type? because if so it would be a lot easier to manipulate that date.. you could calculate differences in dates, get portions of the date, and all sorts of other nice things if it were

MySQL 3.23.39 slower that 3.22.27?

2001-08-03 Thread Liz Marlow
We've upgraded from 3.22.27 to 3.23.39 to utilise replication but have found that this version is significantly slower that our old version (we haven't switched replication on yet either). Has anyone else noticed this or have any suggestions to improve performance. We upgraded MySQLdb from MySQL

ALTER TABLE question

2001-08-03 Thread Chris Malloch
Hi people with far more knowledge than myself, I have recently started making use of MySQL on a virtual server provided by my ISP. I can telnet into the server using SSH Telnet, log in to my database, create tables and populate those tables. When I try to alter the field definitions of a table

Re: mysql + dns server?

2001-08-03 Thread mike cullerton
on 8/3/01 9:20 AM, Kyle Hayes at [EMAIL PROTECTED] wrote: > I went though the online docs for dbjdns and didn't really see anything that > looked like it would talk to MySQL. DBJ likes to use his CDB code for a lot > of his projects. Is there a FAQ or page I missed? my bad. the reason djbdns p

Re: [MySQL] Database size

2001-08-03 Thread Gene Sanborn
I hate to ask this on the list, but I have tried everything to unsubscribe and nothing works. Any suggestions? Thanks. -Original Message- From: TIGNAC BRUNO <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, August 03, 2001 11:00 AM Subject: [MySQL] Database siz

Re: Crazy Threads

2001-08-03 Thread Werner Stuerenburg
Chris Hilbert schrieb am Donnerstag, 2. August 2001, 12:54:55: > Its seems like the only way to watch the process list would be to do > something like mysqladmin -uroot -i 1 processlist. Since I can't show > processlist when it won't connect to it (I tried to do it while it was > dead). Still

MySQL and CharSets

2001-08-03 Thread Bernhard Doebler
Hi, I import a CSV file into MySQL using LOAD DATA INFILE. That's no problem. The problem is the textfile contains German umlauts. When I query the table with MySQL-program on the console (SQL monitor) it even works fine. But when I output in PHP it only shows the correct characters if I send h

Can't find error mesage file

2001-08-03 Thread monika . danielsson
>Description: I get the message bin/mysqld: Fatal error: Can't find messagefile '/usr/local/mysql/share/mysql/english/errmsg.sys' when I try to start mysqld. Note that my mysql is *not* under /usr/local, which might have something to do with it. (The problem is that I do

Re: State: "Writing to net"

2001-08-03 Thread mike cullerton
on 8/3/01 10:30 AM, Ravi Raman at [EMAIL PROTECTED] wrote: > what's up with that 30 second pause? > does this look like a network problem to you guys? if it was, why would it > not affect the 'limit 1' query as well? > is there some sort of resource that mysql needs to process the 53000 rows

SQL/Table question

2001-08-03 Thread Mike
How would I select all the tables _names_ in a particular database? Is it possible? i.e. Select table_names from tables; Thanks. Blessings, Mike Revelation 1:8 I am the Alpha and Omega, the Beginning and the Ending, says the Lord, who is and who was and who is to come, the Almighty. -- The

Re: generate database script from existing table?

2001-08-03 Thread Ilya Martynov
TKC> Hi TKC> I just took over a mysql database with no documenation. Is there any TKC> tools or anyway I could generate a database/table creation script from TKC> the current database? This is because I need to recreate the database TKC> on another machine and currently I have no way of doing s

Re: Dedicated MySQL Application Server

2001-08-03 Thread Sommai Fongnamthip
Sorry, I am not sure to understand with 'interfere with any other instance'. I have more table and application in 1 database (in 1 server) which have a lot of database operation in everyday (insert, delete). and I could backup or restore any table in this database whenever I want. If you me

Re: cannot set root mysql password

2001-08-03 Thread Hugo Koji Kobayashi
Hello, On Fri, Aug 03, 2001 at 10:48:55AM +0500, Grigory Bakunov wrote: > No. You need to remove -p from this command line. > So "/usr/bin/mysqladmin -u root password 'new-password'" works like a dream -); > So, this must be corrected on the install script ($bindir/mysql_install_db): - e

Re: How can try to recover the data from mysql

2001-08-03 Thread Werner Stuerenburg
Rupak schrieb am Dienstag, 10. Juli 2001, 10:27:47: > I think my mysql database carsh but I hope there are some utility to > recovered the data crash. read on myisamchk or recovery in the manual. -- Herzlich Werner Stuerenburg _

Re: problem

2001-08-03 Thread Grigory Bakunov
Date |Thu, 2 Aug 2001 06:08:24 -0700 (PDT) >From |makarand yevatekar <[EMAIL PROTECTED]> Hello! MY> I am makarand From Vinayak Computer When i run the the MY> mysql it gives me errot MY> ERROR 2002 : Canat't connect to the local Mysql server MY> through scocket ' /var/lib/mysql/mysql.sock' (111)

RE: State: "Writing to net"

2001-08-03 Thread Ravi Raman
hi and thanks for the responses. grigory: obviously local connections will be faster...but a query time difference of 2 seconds locally compared to 5 minutes for a machine on the same network (that can scp/ftp a 1 meg file in a few seconds) is a little strange. and at the risk of going offtopic, i

Re: Bug in MySQL-4.0

2001-08-03 Thread Sinisa Milivojevic
Fournier Jocelyn [Presence-PC] writes: > Hi, > > I caught a bug in MySQL-4.0, but I don't know how to reproduce it ;) > > Here is the description : > > mysqld got signal 11; > This could be because you hit a bug. It is also possible that this binary > or one of the libraries it was linked agais

No Database Selected /weird behaviour

2001-08-03 Thread Werner Stuerenburg
Errno: 1046 Error: No Database Selected I get this on only one of my sites, on the first query during a connection only, and actually it is an impossible error. All sites are driven by db_mysql.inc from PHPLIB. Therefore, everything is totally automatic, no chance to omit the database name durin

Re: Dedicated MySQL Application Server

2001-08-03 Thread Grigory Bakunov
Date |Fri, 03 Aug 2001 11:52:00 +0700 >From |Sommai Fongnamthip <[EMAIL PROTECTED]> Hello! SF> Why do not use table and user permission separately in 1 database? Cause problem specification says "I would not want this database to interfere with any other instance of MySQL that may be running on

Re: Re: MySQL GUI

2001-08-03 Thread Marc Liyanage
Hi there, At 17:09 Uhr +0300 3.8.2001, Sinisa Milivojevic wrote: >Michael Collins writes: >> >> >> Sorry I cannot answer to the technical needs of installing this >> application. I think the answer on whether end-users would install >> the requisite components in order to run this application

Re: Help selecting something that occurred in past 5 minutes

2001-08-03 Thread Mark R. Cervarich
On 2 Aug 2001 [EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > database,sql,query,table > > If you just reply to this message

Re: Auto Startup failed - Mysql deamon

2001-08-03 Thread Grigory Bakunov
Date |Fri, 3 Aug 2001 12:07:15 +0800 >From |"TestMonster" <[EMAIL PROTECTED]> Hello! T> Hi T> I've followed exactly every step lin the README. T> 1. cp ./support-files/mysql.server to /etc/rc.d/ T> 2. create link /etc/rc0.d/S01mysql to /etc/rc.d/mysql.server T> 3. create link /etc/rc3.d/S9

Re: Searching in a mysql table

2001-08-03 Thread joe
I hope i'm asking in the right place, as i've asked around alot and haven't gotten an answer. Would it be inefficient to use the command "SELECT * FROM users_info WHERE name LIKE "%phil%" and company like "%" and address like "%";" Note the single % by itself. Would this slow down the s

Re: Kernel crash caused by mysql?

2001-08-03 Thread Van
Mario Witte wrote: > > Tonight one of our database servers died, though it din't have any > special load at that time. The following output could be found in > /var/log/warn: > > Aug 3 04:58:57 db2 kernel: Unable to handle kernel paging request at > virtual address 6dad7220 > Aug 3 04:58:57 db

RE: Error during make process on mySQL 3.23.40

2001-08-03 Thread Ravi Raman
hi. find ar...add it to your path..something like: PATH=$PATH:/usr/sbin export PATH type make again. hth. -ravi -Original Message- From: Alex Cook [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 2:19 PM To: '[EMAIL PROTECTED]' Subject: Error during make process on mySQL 3.23.

Thinking of switching from MyISAM to InnoDB

2001-08-03 Thread Nick Seidenman
Apparentlly there's a 4 GB limit to a MyISAM file when the table it contains has VARCHAR, TEXT, or BLOB columns. In order to get around this limitation I was looking to switching to InnoDB table types. As this looks like a relatively new subsystem I'm wondering if it is stable enough for pro

newbie: installing mysql

2001-08-03 Thread sarahana
These are the softwares on the sever I'm using: Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.1pl2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24 Which of these should I be mysql installing: a.. HP-UX 10.20 [hp-hpux10.20-hppa1.1] b.. IBM AIX (PowerPC) [ibm-aix4.3.3.0-rs600

Re: MySQL Client Software

2001-08-03 Thread Stefan Hinz
Dear Faiz, try PhpMyAdmin. You can find it here: www.phpmyadmin.com. This is a browser based graphical interface - so it will work everywhere (Win, Linux, Intranet, local machine, web, ...). Well, you need to have PHP and a webserver installed on the machine where PhpMyAdmin runs. You can find a

Error during make process on mySQL 3.23.40

2001-08-03 Thread Alex Cook
ok, I'm running a Solaris 8 SPARC box, and I configure with: ./configure --enable-thread-safe-client --enable-shared --prefix=/usr2/mysql --enable-user=acook I then run make, use GNU make, and get: ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o rltty.o co mplete.o bind.o

Re: ALTER TABLE question

2001-08-03 Thread mike cullerton
on 8/2/01 9:55 AM, Chris Malloch at [EMAIL PROTECTED] wrote: > Hi people with far more knowledge than myself, > > I have recently started making use of MySQL on a virtual server provided by > my ISP. I can telnet into the server using SSH Telnet, log in to my > database, create tables and popul

Re: myodbc from windoze to unix

2001-08-03 Thread Stefan Hinz
Dear Glyndower, > "All remote db connections are blocked so This says it! You are not allowed to connect to the database server from anywhere else but from localhost. Try: GRANT ALL ON *.* TO me_as_odbc_user@% IDENTIFIED BY "my_password" This will grant access to me_as_odbc_user from everywher

RE: jdbc - tcp/unixsockets

2001-08-03 Thread Venu
> -Original Message- > From: kieran buckley [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 03, 2001 10:29 AM > To: [EMAIL PROTECTED] > Subject: RE: jdbc - tcp/unixsockets > > > Venu...lifesaver!! > thanks very much, > kieran You, welcome.. venu > > >> Original Mes

Re: Cannot change column type from varchar(32) to char(32)

2001-08-03 Thread Stefan Hinz
Dear Tony, try this for a first strike: GRANT ALL ON *.* TO ""@"%" This will grant access to everything for everyone connecting from everywhere. No user name and password are required. If you manipulate the mysql.host and mysql.user tables directly with update or insert statements, you will

Re: LOAD DATA INFILE with JDBC

2001-08-03 Thread Sinisa Milivojevic
Curtis Spencer writes: > Is this possible with 2.0 version (type 4 I think) MM driver found on > www.gjt.org? Also how do the file reading privileges for this work because > I tried doing it and it gave me an authorization error even though my mysql > user has FILE on it's privileges. Also, t

floor/ceiling with myodbc

2001-08-03 Thread Kevin X Lin
Hi there, I'm running into problems with functions "floor/ceiling" when I use Visual Basic to talk to mySQL through myODBC. My code looks like this: sSQL = "select floor(3.2)" Set rs = MySQL_conn.Execute(sSQL) I got rs.eof = true after execution of the query. However the following codes works f

problems with show tables

2001-08-03 Thread Mike
Thanks for all the replies - it shows me to look a little harder next time before I send a question to the mailing list. Thanks, but ... I did as it told but it still return an empty set. Here are the results: mysql> show tables; Empty set (0.01 sec) mysql> select database(); ++

RE: generate database script from existing table?

2001-08-03 Thread Adam Douglas
The only place I've seen a tool like this is in urSQL (a MySQL GUI Client for Windows 95/98/NT 4.0). I'm just using the unregistered version and this feature seems to work fine. You can grab the program from the following location, http://www.urbanresearch.com/software/utils/urbsql/index.html. >

Re: Problem.

2001-08-03 Thread Sinisa Milivojevic
Ashadul Khan writes: > Dear Sir, > > I'm new to mysql. So please forgive me if I may sound so stupid. > > I did install mysql database. I also downloded you > Sun Solaris 2.7 Sparc static binary of MySQLGUI 1.6 > > After I unziped what should I do? How can this to work? > > My database is ru

RE: Access to MySQL Column Type Error

2001-08-03 Thread Adam Douglas
Well I did the trace and it's about 2.81MBs. What exactly do you need out of it? I didn't notice much help from it but then again I'm not very knowledge in that area. Considering the size do you still want me to directly e-mail it to you? One other thing I forgot to mention was the data in the Fa

How to drop a user from mysql?

2001-08-03 Thread Stonix
A newbie question: how to drop a user from mysql? Alex - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[

RE: Query Acting Weird

2001-08-03 Thread Adam Douglas
> Adam Douglas schrieb am Donnerstag, 2. August 2001, 19:14:15: > > > I have a group of 3 queries that's used to find our > representative for > > Unitary, Applied and Wholesale based on a Zip Code. This > all is executed > > through PHP to MySQL. The three queries work fine and get > the resu

Bulk Friendly Hosting only $300 month.. 30930

2001-08-03 Thread Stealth123
Spam friendly offshore website hosting only $300 per month. Advertise your website risk free! More hits and business than you can imagine. 100mb space MYSQL SSL CGI PHP FTP Access Unlimited Band Width Front Page Extensions NO PORN OR CASINO.NO PORN OR CASINO Resellers welcome. Also bulk f

Sorry, but I have another question

2001-08-03 Thread Mike
Sorry, it never fails. As soon as I send a mail, I find the answer. My last question was about how to find the names of the tables in aparticular database(just a dump of the names). Well I found out the answer is the following mysql> show TABLES; I did as it told but it still return an empty se

Re: Searching in a mysql table

2001-08-03 Thread Werner Stuerenburg
joe schrieb am Freitag, 3. August 2001, 07:46:09: > Would it be inefficient to use the command "SELECT * FROM users_info WHERE > name LIKE "%phil%" and company like "%" and address like "%";" What use have > and company like "%" and address like "%" Omit it and you will be just as fine. If y

silent installation

2001-08-03 Thread David Tomàs Fargas
how can i execute a silent installation of mysql for windows? Thanks a lot for your time. David Tomás Fargas - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: Further FreeBSD 4.3 Issues (CPU hogging)

2001-08-03 Thread Ken Menzel
Hi Michael, Sounds like the mysqld may have been stuck in a tight loop then. Any ideas Sinisa? Try the truss once more if it happens again. I can't think of anything that would cause this. Let me know what happens, also try the truss when the server is running normally just to see the output a

Left Join Query

2001-08-03 Thread Daren Cotter
This query is driving me nuts! I have two tables, affiliates, and advertisers. The advertisers table has an affiliate_id field, which matches the affiliates tables' primary key. I'm trying to write a query that will return all affiliate id's, contact names, and the # of rows in the advertisers ta

Re: [Got error 139 from table handler using InnoDB]

2001-08-03 Thread Dan Nelson
In the last episode (Aug 02), [EMAIL PROTECTED] said: > I'm new to the list so please forgive me if this problem has already > been solved. > > I've been using MySQL for development for sometime. Up until now I've > been using MyISAM tables. I've decided to switch to InnoDB because > some table f

Re: SQL/Table question

2001-08-03 Thread Ilya Martynov
M> How would I select all the tables _names_ in a particular database? Is it possible? M> i.e. Select table_names from tables; SHOW TABLES FROM database_name; or SHOW TABLES; -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | Ilya Martynov (http://martynov.org/)

Re: '/tmp/mysql.sock' (111)

2001-08-03 Thread David Mintz
I've had this happen (" Can't connect to local MySQL server") at the command line when I forgot to specify a host, so mysql assumes localhost. Check your host argument. On Thu, 2 Aug 2001, sarahana wrote: > If mysql is shown when runnnig phpinfo() - does it mean that its installed, > and if yes

Re: Re: MySQL GUI

2001-08-03 Thread Sinisa Milivojevic
Marc Liyanage writes: > > Hi there, > > > Yup, but that is for the "old" Classic Mac OS, right? > > I looked around and did not find a port that runs directly > on the Aqua UI, which is what would be needed to run this software. > > > > > > > -- > ___

data checking during input?

2001-08-03 Thread Chip
I have a database I enter data into from a web based php form. I wonder if there is a way to have mysql check the database for a duplicate entry before it gets written into the database? And inform me of such so I will not have duplicate entries? -- Regards, Chip

Re: libz.a on AIX 4.3.3

2001-08-03 Thread Sinisa Milivojevic
Vish Kolla writes: > Hi, > > We are trying to install mysql on AIX 4.3.3 and have encountered > the following errors. MySQL is dependent upon libz.a(shr.o). Where > can we find this library ? Did anyone encounter this problem before ? > If so what is a viable solution ? > > Please respond to me

generate database script from existing table?

2001-08-03 Thread Tong Kiat, Chiah
Hi I just took over a mysql database with no documenation. Is there any tools or anyway I could generate a database/table creation script from the current database? This is because I need to recreate the database on another machine and currently I have no way of doing so. thanks tk

Re: A small suggestion for the development team...

2001-08-03 Thread Sinisa Milivojevic
Bruce Stewart writes: > Hi Monty and all, > > I believe that you are planning to introduce foreign key support in a future > version of MySQL (I think version 4.0). > > Could you consider offering an option to the definition of a foreign key > which specifies the error message to return if the F

RE: Further FreeBSD 4.3 Issues (CPU hogging)

2001-08-03 Thread Institute For Social Ecology
Ken, Thanks for looking into the problem. For now, it seems as if the issue has resolved itself. Kindest Regards, Michael Institute for Social Ecology 1118 Maple Hill Rd. Plainfield, Vermont, 05667 USA Tel./Fax. 1 (802) 454-8493 http://www.social-ecology.org/ -Original Message- Fr

Table LOCKING

2001-08-03 Thread Mike Blezien
Hi All, Was hoping some one maybe able to explain this error when attempting to LOCK MySQL tables for READ and WRITE: Error Encountered: Unable to LOCK tables. Error: Not unique table/alias: 'members' The correct database has been connected to, and the members table is a valid table. It's exe

How to add an excel file directly to MySQL database using PHP?

2001-08-03 Thread Yeong CN
How can I add an excel file with *.xls extension directly into MySQL database..is it possible to do or I need to convert it into *.csv format or *.txt format first? Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --

Re: new installation

2001-08-03 Thread Michael Collins
At 1:07 PM -0700 8/2/01, Mark -None- wrote: >I downloaded, compiled, and installed the latest MySQL release from >the source code at www.mysql.com last night. I was running through >the tests documented in the INSTALL-SOURCE file, and I've found that >mysqladmin -u root shutdown does not work.

Re: subquery question

2001-08-03 Thread Benjamin Pflugmann
Hello. MySQL doesn't support sub-queries (yet). See the following page for more information and also for hints how to work without sub-queries: http://www.mysql.com/doc/M/i/Missing_Sub-selects.html I never used full text search before, so I might miss something, but a starting point for your qu

Re: Dedicated MySQL Application Server

2001-08-03 Thread Grigory Bakunov
Date |Thu, 2 Aug 2001 12:56:23 -0700 >From |Bryan Ross <[EMAIL PROTECTED]> Hello! BR> Hi. BR> What I want to do is this: Use mysql as a dedicated database for a desktop BR> application, meaning that basically there's only one client allowed to BR> connect to it, and that client is the applica

Re: Re: MySQL GUI

2001-08-03 Thread Sinisa Milivojevic
Marc Liyanage writes: > >I'm looking into it right now after reading your cc'd mails > >to the list. I'm not on the list BTW, you need to cc me... > > > > > > > >>>But as there is FLTK library for OS X and as there are GNU tools > >>>available, it is quite doable. > > > >Can someone point me to th

RE: How to add an excel file directly to MySQL database using PHP?

2001-08-03 Thread Adam Douglas
Well you have a couple options, you could export the Excel file to a delimited text file and then import into MySQL. You could also just use the Excel file and import directly into MySQL with the use of MyODBC and MS Access. That's all I can think of right now. Either way would work fine I believe

Re: cannot set root mysql password

2001-08-03 Thread Grigory Bakunov
Date |Thu, 2 Aug 2001 20:20:51 -0700 >From |[EMAIL PROTECTED] Hello! >>Description: E> I cannot set the root password, or any password after installing from RPM. I have installed the following RPM packages: E> MySQL-3.23.40-1.i386.rpm E> MySQL-client-3.23.40-1.i386.rpm E> MySQL-shared-3.23.40-

Re: generate database script from existing table?

2001-08-03 Thread Werner Stuerenburg
Tong Kiat, Chiah schrieb am Freitag, 3. August 2001, 12:44:45: > I just took over a mysql database with no documenation. Is there any > tools or anyway I could generate a database/table creation script from > the current database? This is because I need to recreate the database > on another m

[MySQL] Database size

2001-08-03 Thread TIGNAC BRUNO
--- Reçu de CMB.TIGNABR 0298426574 03-08-01 17.21 Hello, I plan to use MySQL/InnoDB to store about 13 GB of data, into 40 tables. One of the tables is over 5 GB, and a second over 1,5 GB. Do you think I can use MySQL/InnoDB ? Thank you. Bruno Tignac 03-08-01 17.

Re: mysql + dns server?

2001-08-03 Thread Kyle Hayes
On Thursday 02 August 2001 17:27, mike cullerton wrote: > on 8/2/01 3:31 PM, Ricardo Kleemann at [EMAIL PROTECTED] wrote: > > Hi, > > > > Anyone know if there's a module or plug-in or something that allows BIND > > to work with a mysql database? > > from http://www.isc.org/products/BIND/bind9.html

Minutes Between Dates

2001-08-03 Thread Augusto Cesar Castoldi
HelpHi. I'm using the timestamp format (AAMMDDHHMMSS) on my session. how can I know the minutes between two dates. I'm doing: =20 $date =3D $row_secao['date']; $date_now=3Ddate("ymdHis"); =20 $x=3D$date_atual-$date; if ($x > 1000) { echo "Session exp

Re: Re: MySQL GUI

2001-08-03 Thread Michael Collins
At 12:49 AM +0200 8/2/01, Marc Liyanage wrote: >>Can someone point me to this particular FTLK for OS X? >> >>This seems to require that one is running X11 on >>Mac OS X, right? How many end-users would be willing >>to install XFree86 just for this application? What do >>you folks think? Sorry I

Replication and now()

2001-08-03 Thread Ord Millar
It seems that the replication system takes the value of now() or curtime() to be the time that the query was run on the slave, not the time the master logged the query. Is there a way to get around this (other than changing all the queries)? Thanks, Ord Millar www.cityvu.com --

  1   2   >