Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ➜ ~ chartio_setup
  2. Welcome to the chart.io setup wizard.
  3. Enter the email address registered with chart.io: a@ninjagod.com
  4. Enter your chart.io password:
  5. ==> Username and password confirmed
  6. ==> Checking for existing SSH keys
  7. ==> Generating keys for SSH tunneling
  8. ==> SSH keys generated
  9. ==> Creating tunnel account on chart.io's server. This will take a moment.
  10. ==> Tunnel account created
  11.  
  12. What type of database are you hooking up?
  13. 1. MySQL
  14. 2. PostgreSQL
  15. [1]: 1
  16. ==> MySQL database selected
  17.  
  18. MySQL database setup.
  19. ==> MySQL command found
  20.  
  21. Database listen port [3306]:
  22. ==> Using port 3306
  23.  
  24. Please enter the database administrator's username
  25. This will only be used during setup to create a read-only user.
  26. Database username: root
  27. Please enter the password for the database administrator (Blank for none)
  28. Administrator's pasword:
  29. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
  30. Error: Admin name and/or password incorrect, or MySQL not listening on 3306. Please re-enter.
  31. Please enter the database administrator's username
  32. This will only be used during setup to create a read-only user.
  33. Database username: root
  34. Please enter the password for the database administrator (Blank for none)
  35. Administrator's pasword:
  36. ==> Admin user confirmed
  37.  
  38. Select which database to add.
  39. Available databases
  40. 1. information_schema
  41. 2. birt
  42. 3. cdcol
  43. 4. mysql
  44. 5. performance_schema
  45. 6. phpmyadmin
  46. 7. test
  47. : 2
  48. ==> Creating read-only user named chartio_birt to access database birt
  49. ==> Read only user created.
  50. ==> Launching chartio_connect
  51. Chartio connect daemonized at process 9094
  52. ==> chartio_connect running
  53. ==> Registering datasource with Chartio. This will take a moment.
  54. Error: Problem connecting to Chart.io's server. Please try again later.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement