Error: InputPlugin 'mysql' is not found #12
-
in ubuntu , i run embulk.yml file . but i get error message "org.embulk.config.ConfigException: InputPlugin 'mysql' is not found." example(embulk.yml) file can you help me ? why ? |
Beta Was this translation helpful? Give feedback.
Answered by
thantzinbcmm
Aug 30, 2023
Replies: 1 comment 8 replies
-
Hello, @thantzinbcmm in:
# The following part needs two spaces.
type: mysql
host: laradock_mysql_1
port: 3306
user: root
password: root
database: global_db If you ask a question, Write the following environmental information.
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reinstall "embulk gem install embulk" instead of "embulk gem install embulk -v v0.11.0" from Set up with JRuby . Now i have success for run embulk.yml. Thanks a lot.