Upload file to blob in MySQL database

Hi there,

Does anybody have experience uploading a file to a blob in a MySQL database via the MySQL node in n8n?

Best regards, Dick

Hi @dickhoning, I am not currently using MySQL but in PostgreSQL this approach worked for me:

MySQL/Maria DB seem to offer similar functions TO_BASE64 and FROM_BASE64. Perhaps you want to give these a go?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.