Erro Mysql

2007-12-13 Por tôpico paulo henrique ferreira
Pessoal,

acabei de Instalar o mysql via apt-get e quando vou startar o serviço me 
aparece a seguinte mensagem:

* Stopping MySQL database server mysqld 
  [ OK ]
 * Starting MySQL database server mysqld
   [ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.

Isso é normal? Se não como resolvo? Valeu galera.

Paulo




  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/

Re: Erro Mysql

2007-12-13 Por tôpico Rafael Balbino




    Isso não é problema, é normal, checagem por tabelas corrompidas e
coisas do tipo.


-- 
Atenciosamente,
Rafael Balbino
Gerencia de Redes
Fone: 55 84 4006 4646

ACT Provedor de Internet
http://www.act.psi.br


paulo henrique ferreira escreveu:

  
  
  Pessoal,
  
acabei de Instalar o mysql via apt-get e quando vou startar o serviço
me aparece a seguinte mensagem:
  
* Stopping MySQL database server
mysqld  
[ OK ]
 * Starting MySQL database server
mysqld  
[ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.
  
Isso é normal? Se não como resolvo? Valeu galera.
  
Paulo
  
  
  
  Abra sua conta no Yahoo!
Mail, o único sem limite de espaço para armazenamento! 
--
Assine agora mesmo a melhor Internet do RN !!!
ACT Provedor de Internet
http://www.act.psi.br
  






--
Assine agora mesmo a melhor Internet do RN !!!

ACT Provedor de Internet
http://www.act.psi.br





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Enc: Erro Mysql

2007-12-13 Por tôpico paulo henrique ferreira
Valeu galera... Muito obrigado.

Paulo

- Mensagem encaminhada 
De: paulo henrique ferreira [EMAIL PROTECTED]
Para: Grupo Debian debian-user-portuguese@lists.debian.org
Enviadas: Quinta-feira, 13 de Dezembro de 2007 13:16:38
Assunto: Erro Mysql

Pessoal,

acabei de Instalar o mysql via apt-get e quando vou startar o serviço me 
aparece a seguinte mensagem:

* Stopping MySQL database server mysqld 
  [ OK ]
 * Starting MySQL database server
 mysqld 
  [ OK ]
 * Checking for corrupt, not cleanly closed and upgrade needing tables.

Isso é normal? Se não como resolvo? Valeu galera.

Paulo






  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento! 






  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/

Erro-mysql

2004-04-05 Por tôpico Marco Aurelio
Olá Pessoal,
Estou tendo problemas para startar o MySQL, em meu arquivo
/var/log/mysql/mysql.err aparecem as linhas abaixo. Alguém saberia me dizer
o que pode estar ocorrendo de errado ? Sou novato no Debian e ainda estou
brigando com as diferenças.
Obrigado desde já...

Detalhes:
==
Debian 3.0r2
Sun SPARC


#mysql.err#==
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
/usr/sbin/mysqld: unrecognized option `--key_buffer=16M'
/usr/sbin/mysqld  Ver 3.23.49 for unknown-linux-gnu on sparc
Copyright (C) 2000 MySQL AB, by Monty and others
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Starts the MySQL server

Usage: /usr/sbin/mysqld [OPTIONS]

  --ansiUse ANSI SQL syntax instead of MySQL syntax
  -b, --basedir=pathPath to installation directory. All paths are
usually resolved relative to this
  --big-tables  Allow big result sets by saving all temporary sets
on file (Solves most 'table full' errors)
  --bind-address=IP Ip address to bind to
  --bootstrap   Used by mysql installation scripts
  --character-sets-dir=...
Directory where character sets are
  --chroot=path Chroot mysqld daemon during startup
  --core-file   Write core on errors
  -h, --datadir=pathPath to the database root
  --default-character-set=charset
Set the default character set
  --default-table-type=type
Set the default table type for tables
  --delay-key-write-for-all-tables
Don't flush key buffers between writes for any
MyISAM
table
  --enable-locking  Enable system locking
  -T, --exit-info   Used for debugging;  Use at your own risk!
  --flush   Flush tables to disk between SQL commands
  -?, --helpDisplay this help and exit
  --init-file=file  Read SQL commands from this file at startup
  -L, --language=...Client error messages in given language. May be
given as a full path
  -l, --log[=file]  Log connections and queries to file
  --log-bin[=file]  Log queries in new binary format (for replication)
  --log-bin-index=file  File that holds the names for last binary log files
  --log-update[=file]   Log updates to file.# where # is a unique number
if not given.
  --log-isam[=file] Log all MyISAM changes to file
  --log-long-format Log some extra information to update log
  --low-priority-updates INSERT/DELETE/UPDATE has lower priority than
selects
  --log-slow-queries=[file]
Log slow queries to this log file.  Defaults logging
to hostname-slow.log
  --pid-file=path   Pid file used by safe_mysqld
  --myisam-recover[=option[,option...]] where options is one of DEAULT,
BACKUP or FORCE.
  --memlock Lock mysqld in memory
  -n, --new Use very new possible 'unsafe' functions
  -o, --old-protocolUse the old (3.20) protocol
  -P, --port=...Port number to use for connection

  -O, --set-variable var=option
Give a variable an value. --help lists variables
  -Sg, --skip-grant-tables
Start without grant tables. This gives all users
FULL ACCESS to all tables!
  --safe-mode   Skip some optimize stages (for testing)
  --safe-show-database  Don't show databases for which the user has no
privileges
  --safe-user-createDon't new users cretaion without privileges to the
mysql.user table
  --skip-concurrent-insert
Don't use concurrent insert with MyISAM
  --skip-delay-key-write
Ignore the delay_key_write option for all tables
  --skip-host-cache Don't cache host names
  --skip-lockingDon't use system locking. To use isamchk one has
to shut down the server.
  --skip-name-resolve   Don't resolve hostnames.
All hostnames are IP's or 'localhost'
  --skip-networking Don't allow connection with TCP/IP.
  --skip-newDon't use new, possible wrong routines.

  --skip-stack-traceDon't print a stack trace on failure
  --skip-show-database  Don't allow 'SHOW DATABASE' commands
  --skip-thread-priority
Don't give threads different priorities.
  --socket=...  Socket file to use for connection
  -t, --tmpdir=path Path for temporary files
  --sql-mode=option[,option[,option...]] where option can be one of:
REAL_AS_FLOAT, PIPES_AS_CONCAT, ANSI_QUOTES,
IGNORE_SPACE, SERIALIZE, 

erro MySQL

2003-04-24 Por tôpico Genilto Dallo
Olá, numa versão mais recente do mysql(3.23.49) do debian, estou tendo
problemas, pois em versões antigas(3.23.36) eu consigo transportar dados de
um .txt para o mysql normalmente...

Erro

comando SQL :

LOAD DATA LOCAL INFILE '/var/www/admin/upload.txt' INTO TABLE upload FIELDS
TERMINATED BY ';'(

produto, variedade, phinicial, phfinal, precocompra, precominimo
)

Mensagens do MySQL :


The used command is not allowed with this MySQL version