MySQL database environment Usage Guide (4) [group chart] now select the "connection" tab, enter the connected server as "localhost", and use the default port 3306, in addition, on the "register" tab, use the default user root with a password of 123. Click OK to open the main interface of the software, as shown in Figure 2-13.
-13 SQL-Front main interface
The tree structure on the left of the main interface shows a list of all database names in the current database. expand the database name to see the data table in the database. The detailed information about the database and data table is displayed on the right, and an "SQL editor" page is displayed to execute SQL statements.
2.5.3 create a database demo
Next, we use SQL-Front to create a new database named demo. Select "database"> "new"> "database" in "-13", and the page shown in Figure 2-14 is displayed.
-14 create a database demo