Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- Cannot get differences:
- Error from DBI:
- Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
- mysqldiff cannot get diff because of this error
- PHP Warning: Error while sending QUERY packet. PID=69919 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 259
- PHP Stack trace:
- PHP 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
- PHP 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- PHP 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- 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
- PHP 5. mysqli->query() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
- Warning: Error while sending QUERY packet. PID=69919 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 259
- Call Stack:
- 44.6117 55659000 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
- 44.6118 55659616 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- 44.6118 55660328 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- 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
- 44.6118 55663112 5. mysqli->query() /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:259
- #1: Trying to reconnect...
- PHP Fatal error: Uncaught exception 'Exception' with message 'Database connect error occured: No such file or directory (2002)
- Credentials:
- Database: default_crm_tmp
- Host: localhost
- User: mmm-user
- Password: asPnd78d
- Port: 3306' in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php:95
- Stack trace:
- #0 /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php(281): lib\MysqliHelper->connect()
- #1 /private/var/www/work/mysql-migration-manager/lib/Helper.class.php(474): lib\MysqliHelper->__call('query', Array)
- #2 /private/var/www/work/mysql-migration-manager/lib/Helper.class.php(474): lib\MysqliHelper->query('DROP DATABASE `...')
- #3 [internal function]: lib\Helper::lib\{closure}()
- #4 {main}
- thrown in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
- Fatal error: Uncaught exception 'Exception' with message ' in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
- Exception: Database connect error occured: No such file or directory (2002)
- Credentials:
- Database: default_crm_tmp
- Host: localhost
- User: mmm-user
- Password: asPnd78d
- Port: 3306 in /private/var/www/work/mysql-migration-manager/lib/MysqliHelper.class.php on line 95
- Call Stack:
- 44.6117 55659000 1. lib\Helper::lib\{closure}() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:0
- 44.6118 55659616 2. lib\MysqliHelper->query() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- 44.6118 55660328 3. lib\MysqliHelper->__call() /private/var/www/work/mysql-migration-manager/lib/Helper.class.php:474
- 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