[MDEV-11251] MariaDB installation failed at custom directory installation Created: 2016-11-08 Updated: 2016-12-08 Resolved: 2016-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Affects Version/s: | 10.1.18 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Muthuselvan I K | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Installation on CentOS 7 |
||
| Description |
|
Hi, I got the installation failed and help me where I did the mistake. 1) login as mysql user
|
| Comments |
| Comment by Elena Stepanova [ 2016-11-08 ] |
|
The general problem is that the cnf file you are using is not compatible either with the previous installation that you had, or with the server version that you are installing 1) InnoDB fails with the error because your existing datadir has ibdata files of a different size comparing to what's configured in the cnf file; namely, the existing file is smaler than the file size you've configured. InnoDB in 10.0+ has some tablespace resizing capabilities, but it's not one of them. Your options are:
2) Further, server also fails due to unknown option log-slow-queries. The option was already deprecated in 5.5 (and probably before), and in 10.x it's removed. Use slow-query-log instead. |
| Comment by Muthuselvan I K [ 2016-11-08 ] |
|
I am sorry. I am totally tired please help me. My requirement is I want to install under /opt but I don't have root access on my machine. thank you |
| Comment by Elena Stepanova [ 2016-12-08 ] |
|
I am sorry, but bugtracking system is not a place for general discussion, we cannot lead you through the whole installation process here. Your configuration has problems as listed above (at least). If you don't know how to fix them, please try to ask for help and advice on corresponding forums, channels or mailing lists. You might also consider getting a support contract. |