Working with MySQL on CentOS7
Rus
Eng
Работа с MySQL в CentOS7

All English-language materials have been translated fully automatically using the Google service

Connecting to the database

  mysql -u root -p  

Create a database

  create database DB_NAME;  

Getting the list of databases

  SHOW DATABASES;  

Create a database user with a password

  create user 'DB_USER' @ 'localhost' identified by 'DB_USER_PASS';  

Setting user privileges

  GRANT ALL PRIVILEGES ON DB_NAME. * to 'DB_USER' @ 'localhost'
    -> IDENTIFIED BY 'pass' WITH GRANT OPTION;  

Renewing privileges

  FLUSH PRIVILEGES;  

Delete user

  DROP USER 'DB_NAME' @ 'localhost';  

Removing the database

  mysql> drop database DB_NAME;  

Export to file

  mysqldump -uLogin -pPassword db_name> db_name.sql  

Import from file

  mysql -u username -p database_name  

Comments

There are no comments yet, you can be the first to leave it

Leave a comment

The site uses a comment pre-moderation system, so your message will be published only after approval by the moderator

You are replying to a user's comment

Send

FEEDBACK

Email me

Are you developing a new service, making improvements to the existing one and want to be better than your competitors? You have come to the right place. I offer you a comprehensive studio-level website development. From me you can order design, layout, programming, development of non-traditional functionality, implementation of communication between CMS, CRM and Data Analitics, as well as everything else related to sites, except for promotion.

Contact, I will always advise on all questions and help you find the most effective solution for your business. I am engaged in the creation of sites in Novosibirsk and in other regions of Russia, I also work with the CIS countries. You will be satisfied with our cooperation

An error occurred while sending, please try again after a while
Message sent successfully

Phones

+7(993) 007-18-96

Email

info@tichiy.ru

Address

Россия, г. Москва

By submitting the form, you automatically confirm that you have read and accept the Privacy Policy site

Contact with me
Send message
By submitting the form, you automatically confirm that you have read and accept Privacy policy of site
Sending successful!
Thank you for contacting :) I will contact you as soon as possible
Sending failed
An error occurred while sending the request. Please wait and try again after a while or call my phone number