Talk:DBMS auto increment fix

From Koha Wiki
Jump to navigation Jump to search
  1. Single_instance_setup:
  • In some installations, the USE statement must have `` around the data base name:
 USE `koha_kohadev`
  • Unfortunately the error messages in the system information persist after executing the workaround.