fernandovale
(usa Outra)
Enviado em 24/09/2012 - 11:23h
Galera,
Parece bem simples mas a dificuldade aqui ta grande.
To instalando o MySql em um Ubuntu Server 12.04 lts
Crio uma pasta em uma partição que criei especialmente para receber os bancos de dados chamada /db
Crio a pasta /db/mysql
em seguido vou em chown -R mysql:mysql /db/mysql
logo depois vou em mysql_install_db
ai que começa a dar pau....
me retorna o seguinte erro:
Installing MySQL system tables...
120924 11:19:54 [Warning] Can't create test file /db/mysql/srv4-t710.lower-test
120924 11:19:54 [Warning] Can't create test file /db/mysql/srv4-t710.lower-test
ERROR: 1005 Can't create table 'db' (errno: 13)
120924 11:19:54 [ERROR] Aborting
120924 11:19:54 [Note] /usr/sbin/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/db/mysql for more information.
You can try to start the mysqld daemon with:
shell> /usr/sbin/mysqld --skip-grant &
and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /db/mysql that may be helpful.
Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at
http://lists.mysql.com/.
Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /usr/scripts/mysqlbug script!
Só pra informar estou rodando todos os comandos como root, pelo que deu pra ler é um erro dentro do mysql, não entendendo de banco mas acredito que seja... se alguém puder dar uma ajuda agradeço.
abs