1。直接用mysqld手工启动

[root@ora11g bin]# ./mysqld --defaults-file=../my.cnf
 :: [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

 :: [ERROR] Aborting

 :: [Note] ./mysqld: Shutdown complete

[root@ora11g bin]# ./mysqld --defaults-file=../my.cnf --user=mysql
 :: InnoDB: The InnoDB memory heap is disabled
 :: InnoDB: Mutexes and rw_locks use InnoDB's own implementation
 :: InnoDB: Compressed tables use zlib
 :: InnoDB: Using Linux native AIO
 :: InnoDB: Initializing buffer pool, size = 128.0M
 :: InnoDB: Completed initialization of buffer pool
 :: InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
 ::  InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
 ::  InnoDB: Waiting for the background threads to start
 :: InnoDB:  started; log sequence number
 :: [Note] Server
 :: [Note]   - '0.0.0.0' resolves to '0.0.0.0';
 :: [Note] Server socket created on IP: '0.0.0.0'.
 :: [Note] Event Scheduler: Loaded  events
 :: [Note] ./mysqld: ready for connections.
Version:   Source distribution
[root@ora11g ~]# ps -ef | grep mysql
mysql          : pts/    :: ./mysqld --defaults-file=../my.cnf --user=mysql
root           : pts/    :: grep mysql
[root@ora11g ~]# 

2.安全启动

[root@ora11g bin]# ./mysqld_safe --defaults-file=../my.cnf --user=mysql &
[]
[root@ora11g bin]#  :: mysqld_safe Logging to '/usr/local/mysql/data/ora11g.err'.
 :: mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data

[root@ora11g bin]# ps -ef | grep mysql
root           : pts/    :: /bin/sh ./mysqld_safe --defaults-file=../my.cnf --user=mysql
mysql          : pts/    :: /usr/local/mysql/bin/mysqld --defaults-
root           : pts/    :: grep mysql
[root@ora11g bin]# 

3.用服务的方式启动

[root@ora11g support-files]#
[root@ora11g support-files]# ./mysql.server start
Starting MySQL                                             [  OK  ]
[root@ora11g support-files]# ps -ef | grep mysql
root              : pts/    :: /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/ora11g.pid
mysql         : pts/    :: /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-
root           : pts/    :: grep mysql
[root@ora11g support-files]# 

把mysql.server cp到 /etc/rc.d/init.d/mysql,再chkconfig --add mysql就ok了

[root@ora11g support-files]# cp mysql.server  /etc/rc.d/init.d/mysql
[root@ora11g support-files]# chkconfig --add mysql
[root@ora11g support-files]# chkconfig --list | grep mysql
mysql           :off   :off   :on    :on    :on    :on    :off
[root@ora11g support-files]# service mysqld stop
mysqld: unrecognized service
[root@ora11g support-files]# service mysql stop
Shutting down MySQL.                                       [  OK  ]
[root@ora11g support-files]# service mysql start
Starting MySQL..                                           [  OK  ]
[root@ora11g support-files]# ps -ef | grep mysql
root              : pts/    :: /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/usr/local/mysql/data --pid-file=/usr/local/mysql/data/ora11g.pid
mysql          : pts/    :: /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --plugin-
root           : pts/    :: grep mysql
[root@ora11g support-files]# 

查看mysql的启动时的参数:

[root@ora11g bin]# ./mysqld --help --verbose | less

mysql的启动的更多相关文章

  1. 关于在安装MySQL时报错"本地计算机上的mysql服务启动后停止,某些服务在未由其他服务或程序使用时将自动停止"的解决方法

    首先将你下载的MySQL安装或者解压(对应安装版和解压版),下载地址http://dev.mysql.com/downloads/mysql/ 然后复制你安装目录中的my-default.ini,更改 ...

  2. CentOS 7下MySQL服务启动失败的解决思路

    今天,启动MySQL服务器失败,如下所示: [root@spark01 ~]# /etc/init.d/mysqld start Starting mysqld (via systemctl): Jo ...

  3. Mysql服务启动的时候 如何加载配置文件

    Mysql服务启动的时候 如何引导配置文件 (启动加载顺序)

  4. MySQL 安装和启动服务,“本地计算机 上的 MySQL 服务启动后停止。某些服务在未由其他服务或程序使用时将自动停止。”

    MySQL 安装和启动服务,以及遇到的问题 MySQL版本: mysql-5.7.13-winx64.zip (免安装,解压放到程序文件夹即可,比如 C:\Program Files\mysql-5. ...

  5. 一台MySQL服务器启动多个端口

    一台MySQL服务器启动多个端口 在测试Mysql多主一从服务器,即一个从服务器多端口同步不同主库.本文记录了开启不同端口的操作. 详细步骤: 1.首先要先把my.cnf配置文件复制一份,开几个端口要 ...

  6. MySQL 安装 启动 基本语法概述

    MySQL 安装 启动 基本语法概述 MySQL安装和配置 我是直接使用安装包:mysql-installer-community-5.6.10.1.msi 安装的时候其中有几点要注意: 1.记住端口 ...

  7. MySQL的启动脚本

    MySQL的启动脚本#!/bin/bashmysql_port=3308mysql_username="admin"mysql_password="password&qu ...

  8. mysql无法启动

    当在安装mysql服务时,有时会遇到恶心的PID错误而导致安装后无法启动以下为针对mysql-5.5版本在安装mysql时所遇到的问题的解决方法. 1.可能是/usr/local/mysql/data ...

  9. linux 下mysql的启动 、调试、排错

    Linux 下 MySQL 启动与关闭 说明 一.启动 1.1  MySQL 进程 可以用ps 命令查看进程: [root@rac2 ~]# ps -ef|grep mysql root     21 ...

随机推荐

  1. 【Java】嵌套For循环性能优化案例

    参考资料:http://cgs1999.iteye.com/blog/1596671 1 案例描述 某日,在JavaEye上看到一道面试题,题目是这样的:请对以下的代码进行优化 for (int i  ...

  2. poj 1700

    http://poj.org/problem?id=1700 题目大意就是一条船,有N个人需要过河,求N个人最短过河的时间 #include <stdio.h> int main() { ...

  3. spring的对象属性相同(类型,名字)拷贝

    A类: package test; /** * Created by gmq on 2015/12/4. */ public class A { private String aa; private ...

  4. 【小姿势】如何搭建ipa下载web服务器(直接在手机打开浏览器安装)

    前提: 1) 有个一个现成的web服务器,我用是nodejs. 2) 有个能在用你手机安装的ipa 3) 有个github账号 开搞: 1.用http://plist.iosdev.top/plist ...

  5. android 和iOS的view上的区别

    android上的view的类叫View, 以下是它的class overview, This class represents the basic building block for user i ...

  6. ACM/ICPC 之 SPFA-兑换货币(POJ1860)

    //水题-SPFA解法 //套汇是指兑换货币后能使本金上升 //给定本金货币编号,货币间的汇率和手续费,求能否套汇成功 //Time:16Ms Memory:200K #include<iost ...

  7. MySQL中无GROUP BY直接HAVING的问题【转】

    本文来自网址: http://www.penglixun.com/tech/database/having_without_groupby_in_mysql.html 今天有同学给我反应,有一张表,i ...

  8. ABAP 内表的行列转换-NEW

    REPORT Z_TEST_COL_TO_ROW. TYPE-POOLS: slis. TABLES: mseg,mkpf. DATA: gd_fieldcat TYPE slis_t_fieldca ...

  9. Android Volley入门到精通:使用Volley加载网络图片

    在上一篇文章中,我们了解了Volley到底是什么,以及它的基本用法.本篇文章中我们即将学习关于Volley更加高级的用法,如何你还没有看过我的上一篇文章的话,建议先去阅读Android Volley完 ...

  10. 【python】mysqlDB转xml中的编码问题

    背景:有mysql数据库,将数据从数据库中读取,并存储到xml中 采用了MySQLdb和lxml两个库 具体编码处理过程如下: . 指定mysql的编码方式 .取数据库data->判断data类 ...