fael_christofano
(usa Ubuntu)
Enviado em 28/03/2008 - 18:32h
Boa tarde Galera!!!
Estou tentando instalar o MySQL no Red Hat 8..
Vou no site www.mysql.com, faço download do arquivo "MySQL-server-4.1.22-0.i386.rpm"
Em seguida vou no REd Hat e digito o seguinte comando:
root@server root#rpm -i MySQL-server-4.1.22-0.i386.rpm
Descompacta o pacote apresentando as seguintes mensagens:
[root@server root]# rpm -i MySQL-server-4.1.22-0.i386.rpm
aviso: MySQL-server-4.1.22-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
080328 18:09:30 [Warning] Asked for 196608 thread stack, but got 126976
080328 18:09:30 [Warning] Asked for 196608 thread stack, but got 126976
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 servidor.microway.com.br password 'new-password'
See the manual for more instructions.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at
http://shop.mysql.com
Starting MySQL... SUCCESS!
Bom, já deu para perceber que não sou muito entendido do assunto mais acho, apesar dos "warning" acima, no final apareceu a mensagem "SUCCESS". Acredito que até aí foi tudo bem..
Como manda nos tutorias, em seguida digitei o seguinte comando par acomeçar a instalação do mysql.
[root@server root]# mysql_install_db
Installing all prepared tables
080328 18:13:30 [Warning] Asked for 196608 thread stack, but got 126976
Fill help tables
080328 18:13:30 [Warning] Asked for 196608 thread stack, but got 126976
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 servidor.microway.com.br password 'new-password'
See the manual for more instructions.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
You can start the MySQL daemon with:
cd / ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at
http://shop.mysql.com
Acredito que foi tudo bem!!!
Depois...
root@server root #safe_mysqld &
Segue a mensage:
[2] 21931
[1] Exit 127 safe_mysql
[root@servidor root]# A mysqld process already exists
Opa, aí já dá uma mensagem que me preocupou!! Está dizendo queo mysql já está sendo usado??
Isso é bom ou é ruim??
Mas mesmo assim continuei..
Próximo comando:
root@server root #chown -R mysql.mysql /var/lib/mysql
Após esse comando não aparece nada!! Vai direto para ao prompt.
Pronto é agora que eu parei e não saio daqui...Na hora de usar o mysqladmino linux dá a mensagem de comando não encontrado..
Por exemplo na hora de setar a senha do root
root@server root# mysqladmin -u root password teste
mostra a mensagem:
bash: mysqladmin: command not found
E agora?? Parei por aqui.. já instalei e desistalei,baixei outros pacotes que estão no site(mas não sei quais são os corretos)..
Já fucei em tudo o q é arquivo nos diretórios e nada!!
Alguém pode me ajudar??