Guest User

Untitled

a guest
Jun 14th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Set defaults for 'mysql' command-line application
  2. notepad "c:\windows\my.ini"
  3.  
  4. ## my.ini
  5. [mysql]
  6. database=hhcregistry
  7. user=root
  8. password=123
  9.  
  10. ## [shell]
  11. # Or specify everything on the command-line
  12. mysql -uusername -ppassword -e"describe table" database
Add Comment
Please, Sign In to add comment