Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   MySQL (https://www.askmehelpdesk.com/forumdisplay.php?f=442)
-   -   My sql (https://www.askmehelpdesk.com/showthread.php?t=44574)

  • Nov 24, 2006, 05:55 AM
    Rajib
    My sql
    How can I create user name and password In Ms Sql (using query analyzer) as we do in
    Oracle.
  • Feb 1, 2007, 01:43 PM
    frost110
    You probably already got your answer, but in case someone else is looking:

    Ms SQL or MySQL

    For MySQL this command should help you out:

    CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';

    --FrosT

  • All times are GMT -7. The time now is 10:54 PM.