Advertisement
Guest User

Untitled

a guest
Feb 15th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Enter password:
  2. Welcome to the MySQL monitor. Commands end with ; or \g.
  3. Your MySQL connection id is 17576
  4. Server version: 5.5.20 MySQL Community Server (GPL)
  5.  
  6. Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
  7.  
  8. Oracle is a registered trademark of Oracle Corporation and/or its
  9. affiliates. Other names may be trademarks of their respective
  10. owners.
  11.  
  12. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  13.  
  14. mysql> USE myvideos60;
  15. Database changed
  16. mysql> SELECT * ON path;
  17. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
  18. corresponds to your MySQL server version for the right syntax to use near 'ON pa
  19. th' at line 1
  20. mysql> SELECT * FROM path;
  21. +--------+------------+------------+-------------------------+---------+--------
  22. -------+----------------+-------------------------------------------------------
  23. --------------------------------------------------------------------------------
  24. --------------------------------------------------------------------------------
  25. --------------------------------------+----------+---------+
  26. | idPath | strPath | strContent | strScraper | strHash | scanRec
  27. ursive | useFolderNames | strSettings
  28.  
  29.  
  30. | noUpdate | exclude |
  31. +--------+------------+------------+-------------------------+---------+--------
  32. -------+----------------+-------------------------------------------------------
  33. --------------------------------------------------------------------------------
  34. --------------------------------------------------------------------------------
  35. --------------------------------------+----------+---------+
  36. | 1 | C:\Movies\ | movies | metadata.themoviedb.org | NULL | 2147
  37. 483647 | 0 | <settings><setting id="RatingS" value="TMDb" /><settin
  38. g id="TrailerQ" value="No" /><setting id="fanart" value="true" /><setting id="ke
  39. eporiginaltitle" value="false" /><setting id="language" value="en" /><setting id
  40. ="trailer" value="true" /></settings> | 0 | 0 |
  41. +--------+------------+------------+-------------------------+---------+--------
  42. -------+----------------+-------------------------------------------------------
  43. --------------------------------------------------------------------------------
  44. --------------------------------------------------------------------------------
  45. --------------------------------------+----------+---------+
  46. 1 row in set (0.00 sec)
  47.  
  48. mysql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement