Dans cette commande j'ai un problème avec le symbole '<'.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 ShellExecute(NULL,"open", "mysql.exe", "-u ..... -p.... -h localhost -D data < mabse.sql ", "c:\\mysql\\",SW_SHOWDEFAULT);
Partager