Код: Выделить всё
(5010, "Authentication plugin 'mysql_old_password' couldn't be found in restricted_auth plugin list.")код Python
import MySQLdb
try:
mydb = MySQLdb.connect(
host = "test.corp.com",
user = "testuser",
passwd = "test2025",
db = "testingdb"
)
print("Database connection successful.")
except MySQLdb.Error as err:
print (err)
< /code>
Я нигде не мог найти поддержку. Поделитесь решением, если кто -то знает. Заранее спасибо.
Подробнее здесь: https://stackoverflow.com/questions/794 ... uldnt-be-f
Мобильная версия