PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h centos-svr password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation

相关文章:

  • 2021-11-21
  • 2021-09-23
  • 2022-01-07
  • 2021-11-15
  • 2021-12-20
  • 2021-05-25
  • 2021-10-30
猜你喜欢
  • 2021-11-30
  • 2021-11-28
  • 2021-10-06
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案