Home > OS >  Install mysql server in the ali cloud CoreOS Linux server
Install mysql server in the ali cloud CoreOS Linux server

Time:12-11

Hello!
I'm ali cloud server CoreOS Linux
(Linux localhost 4.14.48 coreos - r2 # 1 SMP Thu Jun 14 08:23:03 UTC 2018 x86_64 Intel Xeon (R) (R) Platinum 8163 @ 2.50 GHz CPU GenuineIntel GNU/Linux) are installed on the mysql server encountered this problem:
I download mysql - 5.6.38 - Linux - glibc2.12 - x86_64, has decompression on the server, and set up mysql user and group,
Now perform
Localhost scripts #../scripts/mysql_install_db - basedir=/root/mysql - 5.6.38 - Linux - glibc2.12 - x86_64 - user=mysql & amp;
This command,
At the wrong:
Localhost scripts # - bash:../scripts/mysql_install_db:/usr/bin/perl: bad interpreter: No to the file or directory
May be a good Perl interpreter server is not installed above the script, I again to download a Perl - 5.24.0. Tar. Gz
Run #./Configure - DE
The following message:
Don 't worry if any of the following aren' t found...
I don 't see ar out there, offhand.
I don 't see the bison out there, either.
I don 't see byacc out there, either.
I don 't see the CPP out there, either.
I don 't see CSH out there, either.
The date is in/usr/bin/date.
Egrep is in/usr/bin/egrep.
I don 't see gmake out there, either.
Gzip is in/usr/bin/gzip.
Less is in/usr/bin/less.
Ln is in/usr/bin/ln.
I don 't see the make out there, either.
More is in/usr/bin/more.
I don 't see the nm out there, either.
I don 't see nroff out there, either.
I don 't see perl out there, either.
I don 't see pg is out there, either.
The test is in/usr/bin/test.
Uname is in/usr/bin/uname.
The zip is in/usr/bin/zip.
Substituting less -r for less.
I can 't find the make or gmake, and my life depends on it.
Go find a public domain implementation or fix your PATH setting!
Seems to be the make or gmake also no,
Now how to install the mysql server???????

CodePudding user response:

Not use CoreOS to DOCKER? DOCKER MYSQL not finished,
  • Related