Bonjour,
J'ai quelques soucis à l'installation !
Je réalise la commande suivante :
Je lance le serveur :
Il me répond que c'est ok...
Mais dès que j'essaie de changer le mot de passe root, il me dit :
Je comprends qu'il me manque le fichier socket mais je ne le trouve nul part sur mon système.
Comment puis je faire pour que mon installation Mysql5 soit fonctionnelle.
Merci d'avance.
J'ai quelques soucis à l'installation !
Je réalise la commande suivante :
Bloc de code:
sudo port install mysql5 +server
Je lance le serveur :
Bloc de code:
sudo mysql_install_db5
Il me répond que c'est ok...
Installing MySQL system tables...
OK
Filling help tables...
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 MySQL root USER !
To do so, start the server, then issue the following commands:
/opt/local/lib/mysql5/bin/mysqladmin -u root password 'new-password'
/opt/local/lib/mysql5/bin/mysqladmin -u root -h MacBookPro.local password 'new-password'
Alternatively you can run:
/opt/local/lib/mysql5/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 manual for more instructions.
You can start the MySQL daemon with:
cd /opt/local ; /opt/local/lib/mysql5/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /opt/local/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /opt/local/lib/mysql5/bin/mysqlbug script!
Mais dès que j'essaie de changer le mot de passe root, il me dit :
bash-3.2# ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)
Je comprends qu'il me manque le fichier socket mais je ne le trouve nul part sur mon système.
Comment puis je faire pour que mon installation Mysql5 soit fonctionnelle.
Merci d'avance.