hlq415714067 2016-04-15 03:16 采纳率: 0%
浏览 1462

mysql启动的时参数文件中的[mysql]下的参数没有生效

my.cnf下的参数如下
[mysqld]
此处省略.....

[mysql]
#no-auto-rehash
prompt='\u@\h:\p\d mysql>'
#max_allowed_packet = 1024M ##影响mysql导人的速度
#default_character_set = gbk

启动方式
mysqld --defaults-file=/etc/my.cnf &

启动后prompt没有生效
[root@mysqldb15 ~]# mysql -uroot -p -S /tmp/mysql3306.sock
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.6.29-log MySQL Community Server (GPL)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

求回复

  • 写回答

1条回答

  • 普通网友 2016-10-07 17:39
    关注

    数文件中的[mysql]下的参数没有生效
    mysql
    my.cnf下的参数如下
    [mysqld]
    此处省略.....
    [mysql]
    #no-auto-rehash
    prompt='\u@\h:\p\d mysql>'
    #max_allowed_packet = 1024M ##影响mysql导人的速度
    #default_character_set = gbk
    启动方式
    mysqld --defaults-file=/etc/my.cnf &
    启动后prompt没有生效
    [root@mysqldb15 ~]# mysql -uroot -p -S /tmp/mysql3306.sock
    Enter password:
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 1
    Server version: 5.6.29-log MySQ

    评论

报告相同问题?

悬赏问题

  • ¥35 平滑拟合曲线该如何生成
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable
  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 自己瞎改改,结果现在又运行不了了
  • ¥15 链式存储应该如何解决
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站