Mysql那些事儿之(一)mysql的安装_MySQL
bitsCN.com
Mysql那些事儿之(一)mysql的安装 一、Linux下安装Mysql数据库首先下载Linux的Mysql安装包mysql-5.0.85.tar.tar
将下载好的安装包上传至Linux的 /usr/sid/mysql 目录然后继续如下操作: 安装步骤:--进入Mysql的安装目录cd /usr/sid/mysql --添加一个Mysql组groupadd mysql --在Mysql组里添加一个Mysql用户useradd -g mysql mysql 安装:--解压Mysql安装包tar zxvf mysql-5.0.85.tar.tar --进入mysql-5.0.85目录cd mysql-5.0.85 --配置Mysql的安装路径与相关参数./configure --prefix=/usr/local/sunnyboysac/mysql -with-extra-charsets=gbk -with-extra-charsets=all -with-named-curses-libs=/usr/lib/libncurses.so.5 -with-innodb --编译make--安装make install 配置步骤: --进入mysql解压的目录cd mysql-5.0.85 --拷贝文件cp support-files/my-large.cnf /etc/my.cnf vi /etc/my.cnf 修改内容添加一行 default-storage-engine=INNODB 并把innodb相关的注释(#)去掉 改写部分修改后的形式如下 #bdb_max_lock = 100000default-storage-engine=INNODB# Uncomment the following if you are using InnoDB tablesinnodb_data_home_dir = /usr/local/eetrust/mysql/var/innodb_data_file_path = ibdata1:10M:autoextendinnodb_log_group_home_dir = /usr/local/eetrust/mysql/var/innodb_log_arch_dir = /usr/local/eetrust/mysql/var/# You can set .._buffer_pool_size up to 50 - 80 %# of RAM but beware of setting memory usage too highinnodb_buffer_pool_size = 256Minnodb_additional_mem_pool_size = 20M# Set .._log_file_size to 25 % of buffer pool sizeinnodb_log_file_size = 64Minnodb_log_buffer_size = 8Minnodb_flush_log_at_trx_commit = 1innodb_lock_wait_timeout = 50 进入mysql目录 cd /usr/local/eetrust/mysql/bin 添加用户mysql ./mysql_install_db --user=mysql --设置用户密码 ./mysqld_safe --user=mysql &./mysqladmin -u root password sunnyboysac --设置mysql自启动 --进入解压目录--拷贝文件 cd /usr/sid/mysql/mysql-5.0.85cp support-files/mysql.server /etc/rc.d/init.d/mysql--修改权限cd /etc/rc.d/init.dchmod +x /etc/rc.d/init.d/mysql--设置自启动chkconfig --add mysqlchkconfig mysql on--将mysql的bin添加到/etc/profile的path中vi /etc/profile--在path后面加入如下内容:/usr/local/eetrust/mysql/bin --应用source /etc/profilemysql -uroot –psunnyboysac--给mysql的用root用户授权,使其远程可以访问grant all on *.* to 'root'@'%' identified by 'mysqladmin';grant all on *.* to 'root'@'%' identified by 'sunnyboysac';GRANT USAGE ON *.* to root@'%' IDENTIFIED BY 'sunnyboysac';--刷新flush privileges;如果还连不上,关掉防火墙service iptables stop 验证: service mysql start 退出窗口重新登录用mysql命令 bitsCN.com

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

DeepSeek is a powerful intelligent search and analysis tool that provides two access methods: web version and official website. The web version is convenient and efficient, and can be used without installation; the official website provides comprehensive product information, download resources and support services. Whether individuals or corporate users, they can easily obtain and analyze massive data through DeepSeek to improve work efficiency, assist decision-making and promote innovation.

There are many ways to install DeepSeek, including: compile from source (for experienced developers) using precompiled packages (for Windows users) using Docker containers (for most convenient, no need to worry about compatibility) No matter which method you choose, Please read the official documents carefully and prepare them fully to avoid unnecessary trouble.

Ouyi OKX, the world's leading digital asset exchange, has now launched an official installation package to provide a safe and convenient trading experience. The OKX installation package of Ouyi does not need to be accessed through a browser. It can directly install independent applications on the device, creating a stable and efficient trading platform for users. The installation process is simple and easy to understand. Users only need to download the latest version of the installation package and follow the prompts to complete the installation step by step.

BITGet is a cryptocurrency exchange that provides a variety of trading services including spot trading, contract trading and derivatives. Founded in 2018, the exchange is headquartered in Singapore and is committed to providing users with a safe and reliable trading platform. BITGet offers a variety of trading pairs, including BTC/USDT, ETH/USDT and XRP/USDT. Additionally, the exchange has a reputation for security and liquidity and offers a variety of features such as premium order types, leveraged trading and 24/7 customer support.

Gate.io is a popular cryptocurrency exchange that users can use by downloading its installation package and installing it on their devices. The steps to obtain the installation package are as follows: Visit the official website of Gate.io, click "Download", select the corresponding operating system (Windows, Mac or Linux), and download the installation package to your computer. It is recommended to temporarily disable antivirus software or firewall during installation to ensure smooth installation. After completion, the user needs to create a Gate.io account to start using it.

Ouyi, also known as OKX, is a world-leading cryptocurrency trading platform. The article provides a download portal for Ouyi's official installation package, which facilitates users to install Ouyi client on different devices. This installation package supports Windows, Mac, Android and iOS systems. Users can choose the corresponding version to download according to their device type. After the installation is completed, users can register or log in to the Ouyi account, start trading cryptocurrencies and enjoy other services provided by the platform.

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Causes and solutions for errors when using PECL to install extensions in Docker environment When using Docker environment, we often encounter some headaches...
