Can I create a SQL database on an ftp server? -


i have credentials login server via ftp, , here want create sql database. can this, , if how? thank you.

no. or, looking sqlite wich database stored in file.

ftp protocol allow write , read files to/from server.

running sql server means need have right execute applications. ftp may lt write executable, won't allowed execute it. it's case of mysql, mariadb, postgresql, , many sgdb.

if need sql database , have ftp access (and running php web pages, it's case on web hosting services), take @ sqlite. it's not "true" database, basic usage can provide useful functionalities.


Comments