write a query to mysql in safe mode and to change the root password
Answer / Dileep Kumar Kamal
To start MySQL in safe mode, use the command: `mysql -u root --safe-mode`. To change the root password, use the following SQL command after logging in: `ALTER USER 'root'@'localhost' IDENTIFIED BY '[new_password]';`
| Is This Answer Correct ? | 0 Yes | 0 No |
In which language it is written?
Why to use char instead of varchar in the database?
how fastest access of data can be done from database ?
Print 3 highest salary
How do you backup a database in mysql?
How many mysql connections can handle?
What is the difference between mysql and pdo?
What does "i_am_a_dummy flag" do in mysql?
How to create triggers in MySQL?
How we can see all indexes defined for a table in mysql?
What is a transaction? Describe mysql transaction properties.
What is blob and text in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)