• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase
您的位置:首页 > 数据库 >Mysql > MySQL安装初始化后的内容是什么?

MySQL安装初始化后的内容是什么?

作者:匿名 字体:[增加 减小] 来源:互联网 时间:2018-12-05

匿名通过本文主要向大家介绍了MySQL,安装,初始化等相关知识,希望本文的分享对您有所帮助
[root@cdcloud ~]#service mysqld restart

Stopping MySQL: [FAILED]

Initializing MySQLdatabase: Installing MySQL systemtables...

OK

Filling helptables...

OK

To start mysqld atboot time you have to copy

support-files/mysql.serverto the right place for your system

PLEASE REMEMBER TOSET A PASSWORD FOR THE MySQL root USER !

To do so, start theserver, then issue the following commands:

/usr/bin/mysqladmin-u root password 'new-password'

/usr/bin/mysqladmin-u root -h cdcloud.org password 'new-password'

See the manual formore instructions.

You can start theMySQL daemon with:

cd /usr ;/usr/bin/mysqld_safe &

You can test theMySQL daemon with mysql-test-run.pl

cd mysql-test ; perlmysql-test-run.pl

Please report anyproblems with the /usr/bin/mysqlbug script!

The latestinformation about MySQL is available on the web at

http://www.mysql.com

Support MySQL bybuying support/licenses at http://shop.mysql.com

[ OK ]

Starting MySQL: [ OK ]

/usr/bin/mysqladmin-u root password 'passwd@'

以上就是MySQL安装初始化后的内容是什么?的详细内容,更多请关注微课江湖其它相关文章!

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • 分享下mysql各个主要版本之间的差异
  • MySQL essential版本和普通版本有什么区别?
  • redhat 5.4下安装MYSQL全过程
  • 如何用SQL命令查看Mysql数据库大小
  • 解析mysql中如何获得数据库的大小
  • 解析mysql修改为utf8后仍然有乱码的问题
  • 5个常用的MySQL数据库管理工具详细介绍
  • 解析在MySQL里创建外键时ERROR 1005的解决办法
  • 解析远程连接管理其他机器上的MYSQL数据库
  • mysql 精简过程(删除一些文件)

相关文章

  • 2017-05-11MySQL SHOW 命令的使用介绍
  • 2017-05-11Mysql help命令(帮助信息)中文注解
  • 2017-05-11MySQL从MyISAM转换成InnoDB错误与常用解决办法
  • 2018-12-05sqlserver 千万数量级分页存储过程代码
  • 2018-12-05使用innobackupex基于从库搭建mysql主从架构
  • 2018-12-05Oracle 随机数
  • 2017-05-11mysql 常用设置 字符集编码、自动完成(自动提示)、监听外网ip
  • 2018-12-05mysql 存在该记录则更新,不存在则插入记录的sql
  • 2018-12-05 mysql进阶(七)limit的用法
  • 2017-05-11MySql表、字段、库的字符集修改及查看方法

文章分类

  • MsSql
  • Mysql
  • oracle
  • MariaDB
  • DB2
  • SQLite
  • PostgreSQL
  • MongoDB
  • Redis
  • Access
  • 数据库其它
  • sybase
  • HBase

最近更新的内容

    • SQL数据操作基础(中级)6
    • 把数据批量插入具有Identity列的表的方法
    • MySQL event 计划任务浅析
    • MySQL之-数据库双机热备的配置方法及代码示例
    • mssql 建立索引第1/2页
    • 四个经典的sql编程问题
    • 详细讲解mysql主从同步原理、配置以及延迟
    • 运用mysqldump 工具时需要注意的问题
    • mysql修改数据库编码(数据库字符集)和表的字符编码的方法
    • mysql 如何插入随机字符串数据的实现方法_MySQL

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有