How to import yml file into MySQL Database?

2019-08-01 12:25发布

I just looked for every option in my PHPMyAdmin. But just can't find any thing that kinda works for. I got this databasefile from a company for freelance work. I said to them it will be fine i can do it. But 2 days later is still haven't found anything that could work for me. Is there someone who can look for me why i can't import any ymlfiles

1条回答
三岁会撩人
2楼-- · 2019-08-01 13:10

phpMyAdmin can create YAML as an export/dump format, but can't import them. Can you get the file as an SQL format, which is a more standard interchange format anyway?

You can verify this in two ways; looking in libraries/plugins/import I don't see YAML listed, or going to the Import tab within phpMyAdmin you can see the available types from the "Format" dropdown; YAML isn't listed there, either.

查看更多
登录 后发表回答