Home > OS >  Install mysql5.5 ubuntu18 source, compile error
Install mysql5.5 ubuntu18 source, compile error

Time:09-19

sudo cmake. - DCMAKE_INSTALL_PREFIX=/usr/local/mysql55/\
- DMYSQL_UNIX_ADDR=/TMP/mysql. The sock \
- DMYSQL_DATADIR=/data/mysql \
- DSYSCONFDIR=/usr/local/mysql55/\
- DMYSQL_USER=mysql \
- DMYSQL_TCP_PORT=3306 \
- DWITH_XTRADB_STORAGE_ENGINE=1 \
- DWITH_INNOBASE_STORAGE_ENGINE=1 \
- DWITH_PARTITION_STORAGE_ENGINE=1 \
- DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
- DWITH_MYISAM_STORAGE_ENGINE=1 \
- DWITH_READLINE=1 \
- DENABLED_LOCAL_INFILE=1 \
- DWITH_EXTRA_CHARSETS=1 \
- DDEFAULT_CHARSET=utf8 \
- DDEFAULT_COLLATION=utf8_general_ci \
- DEXTRA_CHARSETS=all \
- DWITH_BIG_TABLES=1 \
- DWITH_DEBUG=0

Cmake is not an error, then make 96% error, such as the screenshots in the attachment, could you tell me how to solve a great god, baidu to look the information also not line,

CodePudding user response:

The great god said apt install mariadb server. -
  • Related