mysql checksum
Posted
#1
(In Topic #471)
Regular

I can do:
Code
hResult = hConn.Exec("CHECKSUM TABLE test")Any advice would be welcome
Posted
Trainee
I got checksum table working in gambas, see below:
Note case sensitive i.e …!Checksum
Also try in terminal:
sudo mysql
connect myDatabase
CHECKSUM TABLE test
+———-+———–+
| Table | Checksum |
+———-+———–+
| myDatabase.test | 736424448 |
+———-+———–+
1 row in set (0.00 sec)
Cheers
Matt
Matt
Posted
Regular

All is fine,
Thanks again
1 guest and 0 members have just viewed this.



