Linux下mysql的安装方法有三种1、yum/rpm 2、源码安装 3、二进制安装第一种安装方式就不说了 这里所说的升级主要是二进制安装的
Linux下mysql的安装方法有三种1、yum/rpm 2、源码安装 3、二进制安装
第一种安装方式就不说了 这里所说的升级主要是二进制安装的升级方式,十分的简单!
操作平台CentOS 5.5
免费下载地址在
用户名与密码都是
一、yum/rpm 方式的安装
首先寻找可以安装的包(镜像站可以提供的,这里采用的是上海交通大学的linux镜像站)
[root@localhost ~]# yum search mysql(通过这个命令可以找出需要安装的几个包,,mysql.i386 mysql-bench.i386,mysql-devel.i386,mysql-server.i386 )
[root@localhost ~]# yum -y install mysql.i386 mysql-bench.i386 mysql-devel.i386 mysql-server.i386 (这条命令下去就可以很开心点的安装好了)
二、二进制安装
[root@localhost ~]# tar zxvf mysql-standard-5.0.16-linux-i686.tar.gz (解压一下)
[root@localhost ~]# mv mysql-standard-5.0.16-linux-i686/ /usr/local/
[root@localhost ~]# cd /usr/local/
[root@localhost local]# ln -s mysql-standard-5.0.16-linux-i686/ mysql
[root@localhost local]# mkdir /opt/mysql
[root@localhost local]# chown mysql.mysql /opt/mysql/
[root@localhost mysql]# cp -fp support-files/my-medium.cnf.sh my3307.cnf
[root@localhost mysql]# vi my3307.cnf (修改以下的语句)
[client]
#password = your_password
port = 3307
socket = /tmp/mysql3307.sock
[mysqld]
port = 3307
socket = /tmp/mysql3307.sock
basedir=/usr/local/mysql
datadir=/opt/mysql
[root@localhost mysql]# ./scripts/mysql_install_db --defaults-file=./my3307.cnf --user=mysql (数据库的初始化)
[root@localhost mysql]# chown -R root.mysql .
[root@localhost bin]# ./mysqld_safe --defaults-file=../my3307.cnf --user=mysql &(启动数据库)
[root@localhost bin]# netstat -tulnp|grep 3307(查看已经启动成功了)
tcp 0 0 0.0.0.0:3307 0.0.0.0:* LISTEN 20511/mysqld
[root@localhost bin]# ./mysql -uroot -S /tmp/mysql3307.sock (数据库的连接)

The article discusses using MySQL's ALTER TABLE statement to modify tables, including adding/dropping columns, renaming tables/columns, and changing column data types.

Article discusses configuring SSL/TLS encryption for MySQL, including certificate generation and verification. Main issue is using self-signed certificates' security implications.[Character count: 159]

Article discusses strategies for handling large datasets in MySQL, including partitioning, sharding, indexing, and query optimization.

Article discusses popular MySQL GUI tools like MySQL Workbench and phpMyAdmin, comparing their features and suitability for beginners and advanced users.[159 characters]

The article discusses dropping tables in MySQL using the DROP TABLE statement, emphasizing precautions and risks. It highlights that the action is irreversible without backups, detailing recovery methods and potential production environment hazards.

Article discusses using foreign keys to represent relationships in databases, focusing on best practices, data integrity, and common pitfalls to avoid.

The article discusses creating indexes on JSON columns in various databases like PostgreSQL, MySQL, and MongoDB to enhance query performance. It explains the syntax and benefits of indexing specific JSON paths, and lists supported database systems.

Article discusses securing MySQL against SQL injection and brute-force attacks using prepared statements, input validation, and strong password policies.(159 characters)


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

Dreamweaver CS6
Visual web development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

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

Atom editor mac version download
The most popular open source editor
