# File lib/deep_test/database/mysql_setup_listener.rb, line 27
27:       def create_database
28:         admin_connection do |connection|
29:           connection.create_database worker_database
30:           grant_privileges connection
31:         end
32:       end