Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/storage/8/80/76/equalis11/public_html/sistema/biblioteca/conexao.php on line 6

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/storage/8/80/76/equalis11/public_html/sistema/biblioteca/funcoes.php on line 250

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/storage/8/80/76/equalis11/public_html/sistema/biblioteca/funcoes.php on line 250

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/storage/8/80/76/equalis11/public_html/sistema/biblioteca/funcoes.php on line 251

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/storage/8/80/76/equalis11/public_html/sistema/classes/usuario.php on line 341

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/storage/8/80/76/equalis11/public_html/sistema/classes/usuario.php on line 341
Erro ao tentar criar tabela "usuario_sistema" na base de dados.

CREATE TABLE usuario_sistema ( usuario_sistema int(10) NOT NULL auto_increment, desenvolvedor int(10) default NULL, administrador int(10) default NULL, secretario int(10) default NULL, publicador int(10) default NULL, aluno int(10) default NULL, usuario_sistema_login varchar(30) NOT NULL, usuario_sistema_senha varchar(30) NOT NULL, usuario_sistema_status enum('ativo','inativo') NOT NULL default 'ativo', PRIMARY KEY (usuario_sistema), UNIQUE KEY usuario_sistema_login (usuario_sistema_login), UNIQUE KEY desenvolvedor (desenvolvedor), UNIQUE KEY administrador (administrador), UNIQUE KEY secretario (secretario), UNIQUE KEY publicador (publicador), UNIQUE KEY aluno (aluno) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;