Can’t create table issue on installation

If you receive message like:
Can’t create table ‘mydatabase.ads’ (errno: -1)

Probably your mysql server don’t have innoDB storage engine enabled. You can check this, add some table and try to set innodb engine:

Screenshot_1

If this is your situation, please ask your hosting provider why innodb storage engine doesn’t work on your mysql server.