Guest User

Untitled

a guest
Jan 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. 1.mysqlfrm --server=root@localhost --port=445 --user=root C:/wamp/bin/mysql/mysql5.6.17/data/craigmedia/wp_eg_grids.frm > wp_eg-grids.txt
  2.  
  3.  
  4. Source on localhost: ...connected
  5.  
  6. ERROR: Cannot read wp_eg_grids.txt. You must have read privileges to the file or path and it must exist. Skipping this argument.
  7. ERROR: Cannot read .frm file from >.frm.
  8.  
  9. 2. mysqlfrm --server=root@localhost:3306 c:/wamp/bin/mysql/mysql5.6.17/data/craigmedia/wp_eg_grids.frm --port=3307 --user=root
  10.  
  11. Source on localhost: ...connected.
  12. Spawning server with --user=root.
  13. Starting the spawned server on port 3307 ...
  14.  
  15. The console has detected that the utility 'mysqlfrm' ended with an error code. You can get more information about the error by running the console command 'show last error'.
  16.  
  17. Execution of utility: 'mysqlfrm --server=root@localhost:3306 c:/wamp/bin/mysql/mysql5.6.17/data/craigmedia/wp_eg_grids.frm --port=3307 --user=root' ended with return code '1' and with the following error message:
  18. Traceback <most recent call last>:
  19.  
  20. File "G:adebuildsb_0-16088143-1438774726.78Python-2.7.6-windows-x86-64bitlibsite-packagescx_FreezeinitscriptsConsole.py", line 27, in <module>
  21. File "scriptsmysqlfrm.py", line 422, in <module>
  22. File ".mysqlutilitiescommandread_frm.py", line 439, in read_frm_files
  23. File ".mysqlutilitiescommandread_frm.py", line 166, in _spawn_server
  24. File ".mysqlutilitiescommandserverclone.py", line 180, in clone_server
  25. File ".mysqlutilitiescommandtools.py", line 254, in get_mysqld_version
  26.  
  27. I0Error: [Errno 13] Permission denied: 'version_check'
  28.  
  29. mysqlfrm --server=root:password@localhost:3306 c:/wamp/bin/mysql/mysql5.6.17/data/craigmedia/wp_eg_grids.frm > c:/wamp/bin/mysql/mysql5.6.17/data/craigmedia/wp_eg_grids.txt --diagnostic --port=3307 -vvv --user=root
Add Comment
Please, Sign In to add comment