MySQL from_base64()

Decodes a Base64-encoded string and returns its original value.


Function

FROM_BASE64(str)

Parameters

str - A Base64-encoded string to be decoded.

Return value

Returns the decoded version of the input string.

Example

# Note: This function was added in MySQL 5.6.1.
mysql> SELECT FROM_BASE64('SSB3aWxsIGNvbWUgYmFjayBzb29u');

Home Page Base64Decode List Privacy Policy About Us Contact

This website uses cookies to enhance your experience, personalize content and ads, and analyze our traffic.

©2025 Design by base64decodeonl.com