install MySQL server and Workbrench in Win10

 https://dev.mysql.com/downloads/file/?id=510038












Next > Execute
next > next
default setting




Next > Next


window + R > cmd
$cd C:\Program Files\MySQL\MySQL Server 8.0\bin
$mysql server -u root -p

>show databases;
>use mysql;
>show tables;
>select * from component;
>create table 

check path:
















 







Comments

Popular posts from this blog

Flutter - "PlatformException(no_fragment_activity, local_auth plugin requires activity to be a FragmentActivity., null)"

Changing the Cordova app icon(最簡單的方法)