Changes for page MySQL Installation
Last modified by Thomas Mortagne on 2022/05/25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,14 +52,24 @@ 52 52 {{/code}} 53 53 ))) 54 54 55 -{{info}}By default MySQL only accepts packets that are smaller than 1MB. If you get the "Packet for query is too large (max_allowed_packet)" error then see the [[Packet too large error page>>http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html]]. For example to increase the packet size to 32M you could start the MySQL server with:((( 55 +{{info}} 56 +By default MySQL only accepts packets that are smaller than 1MB. If you get the "Packet for query is too large (max_allowed_packet)" error then see the [[Packet too large error page>>http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html]]. For example to increase the packet size to 32M you could start the MySQL server with:((( 56 56 {{code language="none"}} 57 57 mysqld --console --max_allowed_packet=32M 58 58 {{/code}} 59 -))){{/info}} 60 -{{info}}If an empty Xwiki starts with no errors, but you unable to upload the default set of pages (XAR file) also try to increase *max_allowed_packet* parameter as shown above. {{/info}} 61 -{{warning}}XWiki does not create the Database Indexes automatically. You can use the [[Admin Tools Application>>extensions:Extension.AdminTools]] for that or [[create them manually>>AdminGuide.Database Administration]]{{/warning}} 60 +))) 61 +{{/info}} 62 62 63 +((( 64 +{{info}} 65 +If an empty Xwiki starts with no errors, but you unable to upload the default set of pages (XAR file) also try to increase "max_allowed_packet" parameter as shown above. 66 +{{/info}} 67 +))) 68 + 69 +{{warning}} 70 +XWiki does not create the Database Indexes automatically. You can use the [[Admin Tools Application>>extensions:Extension.AdminTools]] for that or [[create them manually>>AdminGuide.Database Administration]] 71 +{{/warning}} 72 + 63 63 = Troubleshooting = 64 64 65 65 == Unable to login to MySQL Console ==