You have a MySQL instance with the following variables in the /etc/my.cnffile:
You issue these statements:
USE prices;
UPDATE sales.january SET amount=amount+1000;
An hour after excluding the statements, you realize that you made a mistake and you want to go to the binary log and look at the statements again.
Which statement is true? (Choose two.)
You attempt to connect to a MySQL Server by using the mysql client program. However, you receive this notice:
What would you run to fix the issue?
When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file?
You have forgotten the rootuser account password. You decide to reset the password and execute:
Which additional argument makes this operation safer?
You have created a backup of the 'sales' database with the command:
Which two procedures can be used to restore the 'orders' table from the backup?