我正在尝试连接到linux服务器上现有的mysql数据库和我的项目中的脚手架表格,并通过EFCore使用它们。
我使用下面的命令行搭建:
dotnet ef dbcontext scaffold "server={IP};port={PORT};userid={USER_ID};password={PASSWORD};database={DB_NAME};" Pomelo.EntityFrameworkCore.MySql -o Models -f
但它向我显示了这个错误:
Host '{MY_IP}' is not allowed to connect to
我想在我的.Net核心项目中使用实体框架核心来连接mysql。当我尝试搭建脚手架时,我得到了一个拒绝访问的错误。 Authentication to host 'MyHost.com' for user 'root' using method 'caching_sha2_password' failed with message: Access denied for user 'root'@'MYIP' (using password: YES) 我正在使用这个命令 Scaffold-DbContext "
我在网上研究了很多,但没有找到一个合适的解决方案。我试图通过使用数据库优先的脚手架方法来使用MySQL的实体框架核心来映射表模型,但在应用命令时总是收到这个错误
Unable to retrieve project metadata. Ensure it's an MSBuild-based .NET Core project. If you're using custom BaseIntermediateOutputPath or MSBuildProjectExtensionsPath values, Use the --msbuildprojectextensionspa
但是搭建了本地DNS,客户端(windows)创建后立马报NOT IMPLEMENTED,buffer_read_ipv4_address_at,是Windows不支持,但是我看教程搭建都是客户端是windows,不搭建本地DNS,直接设置权威服务器DNS,返回只有answer<1,会直接报DNS DNS didn't return an answer
---------------------------------
Press ENTER to continue, or Ctrl-C to abort
---------------------------------
Generating ccnet configuration ...
Traceback (most recent call last):
File "setup-seafile-mysql.py", line 1471, in <module>
main()
File "setup-seafile-mysql.py&