难者不会,会者不难,其实数据的正确加载就在那一瞬间!
比如,认真观看README.pdf!
英文内容如下:
Setup instructions for MySQL & MariaDB
- Download and install MySQL or MariaDB.
- Download and install MySQL Workbench.
- Open MySQL Workbench.
- In the left column, SQL Development, look at list of connections, if localhost is present skip to
step 11. - Click on New Connection to display the Setup New Connection dialog.
- Set Connection Name to localhost.
- Specify the user login and password (if no user was specified then the login will be root).
- Click the Test Connection button.
- If all ok, click OK to create the connection.
- The connection will now be listed, and in future you can just double-click on it directly.
- Double-click on the database to open the SQL Editor.
- To create a new database (called a Schema in MySQL and MariaDB) click on the Create New<