如果你用mysql.server来启动的话,就要注意一下点,要修改一下里面的内容,修改如下:大约218行左右

    1. then  
    2.  print_defaults="$bindir/mysql_print_defaults"  
    3. else  
    4.  # Try to find basedir in /etc/my.cnf  
    5.  conf=/usr/local/mysql/my.cnf    //默认情况下是/etc/my.cnf  
    6.  print_defaults=  
    7.  if test -r $conf  
    8.  then 

相关文章:

  • 2021-11-05
  • 2021-05-29
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-12-15
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案