You are not logged in.
Hello everybody,
glpi version : 9.5.6
OS : CentOS7 / mysql Ver 14.14 Distrib 5.6.51
(I tried on Debian 11 / mysql Ver 15.1 Distrib 10.5.15-MariaDB
and Windows environnement with xampp php 7.4.7/mysql Ver 15.1 Distrib 10.4.13-MariaDB)
I'm writing script to export database glpi by this command :
mysqldump -u $STR_USER -p$STR_PASSWORD $STR_BASE >$str_sqlfile
Table glpi_users contain only glpi users, missed 20 users (21 users in this table)
I'm running this command with root or specific user with all privileges (execpt grant), I have same result !
Do you have view this problem ?
Have you a solution ?
Thanks
PS : Sorry for my poor english....
Last edited by fdthierry (2023-03-13 16:51:27)
Offline
Hi Everybody
All is done for me
I'm sorry for this ticket.
In fact, there was no problem, just an error reading the file generated by mysqldump!
mysqldump puts all exported information on the same line!..!
that's all
Last edited by fdthierry (2023-03-13 16:51:06)
Offline