import

For Maven projects you can go like this:

Open the maven the tool window. In Intellij you can do this by right click on the project name and then click on "maven tool window".

Then click on the reimport all maven projects.

Now your project should be stable again

Taggings:

Technology:

import excel data table into database with only phpMyAdmin access

In a specific table in a MySQL database a column needed to be populated with thousands of different values depending on a row-ID. The row-ID and value pairs could be found in an excel file / table. No direct access to MySQL was possible, only the import function of phpMyAdmin could be used.
Subscribe to import