What os user you are working ander at the moment?

|
smlkw 2020-07-16 09:51:08
the error “Plugin is not updatable” is saying you can’t update that field
smlkw 2020-07-16 09:57:56
I have re-read your and Captian Jack’s messages. This photo shows you already have needed plugin so you don’t need to set this again.
MasterZiv 2020-07-16 10:02:25
I would say more, you cannot modify system tables at all, they may be not tables, and they are handled always in a special way.

You must find some other way to change this plugin.
Read the docs about this.

MasterZiv 2020-07-16 10:03:00
And what is the problem?
smlkw 2020-07-16 10:03:58
Dump the database and re-install MySQL, I think it’s faster way for you to solve the problem.
MasterZiv 2020-07-16 10:04:03
Why do you think this is a problem?
MasterZiv 2020-07-16 10:04:36
Here you state the opposite
MasterZiv 2020-07-16 10:05:40
Do not ask it or do it?
MasterZiv 2020-07-16 10:06:36
What login so you use?
MasterZiv 2020-07-16 10:07:11
But it ASKS!
MasterZiv 2020-07-16 10:07:49
Empty password IS also a password!
MasterZiv 2020-07-16 10:08:22
Ok, remove -p from the command and try again
MasterZiv 2020-07-16 10:09:31
What os user you are working ander at the moment?
MasterZiv 2020-07-16 10:11:18
I’ll re read all your posts, min
MasterZiv 2020-07-16 10:15:03
So, you have Maria DB on the Windows 10 host and you have set up root@localhost with a password.
Is that correct ?
bhupesh patil 2020-07-16 10:49:27
Hello everyone, Can some one help me with any freeware tool with which Oracle to MySQL database can be migrated
MasterZiv 2020-07-16 11:08:30
bhupesh patil 2020-07-16 10:49:27
Hello everyone, Can some one help me with any freeware tool with which Oracle to MySQL database can be migrated

it is manual work only

MasterZiv 2020-07-16 11:09:39
I have no experience with maria, at all, but I’ll look for this problem.
bhupesh patil 2020-07-16 11:09:55
Thanks IIia, do you have any steps or documents so that I can study and start my exercise
MasterZiv 2020-07-16 11:11:30
bhupesh patil 2020-07-16 11:09:55
Thanks IIia, do you have any steps or documents so that I can study and start my exercise

steps are simple
0 migrate schema
1 migrate date
3 migrate code.

And every step possible to fail, that is , this is not necessary possible at all

bhupesh patil 2020-07-16 11:11:55
Ok Thanks
Mangesh Panchal 2020-07-17 09:26:11
mysql_en-4461.jpg

Mangesh Panchal 2020-07-17 09:26:35
Guys need help to mention auto sr
Mangesh Panchal 2020-07-17 09:26:43
Sequence
Mangesh Panchal 2020-07-17 09:26:56
By state as per above image
Mangesh Panchal 2020-07-17 09:27:15
Can I get some help for this
piterden 2020-07-17 09:27:45
Mangesh Panchal 2020-07-17 09:26:11

What do you want to have instead of this?

Mangesh Panchal 2020-07-17 09:28:46
I want sr column by auto query in MySQL by sequences on Coloumn State
piterden 2020-07-17 09:29:03
Sorry what?
piterden 2020-07-17 09:29:44
Can you show what do you have now and what do you want to have then?
Mangesh Panchal 2020-07-17 09:30:09
As you can see I have already mentioned in sr column that’s my requirement but I need that to select query in MySQL
piterden 2020-07-17 09:31:02
I don’t understand what mention are you talking about?
piterden 2020-07-17 09:31:39
Usually we don’t have mentions inside tables
piterden 2020-07-17 09:32:34
What is mention?
Mangesh Panchal 2020-07-17 09:51:43
Basically sequential number
Mangesh Panchal 2020-07-17 09:52:31
But based on column name “state”
Mangesh Panchal 2020-07-17 09:52:51
I have already mentioned in image for understanding
piterden 2020-07-17 10:03:08
Mangesh Panchal 2020-07-17 09:52:31
But based on column name “state”

Data in MySQL tables is not sorted by default. Where from are you going to get order of rows for sequences definition?

Also you have the big mistake with normalization.

piterden 2020-07-17 10:04:50
It should be table
states
– id
– name
And you should have in your table only foreign ids
MasterZiv 2020-07-17 10:08:28
Sorry I have not found anything useful.
Mangesh Panchal 2020-07-17 10:10:43
piterden 2020-07-17 10:03:08
Data in MySQL tables is not sorted by default. Where from are you going to get order of rows for sequences definition?

Also you have the big mistake with normalization.

Ok but can you help me In this

MasterZiv 2020-07-17 10:12:24
Mangesh Panchal 2020-07-17 10:10:43
Ok but can you help me In this

Explain what you want in details. You are completely not understandable.

Mangesh Panchal 2020-07-17 10:12:51
I need query in select command
piterden 2020-07-17 10:13:23
Mangesh Panchal 2020-07-17 10:10:43
Ok but can you help me In this

If you would do what I ask, then maybe. Until the present time you have ignored my questions

MasterZiv 2020-07-17 10:14:00
Mangesh Panchal 2020-07-17 10:12:51
I need query in select command

As I said, you need to explain more. If you can’t explain none will help you.

Mangesh Panchal 2020-07-17 10:14:04
I wasn’t not able to understand u
piterden 2020-07-17 10:14:16
Can you show what do you have now and what do you want to have then?
Mangesh Panchal 2020-07-17 10:14:21
I need in select query
piterden 2020-07-17 10:14:39
Mangesh Panchal 2020-07-17 10:14:21
I need in select query

This is not clear

piterden 2020-07-17 10:14:47
Show data
|