#26 Laravel migrate trouble with default mariadb configuration

Open
opened 4 years ago by herrhase · 0 comments
herrhase commented 4 years ago
Owner

For laravel in mariadb needs adding this to the configuration,

innodb_default_row_format=dynamic
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_large_prefix=true
  • Check for whick versions of mariadb is this needed
  • adding configuration to /etc/mysql/mariadb.conf
For laravel in mariadb needs adding this to the configuration, ``` innodb_default_row_format=dynamic innodb_file_format=barracuda innodb_file_per_table=true innodb_large_prefix=true ``` * Check for whick versions of mariadb is this needed * adding configuration to /etc/mysql/mariadb.conf
herrhase added the
priority / low
label 4 years ago
herrhase added the
feature
label 4 years ago
herrhase added the
package / mariadb
label 4 years ago
herrhase self-assigned this 4 years ago
herrhase added this to the 0.3 milestone 4 years ago
herrhase removed this from the 0.3 milestone 4 years ago
herrhase added this to the 0.4 milestone 4 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.