How to encode in MySQL?
Answers
Answered by
0
MySQL ENCODE() function encrypts a string. This function returns a binary string of the same length of the original string. The above MySQL statement will encrypt the string 'mytext' with 'mykeystring'. The above MySQL statement inserts encrypted data into table 'testtable'.
Hope this helps you .please mark me as brainlist and follow me..
Similar questions