Apuntes de Software Libre

Archive for March, 2006

Amarok con MySQL

by on Mar.18, 2006, under FreeSoftware

Aquí el enlace para configurar Amarok contra la base de datos MySQL, muy importante si nuestra colección de música tiene ya unas medidas importantes.
Enlace al wiki oficial de Amarok.

Comments Off on Amarok con MySQL more...

Recuperando el password de root para mysql

by on Mar.05, 2006, under FreeSoftware, mysql, Servicios de Red

Empiezo mi blog Cosas para recordar… con una recetilla para recuperar el password de root en mysql.

Cambiar el password de root en mysql

Paramos mysql
#>/etc/init.d/mysql stop
Entramos en mysqld_safe… sin password
#>/usr/bin/mysqld_safe --skip-grant-tables &
#>mysql
Cambiamos a la base de datos mysql
mysql>use mysql;
Ponemos un nuevo password
mysql>update user set password = PASSWORD("nuevo_pass") where User = "root";
mysql>quit
y reiniciamos mysql
#>killall mysqld
#>/etc/init.d/mysql start

Comments Off on Recuperando el password de root para mysql more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...