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
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
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)