Avatar

Robert Kaktus

  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Robert Kaktus
  • Avatar

    Robert Kaktus commented,

    Try create set user on "master": CREATE USER 'sstuser'@'localhost' IDENTIFIED BY 'yourPass';GRANT PROCESS, RELOAD, LOCK TABLES, REPLICATION CLIENT ON *.* TO 'sstuser'@'localhost'; FLUSH PRIVILEGES;