Advertisement
Guest User

owncloud, convert sqlite - mysql

a guest
Feb 15th, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.06 KB | None | 0 0
  1. root@cloud:/var/www/owncloud# sudo -u www-data php occ db:convert-type --all-apps mysql owncloud 127.0.0.1 owncloud_db
  2. What is the database password?
  3. Creating schema in new database
  4. oc_activity
  5. chunked query, 6 chunks
  6.  5413/5413 [============================] 100%
  7. oc_activity_mq
  8.     0/0 [============================]   0%
  9. oc_addressbookchanges
  10.  7/7 [============================] 100%
  11. oc_addressbooks
  12.  6/6 [============================] 100%
  13. oc_appconfig
  14.  127/127 [============================] 100%
  15. oc_audioplayer_album_artists
  16.    0/0 [============================]   0%
  17. oc_audioplayer_albums
  18.  4/4 [============================] 100%
  19. oc_audioplayer_artists
  20.  3/3 [============================] 100%
  21. oc_audioplayer_genre
  22.  4/4 [============================] 100%
  23. oc_audioplayer_playlist_tracks
  24.  0/0 [============================]   0%
  25. oc_audioplayer_playlists
  26.  0/0 [============================]   0%
  27. oc_audioplayer_tracks
  28.  53/53 [============================] 100%
  29. oc_authtoken
  30.  14/14 [============================] 100%
  31. oc_calendarchanges
  32.   0/0 [============================]   0%
  33. oc_calendarobjects
  34.   0/0 [============================]   0%
  35. oc_calendars
  36.  6/6 [============================] 100%
  37. oc_calendarsubscriptions
  38.  0/0 [============================]   0%
  39. oc_cards
  40.  5/5 [============================] 100%
  41. oc_cards_properties
  42.  22/22 [============================] 100%
  43. oc_comments
  44.   0/0 [============================]   0%
  45. oc_comments_read_markers
  46.   0/0 [============================]   0%
  47. oc_credentials
  48.   0/0 [============================]   0%
  49. oc_dav_shares
  50.   0/0 [============================]   0%
  51. oc_documents_invite
  52.   0/0 [============================]   0%
  53. oc_documents_member
  54.  1/1 [============================] 100%
  55. oc_documents_op
  56.  4/4 [============================] 100%
  57. oc_documents_revisions
  58.  0/0 [============================]   0%
  59. oc_documents_session
  60.  1/1 [============================] 100%
  61. oc_external_applicable
  62.  2/2 [============================] 100%
  63. oc_external_config
  64.  1/1 [============================] 100%
  65. oc_external_mounts
  66.  1/1 [============================] 100%
  67. oc_external_options
  68.  5/5 [============================] 100%
  69. oc_federated_reshares
  70.  0/0 [============================]   0%
  71. oc_file_locks
  72.  132/132 [============================] 100%
  73. oc_filecache
  74. chunked query, 74 chunks
  75.  73427/73427 [============================] 100%
  76. oc_files_trash
  77.  42/42 [============================] 100%
  78. oc_group_admin
  79.   0/0 [============================]   0%
  80. oc_group_user
  81.  5/5 [============================] 100%
  82. oc_groups
  83.  2/2 [============================] 100%
  84. oc_jobs
  85.  670/670 [============================] 100%
  86. oc_mimetypes
  87.  91/91 [============================] 100%
  88. oc_mounts
  89.  13/13 [============================] 100%
  90. oc_notifications
  91.   0/0 [============================]   0%
  92. oc_ocsms_config
  93.   0/0 [============================]   0%
  94. oc_ocsms_conversation_read_states
  95.  1/1 [============================] 100%
  96. oc_ocsms_sendmessage_queue
  97.  0/0 [============================]   0%
  98. oc_ocsms_smsdatas
  99.    5/102 [=>--------------------------]   4%
  100.                                                                                                                  
  101.   [Doctrine\DBAL\Exception\DriverException]                                                                      
  102.   An exception occurred while executing 'INSERT INTO `oc_ocsms_smsdatas` (`id`, `user_id`, `added`, `lastmodifie  
  103.  d`, `sms_id`, `sms_address`, `sms_msg`, `sms_date`, `sms_flags`, `sms_mailbox`, `sms_type`) VALUES(?, ?, ?, ?,  
  104.   ?, ?, ?, ?, ?, ?, ?)' with params ["61168", "martin", "2017-02-07 17:19:17", "2017-02-07 17:19:17", "127", "+  
  105.  491774730265", "Vlt er ja den gro\u00dfen plan \ud83d\ude00", "1486127164965", "11", "0", "1"]:                
  106.   SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x80' for column 'sms_msg' at row 1  
  107.                                                                                                                  
  108.  
  109.                                                                                                                  
  110.   [Doctrine\DBAL\Driver\PDOException]                                                                            
  111.   SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x80' for column 'sms_msg' at row 1  
  112.                                                                                                                  
  113.  
  114.                                                                                                                  
  115.   [PDOException]                                                                                                
  116.   SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x98\x80' for column 'sms_msg' at row 1  
  117.                                                                                                                  
  118.  
  119. db:convert-type [--port PORT] [--password PASSWORD] [--clear-schema] [--all-apps] [--chunk-size CHUNK-SIZE] [--] <type> <username> <hostname> <database>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement