luivilella
(usa Debian)
Enviado em 25/04/2010 - 17:51h
Pessoal esto precisando aqui de uma ajuda com o MSN-Proxy no Debian.
Estou seguindo o artigo do nosso amigo Vaini, que por sinal eh um material de otima qualidade.!!!
http://www.vivaolinux.com.br/artigo/MSNProxy-no-Debian-Lenny?pagina=3
Estou com uns probleminhas no sinal, quando crio a tabela da uns erros.
Para nao cometer erro de digitacao estou usando o putty e colando exatamente como no artigo.
Problema esta que em show tables; da erro. nao cria
ServerDebian:~# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 29
Server version: 5.0.51a-24+lenny3 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE `msn-proxy`;
ERROR 1007 (HY000): Can't create database 'msn-proxy'; database exists
mysql> grant all privileges on `msn-proxy`.* to `msn-proxy`@localhost identified by "XXXyyyyX";
Query OK, 0 rows affected (0.01 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> exit;
Bye
ServerDebian:~# chmod 600 /usr/local/etc/msn-proxy/mysql/conf
ServerDebian:~# /usr/local/bin/msn-proxy
cannot init database
ServerDebian:~# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 31
Server version: 5.0.51a-24+lenny3 (Debian)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use msn-proxy;
Database changed
mysql> show tables;
Empty set (0.00 sec)
mysql> insert into `defaults`(`internal_host`) values ("192.168.100.254");
ERROR 1146 (42S02): Table 'msn-proxy.defaults' doesn't exist
mysql>
Se alguem puder dar uma forcinha ai AGRADECO