Grant all privileges of database to a user Get link Facebook X Pinterest Email Other Apps August 08, 2019 Query grant all privileges on publisher.* to gaurav@localhost identified by 'sqlimplant' Here publisher is database name 'gaurav' is user name 'sqlimplant' is the password Get link Facebook X Pinterest Email Other Apps Comments
Surrogate primary Keys or Pseudo Primary Keys August 08, 2019 The value of primary keys which carry no business information are called as Surrogate primary keys or Pseudo primary keys. The primary keys which contain business information are called as natural primary keys for example isbn's of books. Read more
Guard access to outside world against your MySql Port August 05, 2019 To Guard access to your Mysql Port from outside world just add following line to your my.ini file bind-address=127.0.0.1 Read more
Comments
Post a Comment