Advertisement
Guest User

Untitled

a guest
May 25th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. -- from the root directory of the project
  2.  
  3. -- log in
  4. mysql -u root
  5.  
  6. -- pick database
  7. use nomnow
  8.  
  9. -- try a query
  10. select * from reports;
  11.  
  12. -- if getting an error, make sure the server is running
  13. mysql.server restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement