query not responding

2001-01-13 Thread David Young
Ok, here's the scoop. After 3 days of research, noone has been able to give me an answer ...hopefully someone here can..yay! Anyway, I've got several tables all with 350+ records. The db itself has about 15 tables. When I run this query: "select field1 from table1;" it just sits there. When

"source" vs "\."

2001-01-13 Thread Marcos Minshew
I thought \. was a shorcut for "source". Yes? This works: mysql> source /var/lib/mysql/create.txt; This does NOT work: mysql> \. /var/lib/mysql/create.txt; Is there some config setting that I've screwed up? tia - Before pos

MILLIONAIRES CREATED SOONER than ANY MLM-PERIOD!!!

2001-01-13 Thread vac15
Dear [EMAIL PROTECTED], This WILL CREATE MORE MILLIONAIRES in a SHORTER PERIOD of Time than ANY MLM - PERIOD!! Take it from Ed my upline - His an MLM LEGEND that walked Away from a 1.5 + MILLION Downline in 200 Plus Countries in 19 Short Months (World's Record) to join the NEXT Tidal Wave!!

mysql job

2001-01-13 Thread Richard Bradley
Please forgive me if this is the wrong area to solicit this question, but I'm gonna ask anyways: Job offer: Looking for a person in the Orlando, Florida area that would feel comfortable converting data from Oracle into mysql and working with a team of PHP programmers. Must have strong SQL backgr

Re: Setting up MySQL Database hosted by ISP

2001-01-13 Thread Peter Troll
Hi, There are two ways to administer your hosted DB: - You can telnet (if your provider offers telnet accounts) and execute command-line instructions in mySQL. Obviously you will need some SQL skills and a look at the manual will be required to get yourself acquainted with the system - There i

Limit mysql connections by database user?

2001-01-13 Thread Issam W. Alameh
Hello, is there a way to limit the connection which the mysql user can do?? I have a server with 12 database users, and sometimes, one of the users makes large number of connections because of a bulletin board he is using, is there a way to limit the number of connections that he can do? Regar

tried manual but got lost

2001-01-13 Thread Ken Scotney
I know this is possible a silly question but my head is spinning now due to trying top get my head round unix, perl and MySQL at the same time to get my database up and working. I am trying to put a search together but am stuck at the correct where forenames like 'char%' and year = '1967'

Windows to Unix

2001-01-13 Thread John W Cunningham
Hello all, I have a few databases running on a Win2k MySQL server right now, and I need to transfer them to Linux. I have found that simply copying the files will not do the trick, any ideas? -John - Before posting, please ch

Re: Relational Databases

2001-01-13 Thread Benjamin Pflugmann
Hi. Please check the manual, it list some good book recommendations: http://www.mysql.com/doc/M/y/MySQL-Books.html And there are also recommendations for SQL tutorials http://www.mysql.com/doc/G/e/General-SQL.html Bye, Benjamin. On Sat, Jan 13, 2001 at 03:43:02PM -0800, [EMAIL PROTEC

Relational Databases

2001-01-13 Thread webmaster
I am a new user to MySQL. I am having a hard time understanding relational databases. Can anyone recommended any resources which helps explain relational databases? - Before posting, please check: http://www.mysql.com/manua

Re: Newbie simple question

2001-01-13 Thread Lars Heidieker
Nick Gianakas wrote: > Hi all, > > I just started learning mySQL yesterday. I'm using it for a web application > (simple CGI stuff). > > To begin, I wrote a simple program that just initializes a mySQL connection > and then closes it. > > Here's my problem: > I'm getting compile errors when I li

Newbie w/ simple question

2001-01-13 Thread Nick Gianakas
Hi all, Sorry if the list receives this twice--I posted before confirming my subscription. I just started learning mySQL yesterday. I'm using it for a web application (simple CGI stuff). To begin, I wrote a simple program that just initializes a mySQL connection and then closes it. Here's my p

Newbie simple question

2001-01-13 Thread Nick Gianakas
Hi all, I just started learning mySQL yesterday. I'm using it for a web application (simple CGI stuff). To begin, I wrote a simple program that just initializes a mySQL connection and then closes it. Here's my problem: I'm getting compile errors when I link the libmysqlclient.a archive to my p

Re: DATE field with current date as default ?

2001-01-13 Thread Paul DuBois
>Hello, > >Is there a way to have a field of type DATE get the current date as its >default? No. Default values in MySQL must be constants. > >Something like ... > >mydatefield DATE DEFAULT curdate() > >...which does not work. But that's the idea. -- Paul DuBois, [EMAIL PROTECTED] ---

Re: databases size limitation #2

2001-01-13 Thread marko milovanovic
David Hodgkinson wrote: > > marko milovanovic <[EMAIL PROTECTED]> writes: > > how would it be possible to set a limitation in the size of the > > databases at the creation time so that a user couldn-t build any > > databases greater than, say, 20 MB? > Smells like using quotas at the OS level t

Re: databases size limitation #2

2001-01-13 Thread marko milovanovic
Tõnu Samuel wrote: > > marko milovanovic wrote: > > > > uh! i already posted this message a while ago! > > could anyone please help me? > > > > i could find some informations about increasing the size of the > > databases, but not about limitations to their size. > > > > how would it be possible

DATE field with current date as default ?

2001-01-13 Thread Nick Didkovsky
Hello, Is there a way to have a field of type DATE get the current date as its default? Something like ... mydatefield DATE DEFAULT curdate() ...which does not work. But that's the idea. Best, Nick Didkovsky - Before

Re: databases size limitation #2

2001-01-13 Thread Tõnu Samuel
marko milovanovic wrote: > > uh! i already posted this message a while ago! > could anyone please help me? > > i could find some informations about increasing the size of the > databases, but not about limitations to their size. > > how would it be possible to set a limitation in the size of th

Re: Index corruption with mysql 3.22

2001-01-13 Thread Tõnu Samuel
Marco Bizzarri wrote: > > Hi all. > > We're using mysql 3.22, on a Red Hat Linux 6.2 system. We're also > accessing the data through MyODBC, from Windows. The mysqld is started > with the skip-locking feature activated > > The problem is that we are experiencing index corruption when we access

Re: Type of field

2001-01-13 Thread Tõnu Samuel
lbraga wrote: > Hi, my name is Lucio and i am with a > problem in the definition of field > type for a field that store IP address. > > I try varchar(15),varchar(32), > char(15), bigint, but i don't have sucess. > Can anyone help me? > Thanks ... Lucio. You should give us mysqlbug output, comm

Re: Table full error ( I Know its in the manual.. I just don't get it)

2001-01-13 Thread Tõnu Samuel
"Ralf R. Kotowski" wrote: > > Ok I get a table is full error... > > So how/where do I set the tmp_table_size ? or the BIG_TABLES > option so that its started that way at system start-up? > > from what I gather the Big_Tables option writes ALL tmp tables to > disk, is that correct? so I should u

Re: need advice about security

2001-01-13 Thread Tõnu Samuel
Robyn Renwick wrote: > I use a MySQL database for the back end of our e-commerce site. We take > credit as one method of payment and the last 8 digits of the card number > are stored in the database. There is a web interface to the database from > which I can get order information, but not the

Prepared Statements/Cursors, help!

2001-01-13 Thread Bard dZen
How can I do Prepared Statements or Editable Cursors in MySQL? Using only conact SQL strings is error prone... I'm not getting any reply in the Java list... _ Get your FREE download of MSN Explorer at http://explorer.msn.com --

Type of field

2001-01-13 Thread lbraga
Hi, my name is Lucio and i am with a problem in the definition of field type for a field that store IP address. I try varchar(15),varchar(32), char(15), bigint, but i don't have sucess. Can anyone help me? Thanks ... Lucio. __

Re: databases size limitation #2

2001-01-13 Thread David Hodgkinson
marko milovanovic <[EMAIL PROTECTED]> writes: > uh! i already posted this message a while ago! > could anyone please help me? > > i could find some informations about increasing the size of the > databases, but not about limitations to their size. > > how would it be possible to set a limitatio

Re: choose a free databse management

2001-01-13 Thread John Hinsley
Danny <[EMAIL PROTECTED]> wrote: > There are mnay free RDBMS around besides MySQL > This includes: > > Postgresql > mSQL (mini SQL) > Oracle 8i is free for Linux I don't think the remark about Oracle being free for Linux is correct. Certainly you can download it

databases size limitation #2

2001-01-13 Thread marko milovanovic
uh! i already posted this message a while ago! could anyone please help me? i could find some informations about increasing the size of the databases, but not about limitations to their size. how would it be possible to set a limitation in the size of the databases at the creation time so that a

Re: Help with a semi-complex query

2001-01-13 Thread Bob Hall
Sir, try GROUP BY test_name.name, build.name Bob Hall >I'm simplifying slightly, here's the basic tables: > >build >--- >idxint >name char(16) > >test_name > >idxint >name char(64) > >main_table > >idxint unsigned >test_name_idx medint >status

Re: Which tables have at least one record?

2001-01-13 Thread Bob Hall
Sir, SELECT statements aren't intended to work this way. Their purpose is to link rows from different tables that match on one or more columns. What you are trying to do is count unrelated rows that happen to have same value in the View column. There's a way to do it, but with 15 tables it inv

third time asking help concerning charsets

2001-01-13 Thread Tim Smith
> Please help me with charset adding. I have some strange trouble. > I use FreeBSD 4.2 STABLE and MySQL 3.23.28-gamma (compiled from FreeBSD > ports) and PHP 4.04. > As I understood Latin1 is a default charset. So, I wanted to add cp1251 or > koi8_ru. PHP4 has its own mysql client built in - it d

Re: fast index corruption... Help !

2001-01-13 Thread Joseph Bueno
Sinisa Milivojevic a écrit : > > Joseph Bueno writes: > > Hello, > > > > I posted message below a few hours ago. > > Since then, I have tried to find how fast indexes become corrupt. > > I have run a CHECK TABLE QUICK > > on different tables in my database and run a > > REPAIR TABLE whe

error msg when making

2001-01-13 Thread ©s°Õ
Hi, I can make mysql well in simple configure after modifying widec.h following the guide . the steps I did were : modify widec.h ./configure make . but if I added the option "--with-charset=big5" followed configure, I would get a error msg when doing "make". The steps I did were ./configu

Access from anywhere to a hosted MySQL Database

2001-01-13 Thread Stephane Pinel
I would like to know If there are webhosters that accept connections to hosted MySQL databases from other domains than localhost (via php) ? I want to manage MySQL database directly from anywhere with home-made tools. Thanks -- -- Stéphane Pinel 39, Rue du Docte

Re: Compile error mysql 3.23.30 & bdb 3.1.17 on Win2000

2001-01-13 Thread Sinisa Milivojevic
William W. Chan writes: > > > Hello all, > >I am trying to build a mysql 3.23.30 with bdb 3.1.17 on Win2000. > I have put in the HAVE_BERKELEY_DB macro flag in sql\mysqld.mak > directory and > include db.h and libdb31d.lib into compilation flag. However, I still > get error like t

Re: fast index corruption... Help !

2001-01-13 Thread Sinisa Milivojevic
Joseph Bueno writes: > Hello, > > I posted message below a few hours ago. > Since then, I have tried to find how fast indexes become corrupt. > I have run a CHECK TABLE QUICK > on different tables in my database and run a > REPAIR TABLE when an error is reported followed > by a CHECK T

Re: Should I turn on compression in MyODBC in LAN evironment?!?

2001-01-13 Thread Sinisa Milivojevic
"Apolinaras \"Apollo\" Sinkevicius" writes: > I wonder, is there a performance gain if compression is turned on the > client side? > My set-up: > Front end: M$Access97 via latest MyODBC > Back end: MySQL 3.23.30 on RH7 with PIII300 128Ram > > LAN is 100BaseT Full Duplex switched. > > T

Re: Mysql and swapping on Solaris

2001-01-13 Thread Sinisa Milivojevic
Thierry Coopman writes: > Hi, > I have a Sun R220 single CPU with 512MB RAM. > > I start mysql using > $bindir/safe_mysqld \ > --datadir=$datadir --pid-file=$pid_file \ > -O wait_timeout=180 -O key_buffer=256M -O > max_connections=250 -O table_cache=512 -O sort_buffer=

Re: MySQL C API multiple connections

2001-01-13 Thread Sinisa Milivojevic
alex writes: > > > > By the way it seems to me that in 3.23.XX series mysql_init() returns address not > of the starting point of the allocated memory pool but a point somewhere further > (like to provide hidden data not included in "official" MYSQL structure). Hence > when trying to use

Index corruption with mysql 3.22

2001-01-13 Thread Marco Bizzarri
Hi all. We're using mysql 3.22, on a Red Hat Linux 6.2 system. We're also accessing the data through MyODBC, from Windows. The mysqld is started with the skip-locking feature activated The problem is that we are experiencing index corruption when we access both with the clients and with myODBC.

Problem with DBUG . Help Quick!

2001-01-13 Thread Vikram Dhunta
Hi there I have MySQL 3.21.29a-gamma., PHP 3 and PHP 4 (both installed), Apache 1.3.9, and win98 Of lately, When I run PHP files, the MSQL server shuts down with error 10038. Sometimes I get a funny Windows Message Box titled 'DBUG' that has the text 'Test Signal'. Then Mysql crashes. Sometimes No