Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Privileges Of User

forums forums SQLyog Using SQLyog Privileges Of User

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9912
      toma
      Member

      my user use aplication c# and according dll work with data in server.

      user 'basis' work wth data 'test' , user want to create new database,get all privileges on new data.

      with connection string basis/basis@test i connected to server .

      first action create new database( newtest) i did without problems.

      after action create new database i did action- use basis -to do basis working

      third action – grant all on newtest.* to basis identified by 'basis' – get error 1044

      why?

      what privileges user basis must have?

      (i must get privileges administrator to 'basis'?)

      what difference between

      (grant all on newtest.* to basis@”%” identified by 'basis'

      grant all on newtest.* to basis@”localhost” identified by 'basis' )

    • #22535
      peterlaursen
      Participant

      @toma

      Please only ask the same question once!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.