[MDEV-16562] cannot install mariadb on ubuntu 16.04 Created: 2018-06-25 Updated: 2018-06-26 Resolved: 2018-06-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.3.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | zhuqingtao | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Description |
|
how can I install mariaDb in ubuntu? but can not do this : shell> scripts/mysql_install_db --user=mysql if I cd scripts directory and do mysql_install_db.sh --user=mysql, got those error: root@fullintest-desktop:/usr/local/mysql/scripts# mysql_install_db --user=mysql how can i install mariaDb? |
| Comments |
| Comment by Elena Stepanova [ 2018-06-25 ] |
|
This error usually means what it says, "file is probably in use by another process". Please check that there is no mysqld process running on the machine. |
| Comment by zhuqingtao [ 2018-06-26 ] |
|
yes, another process runing, killed and installed. but how can I do this: where is the right place ? |
| Comment by zhuqingtao [ 2018-06-26 ] |
|
and after installed, cmd screen tell us: but there is no such file or directory, and can not open mysql-test-run.pl. where is the mysql-test-run.pl ? |
| Comment by Elena Stepanova [ 2018-06-26 ] |
|
The point of binary tarball is that it can (hypothetically) be installed on different Linux flavors, there is no one instruction which would universally fit to all of them, e.g. the "right place" for the startup scripts / systemd scripts and such can be different for different systems. It is assumed that people who use binary tarball and install it system-wide are system admins which know the specifics of their system. Otherwise you might be better of with system-specific installation packages which would do configuration for you (if you still want to install it system-wide), or just use the tarball locally. mysql-test-run.pl is within the tarball. Where it ended up after you unpack it depends on how you did it. Please note that JIRA is a bugtracking system, it's not the right place for seeking advice. If you need help with your system configuration, please use community forums and mailing lists. You might also consider getting a support contract. If you have a support contract, it's better to file a ticket through it. |