almirR
(usa Fedora)
Enviado em 15/10/2016 - 13:56h
[root@resilient-pc resilient] # mysql_install_db
Installing MariaDB/MySQL system tables in '/var/lib/mysql' ...
2016-10-15 13:52:19 140123069536448 [Note] /usr/libexec/mysqld (mysqld 10.1.18-MariaDB) starting as process 13234 ...
OK
Filling help tables...
2016-10-15 13:52:26 140406294730944 [Note] /usr/libexec/mysqld (mysqld 10.1.18-MariaDB) starting as process 13266 ...
OK
Creating OpenGIS required SP-s...
2016-10-15 13:52:29 139938499303616 [Note] /usr/libexec/mysqld (mysqld 10.1.18-MariaDB) starting as process 13295 ...
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 MariaDB 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 resilient-pc 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 MariaDB Knowledgebase at
http://mariadb.com/kb or the
MySQL manual for more instructions.
You can start the MariaDB daemon with:
cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql'
You can test the MariaDB daemon with mysql-test-run.pl
cd '/usr/mysql-test' ; perl mysql-test-run.pl
Please report any problems at
http://mariadb.org/jira">
http://mariadb.org/jira
The latest information about MariaDB is available at
http://mariadb.org/.
You can find additional information about the MySQL part at:
http://dev.mysql.com
Support MariaDB development by buying support/new features from MariaDB
Corporation Ab. You can contact us about this at sales@mariadb.com.
Alternatively consider joining our community based development effort:
http://mariadb.com/kb/en/contributing-to-the-mariadb-project/
[root@resilient-pc resilient] # service mysqld start
Redirecting to /bin/systemctl start mysqld.service
Failed to start mysqld.service: Unit mysqld.service not found.
[root@resilient-pc resilient] # chkconfig mysqld on
erro ao ler informação sobre o serviço mysqld: No such file or directory
Eu não sei o que faço agora, no ubuntu deu tudo certo mas agora no fedora deu esse erro....