• unknown's avatar
    Bug#27783 mysql_install_db should be able to install again, preserving existing files. · 87a99ed7
    unknown authored
     - Allow mysql_install_db to be run a second time in the same
       datadir to create and fill any missing system tables
    
    
    scripts/mysql_install_db.sh:
      Remove check that dissallowed running mysql_install_db a second time
      in same directory
    scripts/mysql_system_tables.sql:
      Save information about if tables db and user already existed
    scripts/mysql_system_tables_data.sql:
      Fill tables db and user with initial data if tables
      didn't already exist.
    87a99ed7
mysql_system_tables.sql 11.7 KB