Se connecter en SSH au serveur WEB
ssh phuoc@gestion.entreprise-dumas.com
Puis, se connecter au serveur DB avec le client mysql:
mysql -u phuoc -h 192.168.0.31 -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 578752
Server version: 5.7.29-log MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
Sauvegarder la base de données avec les procédures :
mysqldump -u phuoc -p --routines bddevfac > bddevfac_aaaammjj.sql
Publié le : 30-01-2024 - 21:46