Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tables and views keep on fetching in MYSQL

Tags:

mysql

I am fairly new to MYSQL. I just today installed MYSQL on my Windows 10 computer for my personal learning. I installed mySQL workbench 8.0 and created some tables in the database. But the problem I am facing is the tables, views, stored procedures and functions are keep on fetching. I see some solutions online to run a linux command to resolve the problem. But mine is on windows and not sure where and how to execute the command. Can somebody please help me resolving the problem I am facing with MYSQL.

MY SQL Fetching keep on going

like image 937
KApril Avatar asked Sep 12 '19 11:09

KApril


People also ask

What does fetching mean in MySQL?

MySQL FETCH with OFFSET helps MySQL to manage a large number of databases and their records to quickly fetch the rows to a limit range. FETCH returns the result set after the SQL execution to get the rows along with skipping OFFSET rows count.

Do MySQL views hold data?

Views are pure metadata. MySQL doesn't copy any data during the creating of a view, and it's also it is not deleted after a time.

Where are MySQL views stored?

Views are virtual tables; they do not contain the data that is returned. The data is stored in the tables referenced in the SELECT statement.

How do I show all views in MySQL?

To get a list of MySQL views, we can use the SELECT command with LIKE operator. Let us see the syntax first. mysql> SELECT TABLE_SCHEMA, TABLE_NAME -> FROM information_schema.


4 Answers

Just restart your MySQL workbench and problem is solve.

like image 126
Shameem Akhtar Avatar answered Oct 20 '22 10:10

Shameem Akhtar


I think those files were written in macOS. When it loaded first time in workbench of windows, load then restart the workbench. Then the problem will be solved

like image 34
Pasan Mendis Avatar answered Oct 20 '22 10:10

Pasan Mendis


Just close MySQL workbench and restart it works!

like image 31
OmkarPatil Avatar answered Oct 20 '22 08:10

OmkarPatil


its most probably the same as I used when I learned MySQL from youtube. You just need to restart the workbench. This happens because it was originally in mac.

like image 1
sankha sinhababu Avatar answered Oct 20 '22 08:10

sankha sinhababu