Is it possible to create multiple databases using a single query using slick?
sqlu"""CREATE DATABASE if not exists students;CREATE DATABASE if NOT professors"""
I'm running the above slick query but getting MySQLSyntaxErrorException
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE DATABASE if NOT EXISTS professors' at line 1