Mysql5 via Macport

Gsgsd

Membre confirmé
31 Mai 2008
54
0
www.phpboost.com
Bonjour,

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.
 
Et pourquoi ne télécharges-tu pas une version complète sur leur site ? :eek:

Le fichier mysqld.sock est créé au lancement du démon. Chez moi il se trouve dans /tmp.
 
Bonjour,

J'ai télécharger le fichier MySQL pour MAc OS X, j'ai lancé le serveur depuis Préférence Système mais je n'arrive pas à lancer la commande mysql( depuis terminal, il me dit que le socket et pas bon mais le chemin donné est celui de l'installation de macport...