Results 1 to 4 of 4

Thread: Supported Programming Language for MySQL Stored Proc

Hybrid View

  1. #1
    Join Date
    Jan 2014
    Posts
    2

    Lightbulb Supported Programming Language for MySQL Stored Proc

    I am all Googled out on this topic and I am relatively new to MySQL!!! So thanks in advanced on this!


    Does MySQL support native Java in its stored procedures; meaning anything I can code in my Java IDE can be implemented in the MySQL stored proc?

    Also are there other languages that are supported like python; tcl, etc?

    I may not be searching the right topics because in my simple mind these are MySQL basicz.

  2. #2
    Join Date
    Sep 2020
    Location
    Hong Kong
    Posts
    1
    MySQL works very well in combination with different programming languages like PERL, C, C++, JAVA, and PHP. Out of these languages, PHP is the most popular one because of its web application development capabilities. So you can use it easily and effectively.

  3. #3
    Join Date
    Jan 2021
    Posts
    7
    MySQL is compatible with C++, Java. Mostly people use Python

  4. #4
    Join Date
    Nov 2023
    Posts
    3
    Quote Originally Posted by mikaha21 View Post
    MySQL is compatible with C++, Java. Mostly people use Python
    You can use the MySQL UDF Repository and the sys_exec function to launch your Java code in a new JVM. However, MySQL does not support Python or Tcl in its stored procedures.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •