-1

Am building a docker image of asp.net core 6 and am getting error when restoring packages, docker build exception of type 'system.timeoutexception' was thrown, I have updated wsl2 , reinstalled docker but still getting the same problem, my internet speed is 40mps

Amos n
  • 41
  • 9
  • This question is already answered at https://stackoverflow.com/questions/10928390/change-table-name-to-upper-case. Hope it Helps! – Shradhey Tripathi Jun 09 '18 at 17:02
  • 1
    Possible duplicate of [change table name to upper case](https://stackoverflow.com/questions/10928390/change-table-name-to-upper-case) – sticky bit Jun 09 '18 at 17:20

1 Answers1

0

Go to my.cnf file and add below line

lower_case_table_names=2

Restart mysql server.
Try giving table names in upper case. It should work.