Archives : March-2021

Here are some basic operations with the MySQL server. SQL Statements explains in detail the rich syntax and functionality of the SQL statements that are illustrated below. Showing existing databases. Use a SHOW DATABASES statement: Creating a new database. Use a CREATE DATABASE statement: Check if the database has been created: Creating a table inside ..

Read more

In WordPress, there is more than one way to reset your password.The one that we are going to explain here today is by setting a new password directly in MySQL Worpress database. First access your wordpress website files and find a file config.php.inc.Inside this file you will find the username the password the database name ..

Read more

Software installation With the help of apt command, install the following packages: As usual, Debian is asking us for the configuration details. For Samba 3, there are only two simple questions: Now we have our Samba configuration file as /etc/samba/smb.conf, now for future references we will save the original config file. To enable WINS, we ..

Read more