Per your instructions, after getting the basic database installed, we need to run the provided SQL scripts against the new database.
The first SQL script ran without errors.
But, the second SQL script is throwing the following error:
mysql -h localhost -p -u root < valueset_and_log.sql
Enter password:
ERROR 1064 (42000) at line 23: 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 'SET character_set_client = @saved_cs_client */' at line 8
Any ideas on what the syntax issue might be?