Nginx install dbase error
Installation and Configuration
jimmyk:
So, we know for sure that the system is able to create InnoDB tables. That leads me to the conf file for JR. But why would my vhost conf file - being that it's super simple routing everything through the router.php file, allow the creating of MyISAM tables and not InnoDB tables?
So, we know for sure that the system is able to create InnoDB tables. That leads me to the conf file for JR. But why would my vhost conf file - being that it's super simple routing everything through the router.php file, allow the creating of MyISAM tables and not InnoDB tables?
It wouldn't - it's not going to be related to the web server config - it's going to be related to the permissions for the DB user in MariaDB.