Re: Problem with ALTER query

2002-09-03 Thread Peter Goggin
I have just installed redhat linux 7.1 and now need to install Mysql. with innodb support. I downloaded the rpm (3.23.51) from the mysql site and tried to install it. The process appeared to stop mysql and then complained it could not find a file: /etc/rc.d/mysql A query on rpm -qa | grep mysql

Re: Problem with ALTER query

2002-09-03 Thread Egor Egorov
Ramanathan, Saturday, August 31, 2002, 3:54:27 PM, you wrote: RPS> I have two connections open to a mysql-nt server. I am using one RPS> connection to add a field field to a table using the command RPS> ALTER TABLE testtable ADD testfield int; RPS> Now if I issue any query from the second

Problem with ALTER query

2002-08-31 Thread Ramanathan P.S
Hi, I have two connections open to a mysql-nt server. I am using one connection to add a field field to a table using the command ALTER TABLE testtable ADD testfield int; Now if I issue any query from the second connection, the mysql-nt daemon crashes with a Dr.Watson error. The but if I