mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
338 stars 108 forks source link

can't find file error (errorno: 13) #33

Open ebflitman opened 9 years ago

ebflitman commented 9 years ago

although it appears to create the patch and revert sql, it always produces these errors upon running:

/usr/bin/schemasync --tag="20150319" --log-directory="/var/www/html/wtlogistics/app/updates/" --output-dir="/var/www/html/wtlogistics/app/updates/" mysql://ebflitman:Jammin95@localhost:3306/wlogistics_demo mysql://ebflitman:Jammin95@localhost:3306/wlogistics /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_access_levels.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_accounts.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_accounts_alt_addresses.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_asset_event_reasons.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_asset_events.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_asset_log.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_asset_types.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_assets.frm' (errno: 13) /usr/lib/python2.6/site-packages/SchemaObject-0.5.3-py2.6.egg/schemaobject/connection.py:63: Warning: Can't find file: './performance_schema/wl_carriers.frm' (errno: 13)