Can not connect to mySQL
Hello,
I'm still on my early day with PHPStorm.. been looking for what i need to do to connect to mySQL.
I create a project, add new database source (MySQL), test connection has no problem
But when i trying to create a table, it had warning: "Refactoring is not available while indexing is in progress"
My Questions:
1. What should i do ?
2. Where can i see the indexing progress ?
3. I assume indexing progress is a background process. can i pause it and continue it later ?
Thanks
Please sign in to leave a comment.
Hi there,
Indexing (at very least file indexing) would normally be displayed in Status Bar (as progress bar).
Since you are working with database .. maybe better look at possible spinner icon in the right top corner of that Database tool window (or next to that database name) -- maybe it's in "Synchronize DB" state (when it's fetching info about all tables and indexes in this database). Maybe it stuck? What IDE version do you use?
P.S. (just in case) https://confluence.jetbrains.com/display/PhpStorm/Databases+and+SQL+Editor+in+PhpStorm -- official article/how-to (there are more of them for other subjects as well -- https://confluence.jetbrains.com/display/PhpStorm/Tutorials).
If anything -- check idea.log file for possible hints (Help | Show Log in XXX)