COMPILO E INSTALO MYSQL DE ESTA MANERA:
#cd /usr/src
#tar zxvf /home/install/mysql-3.23.56.tar.gz
#cd /usr/src/mysql-3.23.56
#mkdir /usr/local/mysql
#./configure --prefix=/usr/local/mysql
#make
#make install
DESPUES DE ESTO ME MARCA ERRORES AL AGREGAR USUARIOS, Y AL KERER ARRANCAR EL DEMONIO DE MySQL TAMBIEN AL KERER AGREGAR UN PASSWORD,,,
ESTO LO HAGO DE LA SIGUIENTE MANERA, Y ESOS SON LOS ERRORES KE ME MANDA,,, HABER SI ME PUEDEN AYUDAR DICIENDOME KE HAGO MAL!! :D
#useradd -g root mysqldb
bash:useradd:command not found
#usr/local/mysql/bin/./mysql_install_db
#chown -R mysql /usr/local/mysql/var
#/usr/local/mysql/bin/./safe_mysqld &
[ 2 ] 2097
[ 1 ] Exit 127 safe_mysqld
[root@servidor/bin] Starting mysqld daemon with databases from /usr/local/mysql/var
041021 06:55:08 mysql ended
OSEA COMO KE INICIALIZA EL DEMONIO PERO LUEGO LUEGO LO FINALIZA,, A KE SE DEBE ESTO,, DESPUES LE KIERO ASIGNAR EL PASSWORD ASI :
#/usr/local/mysql/bin/mysqladmin -u root password 'mi password'
./mysqladmin: connecto to server at 'localhost' failed
error: 'Can't connect to local mysql server through
'/tmp/mysql.sock'
Chek that mysqld is running and that the socket:
/tmp/mysql.sock' Exists!
#/usr/local/mysql/bin/mysqladmin -u root -p -h "ip del servidor" password 'mi password'
ME PIDE EL PASSWORD
Enter Password: xxxxxxx
Y LUEGO ME MARCA ESTE ERROR
./mysqldadmin: connecto to server at '148.223.120.251' failed
error: 'Host '148.223.120.251' is not allowed to connecto to this MySQL server'
OJALA Y ALGUIEN PUEDA AYUDARME, SOY NOVATO EN ESTO Y HE TRATADO DISTINTAS FORMAS DE INSTALAR Y COMPILAR MYSQL Y ESTO ES LO MAS CERCA KE HE ESTADO DE HACERLO :d,,
,, ASI KE POR FAVOR, SE LOS SUPLICO, AYUDENME A CORREGIR ESTOS PEQUEÑOS ERRORES
DE ANTEMANO MUCHAS GRACIAS