I'm getting an error on the lab when I try to bring mysql up with docker that looks like this:
docker-compose exec -T mysql mysql --protocol=TCP -Dexample -pexample < ledger.sql /home/gfriedman25/.local/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat.backends import default_backend mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1050 (42S01) at line 1: Table 'accounts' already exists
has anyone else had this error or knows how to fix it?
Hi,
I'm getting an error on the lab when I try to bring mysql up with docker that looks like this:
docker-compose exec -T mysql mysql --protocol=TCP -Dexample -pexample < ledger.sql /home/gfriedman25/.local/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat.backends import default_backend mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1050 (42S01) at line 1: Table 'accounts' already exists
has anyone else had this error or knows how to fix it?