Python and MySQL

Installing package pip install mysql-connector-python In Anacoda the following packages were missing and had to be installed. pip install grin pip install distributed Verifying that the packages were installed in the correct python 🙂 . from distutils.sysconfig import...

MySQL error 1449 in Views

MySQL error 1449: The user specified as a definer does not exist ‘root’@’%’ Πολλές φορές παρατηρείται πρόβλημα κατά την εισαγωγή μιας Βάσης Δεδομένων που έχει εξαχθεί με πρόβλημα στον User Definer των Views. Αυτό έχει σαν αποτέλεσμα να...