php - An unknown error occurred -


i have android app connect backend. backend calls made php scripts while database built using mysql. uploaded app on hostagtor.

i want migrate database on google cloud sql. things i've done far is:

  • created bucket on google cloud storage
  • uploaded sql dump in bucket.

error: - when trying upload google cloud sql, throws error!

while importing clousql wrote: gs://mybucket/abc.sql, while database name left blank.

my problem file uploaded wasn't encoded utf-8 without bom.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -