create table y select * from x;

2001-04-13 Thread daveclark
MYSQL I am trying to create tables that will be used in merge definition. The merge seems to be very strict in the definition of like tables. So I tried to use the "create table y select * from x;" but it does not create the indexes in the new table. I did copy the x.frm to y.frm and all s

merge tables - rename

2001-04-04 Thread daveclark
I got into trouble the other day trying to delete gobs of rows. Actually I was selecting 90% of the rows from table1 and inserting them into a table2, then deleting from table1. It was way too slow! So I stopped all activity (inserts) from table1 and flipped table1 with table2 using rename st

merge tables

2001-04-04 Thread daveclark
I frequently get a error 127 on merged tables. The query is a join of two merged table with each merge table have 4 base tables. If I flush tables the query works. I notice that when have about 190 tables in memory this situation is more likely to happen. I am using 3.23.32. Using 3.32.35,

Re: Mysql dbi modules

2001-03-02 Thread daveclark
At 11:05 AM 3/2/01 -0500, you wrote: >On Thu, Mar 01, 2001 at 10:58:03AM -0500, [EMAIL PROTECTED] wrote: >> HI, I sent this note a couple days ago and no one has commented. I am >> trying to implement DBI-1.14.tar.gz Data-ShowTable-3.3.tar.gz >> Msql-Mysql-modules-1.2215.tar.gz . The first

Mysql dbi modules

2001-03-01 Thread daveclark
HI, I sent this note a couple days ago and no one has commented. I am trying to implement DBI-1.14.tar.gz Data-ShowTable-3.3.tar.gz Msql-Mysql-modules-1.2215.tar.gz . The first two packages completed successfully byt the Mysql-modules failed druing the 'make test' step.I am using mysql ve

Mysql dbi modules

2001-02-27 Thread daveclark
I have almost installed all of the dbi/dbm modules but can't get thru the 'make test'. I get the error msg: 't/10dsnlist.DBI->connect(database=test) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) at t/10dsnlist.t line 45' MySql is ruuning bu

how to use count to compare number?

2001-01-29 Thread daveclark
From: Liu Danyu Date: Thu, 18 Jan 2001 18:08:37 +0800 I would do the query as select maker, pc.id from table1 where pc.id > 2 order by maker; dear all: I need some help from you. The dataset is as follo

How can I create one more table with existing table structure

2001-01-29 Thread daveclark
From: Subba Reddy M Date: Fri, 26 Jan 2001 14:52:29 +0530 Hello MySQL guru, Please advise me, on creating new table with existing table structure. I have tried, how MySQL documentation referred, but unable to get success. create table newtable select * from oldtable; This works on 3.23.x

Can't start server : Bind on unix socket: Permission denied

2001-01-29 Thread daveclark
I am trying to bring up my third mysql server. This one is MySQL-3.23.32-1.i386.rpm..rpm on a redhat 6.2 base. I was successful in installing both the server and the host. Look around and every thing looked cool! Piece of Cake! Then I decided to set up the mysqladmin user and setup privelidge