Inserting UUID In MySQL From PHP -
Inserting UUID In MySQL From PHP -
i have table in mysql database in im using uuid primary key (binary(36)) when insert
03aeecd8-d58f-4601-9c52-4fe85cb992e1 it appears in database
30336165656364382d643538662d343630312d396335322d346665383563623939326531 what problem
this problem started occur when setup own database server, when using hosting provider's hosted db there appearing fine
i think watching values phpmyadmin shows default binary fields wrapping hex function.
php mysql
Comments
Post a Comment