December 19, 2023, 10:44 am

To make the most of the features of this database, it is important to know the main MySQL commands and operations. In this article, we will explore the main MySQL commands, from managing databases and tables, to creating and managing users and permissions. So, by the end of this article, we will learn...

advanced mysql commands
December 18, 2023, 10:28 am — By
oracle mysql differences
December 18, 2023, 10:23 am — By
postgresql mysql
December 3, 2023, 1:05 pm — By
what is sql?
December 3, 2023, 1:03 pm — By
SQL ORDER BY
November 25, 2023, 12:37 pm — By
PL SQL
November 25, 2023, 12:33 pm — By
mysql data types
November 25, 2023, 12:26 pm — By
delete into sql
November 11, 2023, 3:08 pm — By
case when sql
November 11, 2023, 3:06 pm — By
group by sql
November 11, 2023, 3:04 pm — By
count sql
November 1, 2023, 12:55 pm — By
sql join
October 8, 2023, 12:14 pm — By
update sql
October 8, 2023, 12:11 pm — By
July 6, 2023, 2:57 am

When working with strings in Bash, it is often necessary to compare them in order to execute commands based on their values. In Bash, as in other programming languages, string comparisons are done with the if conditionals and comparison operators. In this article, we’ll cover how these operators are used to compare...

June 30, 2023, 10:41 pm — By
June 28, 2023, 1:08 pm — By
June 26, 2023, 11:12 am — By
June 26, 2023, 10:37 am — By
June 24, 2023, 10:23 am — By
June 21, 2023, 6:08 pm — By
June 21, 2023, 5:06 pm — By
June 21, 2023, 3:43 pm — By
June 20, 2023, 4:36 pm — By
November 12, 2019, 2:01 am — By
January 30, 2019, 7:08 am

The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, DELETE etc. In general, Mysql Grant All Privileges ensures that one user has access to one or more databases and/or table. How...

January 29, 2019, 4:49 pm

MySQL is an open source relational database management system. MySQL is a component of the LAMP web application software stack, which is an acronym for Linux, Apache, MySQL, PHP. A web application using MySQL database have to authenticate via a MySQL user and password who has sufficient privileges on that particular database....

May 11, 2016, 3:04 pm

We read about how an OpenVPN Server can be setup and made ready to connect from an OpenVPN client in the article Configuring OpenVPN in Ubuntu using TUN/TAP Let’s see how to set it up in a windows machine at home and how it can be used to connect to the OpenVPN server. I currently use a windows 8.1 machine. I will...

May 11, 2016, 2:59 pm

A device which connects a computer to another computer or network is called a network device. Normal network devices (say for example eth0) will have a hardware component or a wire connected to it. On the oposite, there are virtual network devices which are completely controlled by software. They are the tun/tap devices. These...

May 9, 2016, 11:17 am

For years, MySQL is the favorite database system for developers worldwide. After the acquisition of MySQL by Sun Microsystems, and later by Oracle, the original founders of MySQL forked MySQL and created another RDBMS called MariaDB. It is actually a perfect replacement for MySQL and has more features and better performance...

May 5, 2016, 6:02 pm

Databases are an important part of any website or software. With relatively large amount of data, all applications use one or the other database method to store data. PostgreSQL, commonly known as Postgres is an open source, object – relational database management system (RDBMS). It was originally designed for unix...

May 2, 2016, 6:40 pm — By
May 2, 2016, 5:19 pm

To recover or reset MySQL root password in Ubuntu, you should simply follow some steps. This process may vary according to the operating system. Ubuntu offerts a possibility to restore the root password via dpkg, which is a native package management system. Recovering the database root access: reset MySQL root password...

May 2, 2016, 4:29 pm

To install MySQL in Ubuntu, need to have root access to an Ubuntu server. This tutorial applies either to a dedicated server and a cheap vps hosting server. The first step is to login by SSH into your server. First of all, we have to update all the packages of the server sudo apt-get update sudo apt-get upgrade Now we...

May 2, 2016, 3:45 pm

This article shows the steps required to install Apache in Ubuntu 14. Apache web server is the most used and reliable web server of the world. This tutorial assumes you have an Ubuntu server, with full root access. The first step is access your Ubuntu server with root by SSH. We will explain how to install Apache httpd...

May 1, 2016, 10:41 pm — By
April 24, 2016, 9:02 pm — By
April 24, 2016, 7:00 pm

Proftpd is the world’s most popular FTP Server for Linux. It allows you to connect to your Linux server using an FTP client, in order to transfer files. This tutorial will show you how to install Proftpd in CentOS Linux. It takes less than 5 minutes. This tutorial assumes you: Have a CentOS 6 Linux installed. Have...

April 24, 2016, 5:04 pm — By