sexta-feira, 27 de novembro de 2009

MySql - Apagar varios dados em varias tabelas


Para apagar dados com um, ou mais campos em comum:

Exemplo:
delete FROM t1,t2,t3 USING t1 INNER JOIN t2 INNER JOIN t3 where t1.id=t2.id and t2.id=t3.id and clientemaster=830

sexta-feira, 6 de novembro de 2009

Linux update Apache, PHP e MySQL de uma só vez



Faça primeiro:
apt-get update
apt-get dist-upgrade (para + info sobre esse link clique aqui)

Depois
apt-get install apache2 mysql-server-5.0 php5 php5-mysql libapache2-mod-php5 php5-cli php-pear

E não se esqueça:
apt-get install bind9
apt-get install exim4

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...