Create, Backup and Restore MYSQL Database in Linux
Create new database using terminal
[root@localhost]# mysql -u root -p
mysql> create database 1234;
mysql> grant all privileges on web.* to web@localhost identified by "1234";
mysql> show datadbase;
Backup database using terminal
.....
Subscribe to:
Post Comments (Atom)
Oracle Database 19c Installation on Oracle Linux 7
Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...
-
Method 1 : To turn on the option for storing chat history: Open Skype for Business/Lync and sign in. Click Show Menu arrow nex...
-
How to Extract .zip File: This is the most common compression format used by various IT professions on many operating systems. For this you ...
-
Make sure yum is active on the server. Install the following packages on the machine. yum install gcc yum install glibc-devel yum install gc...
No comments:
Post a Comment