Re: Deleting table question...

2001-02-02 Thread jgomez
why don“t you try use database drop tablename Mensaje citado por: Joel Holtzman <[EMAIL PROTECTED]>: > Hello, via telnet with mysql server on linux, I try > to delete a table, but it won\'t work. I\'m browsing > the documentation, I can\'t see what will work. I can > do this via asp, but I\'d

Re: Apache - MySQL - PHP (Auto-start Apache)

2001-01-25 Thread jgomez
You can put this in the /etc/rc.d/rc.local /usr/local/apache/bin/apachectl start Mensaje citado por: Mark Maunder <[EMAIL PROTECTED]>: > (quicky coz this is way off topic): > ln -s /usr/local/apache/bin/apachectl > /etc/rc.d/init.d/httpd > ln -s /etc/rc.d/init.d/httpd > /etc/rc.d/rc3.d/S90

RE: Query problem in mysql.3.23.32

2001-01-24 Thread jgomez
OK,here goes more information about my problem: I have a table with the next structure: flag char(1) nextval bigint(20) unsigned autoincrement The query i execute with no problems in mysql 3.22 is: select * from table; REPLACE INTO table values (\'\',nextval+1)