miholeus

mmm_error

Jun 26th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Command mysqldiff --logs-folder=/var/www/work/mysql-migration-manager/logs --host1=localhost --user1=mmm-user --password1=asdf --port1=3306 --host2=localhost --user2=mmm-user --password2=asdf --port2=3306 --list-tables --no-old-defs --save-quotes default_crm default_crm_tmp
  2. Cannot get differences:
  3. Error from DBI:
  4. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  5. mysqldiff cannot get diff because of this error
  6. PHP Warning: Error while sending QUERY packet. PID=69919 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 259
  7. PHP Stack trace:
  8. PHP 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
  9. PHP 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  10. PHP 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  11. PHP 4. call_user_func_array:{/private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259}() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
  12. PHP 5. mysqli->query() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
  13.  
  14. Warning: Error while sending QUERY packet. PID=69919 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 259
  15.  
  16. Call Stack:
  17. 44.6117 55659000 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
  18. 44.6118 55659616 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  19. 44.6118 55660328 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  20. 44.6118 55662184 4. call_user_func_array:{/private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259}() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
  21. 44.6118 55663112 5. mysqli->query() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
  22.  
  23. #1: Trying to reconnect...
  24. PHP Fatal error: Uncaught exception 'Exception' with message 'Database connect error occured: No such file or directory (2002)
  25. Credentials:
  26. Database: default_crm_tmp
  27. Host: localhost
  28. User: mmm-user
  29. Password: asPnd78d
  30. Port: 3306' in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:95
  31. Stack trace:
  32. #0 /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php(281): lib\MysqliHelper->connect()
  33. #1 /private/var/www/work/mysql-migration-manager/lib/Helper.class.php(474): lib\MysqliHelper->__call('query', Array)
  34. #2 /private/var/www/work/mysql-migration-manager/lib/Helper.class.php(474): lib\MysqliHelper->query('DROP DATABASE `...')
  35. #3 [internal function]: lib\Helper::lib\{closure}()
  36. #4 {main}
  37. thrown in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
  38.  
  39. Fatal error: Uncaught exception 'Exception' with message ' in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
  40.  
  41. Exception: Database connect error occured: No such file or directory (2002)
  42. Credentials:
  43. Database: default_crm_tmp
  44. Host: localhost
  45. User: mmm-user
  46. Password: asPnd78d
  47. Port: 3306 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
  48.  
  49. Call Stack:
  50. 44.6117 55659000 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
  51. 44.6118 55659616 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  52. 44.6118 55660328 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
  53. 44.6123 55605672 4. lib\MysqliHelper->connect() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:281
Advertisement
Add Comment
Please, Sign In to add comment