How do I enable the mysql_history functions under a windows environment?
thanks
Peter
This e-mail (and any attachments) is confidential and may contain personal
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your syst
Hi,
i'd like to create a password field like in the user table in the mysql
database. The data would need to be encrypted.
Can mysql do the whole job. I would need it ideally to automatically
decrypt it for me when I do a select..
any suggestions - code example would be really helpful..
peter
Hi!
1.How i can detect if mysql server had been restarted within safe_masqld
or is already dead before executing queries? In mysql.cc i found magic
variable static bool connected. But it is set to false only when
initialized and after mysql_close()... and the decision is seems to be
based only