ChicaoPessotta
(usa Manjaro Linux)
Enviado em 22/04/2012 - 23:09h
E galera.
O problema em questão, é que mudei de distro recentemente(Fedora 16), e logo fui instalar o mysql que tanto uso, e o processo usado pra realizar a operação foi:
#yum install mysql mysql-server
Até ai tudo bem.
mas quando fui criar a base de dados: # mysql_install_db
deu um baita erro:
Installing MySQL system tables...
OK
Filling help tables...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h unleashed password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/bin/mysqlbug script!
Tentei colocar a criar uma nova senha e nada, retornava:
usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
depois tentei iniciar o mysql e mais uma frustração #service mysqld start
retorno:
Redirecting to /bin/systemctl start mysqld.service
Job failed. See system logs and 'systemctl status' for details.
Antes de vim perguntar, busquei varios sites, e todos tinha uma maneira parecida de instalar, e todas q tentei nenhuma dava certo
Agradeço pela atenção. E obrigado.