Skip to content

Learning based website

Tag: database

How to check Database size in Linux

September 11, 2022 howto Database Server, How To

We can check all the sizes of databases through execute a simple query in mysql server Step 1: Login with[…]

Read more

How to Change MySQL user passsword in linux

January 10, 2022 howto Database Server, How To

Step 1: Login MySQL Server Use the mysql credentials to login in mysql server: # mysql -u root -p Step[…]

Read more

How to Delete Database in mysql through Linux Shell

June 12, 2015 howto Database Server, How To

There are 2 methods in order to delete the database in mysql through Linux Shell. Method 1: Delete through mysqladmin[…]

Read more

How to Install WordPress in Linux

April 29, 2015 howto How To, Web Server

Step 1: Prerequisites Install Web Server PHP MySQL Server Step 2: Create WordPress Database # mysql -u root -p Enter[…]

Read more

How to Create MySQL database & tables in Linux

April 7, 2015 howto Database Server, How To

Step 1: Login MySQL Database Login to MySQL database using following command: # mysql -u root -p Enter password: Server[…]

Read more

How to Export & Import MySQL database in Linux

March 31, 2015 howto Database Server, How To

Export MySQL database To export mysql database, use the mysqldump command. # mysqldump -u root -p database-name > backup.sql e.g[…]

Read more

How to Install MySQL Server on CentOS / RHEL / FEDORA

March 31, 2015 howto Database Server, How To

Introduction MySQL Community Edition is a freely downloadable version of the world’s most popular open source database that is supported[…]

Read more
WordPress Theme: Poseidon by ThemeZee.