0

I'm trying to configure the session factory for mySQL but I the Standard function is not working

enter image description here

1 Answer 1

2

The point here is the upper/lower case (SQL vs Sql):

// wrong
MySqlConfiguration // Sql
// MUST Be 
MySQLConfiguration // SQL

Check the similar Q & A:

Here is Question with some snippet showing the right upper/lower case:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.