Hello David, On Tue, 2007-10-16 at 12:59 -0500, david chan cocom wrote: > estos son los errores que proporciona mysql cuando instalo el paquete o el > codigo fuente. > Espero que me puedan ayudar me urge mucho. > P.D hace 15 dias que tengo este problema por favor ayudenme de antemano se > los agradezco.
Why you don't try to compile-it? ./configure \ "--prefix=/mysql5/bin-5.0.37" \ "--enable-thread-safe-client" \ "--with-pthread" \ "--with-tcp-port=3306" \ make make install PATH=$PATH:/mysql5/bin-5.0.37/bin export PATH groupadd mysql adduser -g mysql mysql mkdir /mysql5/bin-5.0.37/var chown -R mysql:mysql /mysql5/bin-5.0.37/var su - mysql mysql_install_db cp /mysql5/bin-5.0.37/share/mysql/mysql.server /etc/init.d/mysql5 /etc/init.d/mysql5 start mysqladmin -v password YOUR_PASSWORD PS: You does NOT need to change your "prefix"! -- Tiago Cruz http://everlinux.com Linux User #282636 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]