Is there a way to fix corrupted table?

|
drfibonacci 2020-09-18 18:59:04
Basic sql syntax is easy to learn(more or less) but the real challenge lies when more servers are added, optimisation is required etc
drfibonacci 2020-09-18 19:00:09
nssvp 2020-09-18 18:58:59
Hmm yeah, I should practice a lot to learn right

Have you worked with any other database before?

nssvp 2020-09-18 19:00:18
drfibonacci 2020-09-18 18:59:04
Basic sql syntax is easy to learn(more or less) but the real challenge lies when more servers are added, optimisation is required etc

Actually, I have to submit Human Resources Management System assignment using mysql yesterday itself 😅

nssvp 2020-09-18 19:00:42
drfibonacci 2020-09-18 19:00:09
Have you worked with any other database before?

Nope, I’m beginner

nssvp 2020-09-18 19:00:56
Started with mysql
drfibonacci 2020-09-18 19:01:10
Good luck (๑•﹏•)
nssvp 2020-09-18 19:01:42
drfibonacci 2020-09-18 19:01:10
Good luck (๑•﹏•)

Okay, This emoji is conveying something

drfibonacci 2020-09-18 19:03:11
@MasterZiv Hey will you do something like a cluster management webinar for us?? I would love to see replication, rollbacks and other stuff in action
drfibonacci 2020-09-18 19:03:26
I’m pretty sure others over here would be interested too
MasterZiv 2020-09-18 19:06:24
drfibonacci 2020-09-18 18:59:04
Basic sql syntax is easy to learn(more or less) but the real challenge lies when more servers are added, optimisation is required etc

It is NOT the syntax that is so hard to learn when you learn SQL.

MasterZiv 2020-09-18 19:07:38
nssvp 2020-09-18 19:01:42
Okay, This emoji is conveying something

snail crawling on the slope of Fuji

MasterZiv 2020-09-18 19:07:54
drfibonacci 2020-09-18 19:03:11
@MasterZiv Hey will you do something like a cluster management webinar for us?? I would love to see replication, rollbacks and other stuff in action

No

drfibonacci 2020-09-18 19:09:19
MasterZiv 2020-09-18 19:07:54
No

ಥ╭╮ಥ

piterden 2020-09-18 19:09:48
nssvp 2020-09-18 18:43:14
I want to do something like crash course,

Not crash course

But

Crash crash crash course 😅 3x crash course

Make the production right away

nssvp 2020-09-18 19:13:43
MasterZiv 2020-09-18 19:06:24
It is NOT the syntax that is so hard to learn when you learn SQL.

Then?

nssvp 2020-09-18 19:13:48
piterden 2020-09-18 19:09:48
Make the production right away

Okay

nssvp 2020-09-18 19:13:57
drfibonacci 2020-09-18 18:56:24
https://sqlzoo.net/wiki/SQL_Tutorial

from this

MasterZiv 2020-09-18 19:15:31
nssvp 2020-09-18 19:13:43
Then?

The concept. Idea . Relational theory

Mansit 2020-09-18 19:15:53
Anyone, interested for flutter development internship DM me
Stipend is deliverable basis.
drfibonacci 2020-09-18 19:18:33
nssvp 2020-09-18 19:13:57
from this

Relax and submit – I’m pretty sure the teachers won’t check even if you select data from a different table

nssvp 2020-09-18 19:22:36
drfibonacci 2020-09-18 19:18:33
Relax and submit – I’m pretty sure the teachers won’t check even if you select data from a different table

Okay can you DM me ready made data, Typing every detail of employee and things for HRMS is cumbersome

nssvp 2020-09-18 19:22:39
Anyone
drfibonacci 2020-09-18 19:37:20
nssvp 2020-09-18 19:22:36
Okay can you DM me ready made data, Typing every detail of employee and things for HRMS is cumbersome

https://www.kaggle.com/rhuebner/human-resources-data-set

Human Resources Data SetKaggle
Dataset used for learning data visualization and basic regression
nssvp 2020-09-18 19:44:39
drfibonacci 2020-09-18 19:37:20
https://www.kaggle.com/rhuebner/human-resources-data-set

Thank you:)

madm3n 2020-09-19 11:45:37
Hello I have a critical problem with mysql table
madm3n 2020-09-19 11:46:32
One spesific table is not updating and not taking inserts so website doesnt working
madm3n 2020-09-19 11:48:51
Sometimes process looks locked
madm3n 2020-09-19 11:50:08
I need a help because this is urgent if anyone can give me an idea or solution i will be appreciated 🙏
MasterZiv 2020-09-19 11:50:15
madm3n 2020-09-19 11:46:32
One spesific table is not updating and not taking inserts so website doesnt working

Look into the logs. Search for errors.

madm3n 2020-09-19 11:50:46
MasterZiv 2020-09-19 11:50:15
Look into the logs. Search for errors.

You mean process list right?

MasterZiv 2020-09-19 11:51:36
madm3n 2020-09-19 11:50:08
I need a help because this is urgent if anyone can give me an idea or solution i will be appreciated 🙏

You can’t do urgently things you don’t know how to do.

MasterZiv 2020-09-19 11:52:04
madm3n 2020-09-19 11:50:46
You mean process list right?

I mean MySQL error log files

madm3n 2020-09-19 11:52:17
MasterZiv 2020-09-19 11:51:36
You can’t do urgently things you don’t know how to do.

you are right🙏

MasterZiv 2020-09-19 11:54:58
madm3n 2020-09-19 11:46:32
One spesific table is not updating and not taking inserts so website doesnt working

most probably you have this table corrupt.
And the solution for this is only drop the table and create it again, and fill it with data from the latest backup you have

madm3n 2020-09-19 11:56:26
Sir,actually I upload an old backup and information but still happens, your answer really looks the root of problem but can’t fixed anyway to do. May I doing something wrong?
madm3n 2020-09-19 11:58:53
Is there a way to fix corrupted table?
MasterZiv 2020-09-19 11:58:59
madm3n 2020-09-19 11:56:26
Sir,actually I upload an old backup and information but still happens, your answer really looks the root of problem but can’t fixed anyway to do. May I doing something wrong?

First find what it is.

drfibonacci 2020-09-19 12:56:39
madm3n 2020-09-19 11:48:51
Sometimes process looks locked

Have you gone through the logs?

madm3n 2020-09-19 12:57:07
drfibonacci 2020-09-19 12:56:39
Have you gone through the logs?

I couldn’t find unfortunately

drfibonacci 2020-09-19 12:58:09
https://dev.mysql.com/doc/refman/5.7/en/server-logs.html
drfibonacci 2020-09-19 12:59:48
drfibonacci 2020-09-19 12:58:09
https://dev.mysql.com/doc/refman/5.7/en/server-logs.html

Detailed description and locations for these logs are documented. See if you can find them, and then analyze the errors

madm3n 2020-09-19 12:59:58
drfibonacci 2020-09-19 12:58:09
https://dev.mysql.com/doc/refman/5.7/en/server-logs.html

I think my data is corrupted, I’m trying to repair on phpmyadmin, is that make sense?

drfibonacci 2020-09-19 13:00:18
madm3n 2020-09-19 12:59:58
I think my data is corrupted, I’m trying to repair on phpmyadmin, is that make sense?

Can you fetch data from the table?

madm3n 2020-09-19 13:00:25
yess
madm3n 2020-09-19 13:00:35
but not updating or inserting
drfibonacci 2020-09-19 13:02:52
madm3n 2020-09-19 13:00:35
but not updating or inserting

Can you use/have you tried using shell for inserting data instead of phpmyadmin?

madm3n 2020-09-19 13:03:55
maybe I can do this but will that make any differences?
madm3n 2020-09-19 13:04:19
By the way I repaired table and it says OK for it
drfibonacci 2020-09-19 13:04:35
Oh good
drfibonacci 2020-09-19 13:04:51
madm3n 2020-09-19 13:04:19
By the way I repaired table and it says OK for it

Problem solved

|