Connect prismajs
- 
 well, the title, I use planetscale to host my db, and so far have had no luck integrating it 
- 
 @ramonsaucedo I am not sure we support planetscale. What version of mysql do they support? Here's the version of mysql that is supported by FusionAuth: https://fusionauth.io/docs/v1/tech/installation-guide/system-requirements#database 
- 
 @dan the version is mysql 8.0, tried to put the string and got: Unable to create the database. Perhaps the database name you provided contains a reserved word or characters. The error from the database was [Can't create database 'xxxxxxxxxx'; database exists]. I'm also using a data proxy with prisma data platform but I doubt that's the problem since I'm not using the prisma proxy connection (and the db is mysql by nature) My ssl is in strict, by default I got this when I enbled TLS : " Unable to create the ordinary user using the username and password you provided. Perhaps the username is invalid or uses a reserved word. The error from the database was [syntax error at position 12 near 'USER']" is it possible to write the fusionauth schema and somehow work around the fact? 
- 
 This post is deleted!
- 
 @dan ok got it thanks 
- 
 @ramonsaucedo Glad you got it working! 
