Do you know how services of your system are finding out the process they need exactly?
but how can I stop the process with it?
How do I stop a MySQL instance?
DOES the slave copy old records ?
hello Ilia, is there a system that automatically does this?
Is there any query to get a list of column names and corresponding table name in which column name contain a keyword in Oracle?
do you know about a group of Mysql but in spanish?
Why do you need a database?
Inventory management and two rooms?
Or what kind of inventory management do you mean?
Press Ctrl-C
If you start MySQL like this, there is no service of MySQL.
There is only a process you started manually.
Then, to stop it, you must send it kill signal.
Well, you start creating slave from restoring a dump of master DB onto it…
DOES the slave copy old records ?
DOES the slave copy old records ?
hello Ilia, is there a system that automatically does this? For example, I want to add a new slave node to my MySQL cluster without stopping the cluster or is this impossible by the MySQL architecture?
IDK
DOES the slave copy old records ?
I don’t use a dump on the slave…. I use on the slave the command “CHANGE MASTER TO” and the relevant MASTER_LOG_FILE & MASTER_LOG_POS
You need to stop the master, then import the dump of the database to a slave, connect to the master by the “CHANGE MASTER TO” command and then turn on the master and then a slave
It “copies” only the data modifications from the time you start slave
Compressed backups
Parallel processing
Exclude/include database objects
Backup users
Restore mysqlpump/mysqldump backup
Why backups?
Taking backups using mysqldump
Taking backups using mysqlpump
Taking backups using mydumper
Taking backups using flat files
Taking backups using XtraBackup
Locking instances for backup
Parallel processing mysqlpump
Exclude/include database objects using mysqlpump
Backup users using mysqlpump
how to take Compressed backup using mysqlpump
Recovering from mysqldump
restore MySQL backup
Binary log backup
Clone Plugin MySQL 8
Physical backup
Logical backups
Full Backups
Incremental Backups
Differential backups
Physical backup utilities
Logical backup utilities
Please Follow me on Social Media
Linkedin: https://www.linkedin.com/in/mughees-ahmed-oracle-mysql-dba-287214122/
Twitter: https://twitter.com/Mughees52
Facebook: https://www.facebook.com/Mughees52/
Below scenarios are covered:
Rebooting a Cluster from a Major Outage
Node Recovering
-Node Recovery: Auto distributed recovery
Recovering and provisioning with mysqldump
Node Recovery: Remove and add the node
#innodbCluster #cluster #innodb #highavailability #mysql #mysqldba #mysql8 #databaseadministrator
Rebooting a Cluster from a Major OutageNode Recovering -Node Recovery: Auto distributed recoveryRecovering and provisioning with mysqldumpNode Recovery: Re…
Is there any query to get a list of column names and corresponding table name in which column name contain a keyword in Oracle? Will use this list to rename those columns to Oracle supporting names
https://www.oracle.com/database/technologies/migrating-mysql-oracle-database.html
MySQL Migration using SQL Developer technology
Their official website?
Yep

this is kind of a poor presentation of entity structure of database that i want to create. Here is the explanation, i want to create a DB to manage every equipment in computer lab and also computer storage room. my problems are
1. i do not really know how many tables i need to create. ( i can think of to create tblRoom – to list all rooms, tblEquipment -to list all equipment. I do not know if i need to create tblType – to list equipment’s type, tblAssociatedDevice – to list all associated dev for each PC, tblInstalledApp – to list all necessary installed app in each PC.
2. Do i need to create another table to list every equipment in storage room. since the pc is unused without associated device and installed app.
1. i do not really know how many tables i need to create. ( i can think of to create tblRoom – to list all rooms, tblEquipment -to list all equipment. I do not know if i need to create tblType – to list equipment’s type, tblAssociatedDevice – to list all associated dev for each PC, tblInstalledApp – to list all necessary installed app in each PC.
2. Do i need to create another table to list every equipment in storage room. since the pc is unused without associated device and installed app.
It doesn’t seem like relational DB structure
no, it doesn’t. If i can create a ERD for that, i think i could manage to do the query. As i noted, it was a poor presentation for what i’m trying to create.
for computer lab tools/ inventory management, i think yes, i need database.
Inventory management and two rooms? So if you would take something in lab and go with that thing to the storage room, you will have to mark this act to the database. Have I got it clear?
pls elaborate.