ERROR 1064 (42000): 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 'IDENTIFIED BY PASSWORD '' WITH GRANT OP' at line 1 code example

Example 1: Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

LOAD DATA LOCAL INFILE ...

Example 2: Android dependency 'androidx.core:core' has different version for the compile (1.0.2) and runtime (1.1.0) classpath. You should manually set the same version via DependencyResolution

I solved it by upgrading my gradle dependency in the android/build.gradle file: classpath 'com.android.tools.build:gradle:3.3.1' (I was previously on version 3.2.1)