Entity Framework 6 支援 MySQL

一、透由 nuget 安裝 MySql.Data.Entity

二、app.config 或 web.config 設定以下區塊


    


    
    
        
        
    



三、DbContext 的子類別標示 Attribute
[DbConfigurationType(typeof(MySqlEFConfiguration))]


四、app.config 或 web.config 指定 DbConfiguration  型別




參考資料來源: Entity Framework 6 Support

經由套件管理主控台 db migration 三步驟

1.enable-migrations

2.add-migration init

3.update-database

Ubuntu 中編譯 FFMPEG 產生. so

參考連結如下:   https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu cd ~/ffmpeg_sources && \ wget -O ffmpeg-snapshot.tar.bz2 https:/...