Home Database Mysql Tutorial linux下配置mysql

linux下配置mysql

Jun 07, 2016 pm 03:47 PM
enter linux mysql oracle environment Configuration

环境是Oracle Enterprise Linux 6 先安装rpm包然后启动服务 chkconfig mysqld on service mysqld restart 设置用户的密码 #/usr/bin/mysqladmin -u root password yourpassword 如果以后忘记mysql的root密码,那么就这样解决: vi /etc/my.cnf 在[mysqld]的

环境是Oracle Enterprise Linux 6

先安装rpm包然后启动服务
chkconfig mysqld on
service mysqld restart

设置用户的密码
#/usr/bin/mysqladmin -u root password yourpassword


如果以后忘记mysql的root密码,那么就这样解决:
vi /etc/my.cnf
在[mysqld]的段中加上一句skip-grant-tables
重启服务service mysqld restart
修改密码:
mysql -u root
use mysql;
UPDATE user SET Password = password ( 'test1234' ) WHERE User = 'root';

然后再删除/etc/my.cnf中的skip-grant-tables
然后service mysqld restart

这样root密码就变成test1234了

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Redstone/RED currency listing price forecast and detailed explanation of token economics Redstone/RED currency listing price forecast and detailed explanation of token economics Mar 03, 2025 pm 10:42 PM

This time, the Redstone token $RED will be launched on Binance Launchpool on Binance TGE! This is also the first time Binance has launched a pre-market trading limit mechanism! The first day limit is 200%, and the ban will be lifted after 3 days to avoid "the peak will be achieved when the market opens"! Launchpool mechanism introduces the BinanceLaunchpool participating in Redstone that needs to pledge designated tokens (BNB, USDC, FDUSD) activity period is 48 hours: 08:00 UTC on February 26, 2025 to 08:00 UTC on February 28, 2025 ending this pre-market daily limit rule: 18:00 on February 28, 2025

The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? Apr 01, 2025 pm 03:03 PM

The page is blank after PHP connects to MySQL, and the reason why die() function fails. When learning the connection between PHP and MySQL database, you often encounter some confusing things...

How to automatically set permissions of unixsocket after system restart? How to automatically set permissions of unixsocket after system restart? Mar 31, 2025 pm 11:54 PM

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...

Why does an error occur when installing an extension using PECL in a Docker environment? How to solve it? Why does an error occur when installing an extension using PECL in a Docker environment? How to solve it? Apr 01, 2025 pm 03:06 PM

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

How many RED tokens can you get when participating in Redstone (RED) airdrops? How many RED tokens can you get when participating in Redstone (RED) airdrops? Mar 04, 2025 pm 05:48 PM

Redstone (RED) airdrop activity is in full swing, attracting many investors to participate. Redstone is an advanced cross-chain data oracle, with a strong validator network, real-time data integration capabilities, and community incentive mechanisms, and has been supported by many well-known investment institutions. Its unique technological advantages make it stand out in the highly competitive oracle market and has huge potential for future development. This article will conduct in-depth analysis of the Redstone project, explore the number of RED tokens available for participating in airdrops, and make an outlook on the price of RED tokens, helping investors better understand and evaluate the Redstone project and investment risks. Especially for BNB holders, participating in airdrops will have the opportunity to obtain RED tokens and enrich the digital asset group

The simplest DeepSeek local deployment strategy for the entire network: Create an exclusive AI assistant The simplest DeepSeek local deployment strategy for the entire network: Create an exclusive AI assistant Mar 12, 2025 pm 01:09 PM

This article provides a super simple tutorial for DeepSeek local deployment to help you easily create an exclusive AI assistant. No need to rely on cloud services, installation and configuration can be completed on Windows, macOS and Linux systems in just a few steps. DeepSeek has certain hardware requirements (16GB memory and solid state drive are recommended). The installation process is simple and intuitive, and you can easily get started even without technical background. Tutorials cover preparation, installation, configuration, operation and optional continuous learning steps, allowing you to quickly experience the powerful features of DeepSeek's text generation, code writing, and translation. Start your hands now and have your exclusive AI!

How to efficiently integrate Node.js or Python services under LAMP architecture? How to efficiently integrate Node.js or Python services under LAMP architecture? Apr 01, 2025 pm 02:48 PM

Many website developers face the problem of integrating Node.js or Python services under the LAMP architecture: the existing LAMP (Linux Apache MySQL PHP) architecture website needs...

PHP optimistic locking combined with transaction deduction balance failed: How to ensure that the balance is correctly deducted in concurrency situations? PHP optimistic locking combined with transaction deduction balance failed: How to ensure that the balance is correctly deducted in concurrency situations? Mar 31, 2025 pm 11:42 PM

Detailed explanation of the problem of deducting balances in combination with PHP optimistic locks and transactions in this article will analyze in detail a balance deduction using PHP, optimistic locks and database transactions, only...

See all articles