Ola,

Obrigado pela ajuda SReckziegel. ;)

Mas eu tive alguns problemas.

>delete from user where nome="joao";


mysql> revoke all on test.* from syshdr;
ERROR 1141: There is no such grant defined for user 'syshdr' on host '%'


Ele nao deveria ter dado esse erro, neh ?

Resumindo, eu consigo acessar normal o test como syshdr. :/

# mysql -u syshdr -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 3.23.49-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>
mysql> use test;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql>

Como eu removo de vez o acesso do syshdr da database test ?



>revoke all on test.* from syshdr;

mysql> delete from user where nome="anonymous";
ERROR 1054: Unknown column 'nome' in 'where clause'
mysql>
mysql>
mysql>
mysql> delete from user where name="anonymous";
ERROR 1054: Unknown column 'name' in 'where clause'
mysql>


Ele diz q nao existe essa coluna nome ou name. :/

Eh esse mesmo o nome ??

T+

Obrigado.

[ ]'s



------------------------------------------
Use o melhor sistema de busca da Internet
Radar UOL - http://www.radaruol.com.br




Assinantes em 30/09/2002: 2258
Mensagens recebidas desde 07/01/1999: 185094
Historico e [des]cadastramento: http://linux-br.conectiva.com.br
Assuntos administrativos e problemas com a lista:
            mailto:[EMAIL PROTECTED]

Responder a