Advertisement
NIKOLAY_TETUS

Elixir/MySQL

Apr 26th, 2020
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. nikolay@nikolay-pc:~/elixir/test$ mix ecto.create
  2. warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
  3. mix.exs:52
  4.  
  5.  
  6. 13:18:26.443 [error] GenServer #PID<0.200.0> terminating
  7. ** (Mariaex.Error) (1251): Client does not support authentication protocol requested by server; consider upgrading MySQL client
  8. (db_connection) lib/db_connection/connection.ex:163: DBConnection.Connection.connect/2
  9. (connection) lib/connection.ex:622: Connection.enter_connect/5
  10. (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3
  11. Last message: nil
  12. State: Mariaex.Protocol
  13. ** (Mix) The database for Test.Repo couldn't be created: (1251): Client does not support authentication protocol requested by server; consider upgrading MySQL client
  14.  
  15.  
  16. nikolay@nikolay-pc:~/elixir/test$ mysql --version
  17. mysql Ver 14.14 Distrib 5.7.29, for Linux (x86_64) using EditLine wrapper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement