Last updated on April 8th, 2022 at 11:34 amIt is always a requirement for the web developers to display the date in which their website record / table was last updated or the last date when a user has posted some comments etc., Here I am going to explain how to Find table update using […]
Category: Mysql (Page 3 of 5)
Last updated on November 22nd, 2022 at 05:16 pmThis can be deployed in Apache tomcat and we will connect to MySQL to create table. Some prerequisite before we start Write JSP code We are going to have 2 JSP files 1. Hello_database_query.jsp just an plain HTML file with a create table hyperlink (not really required […]
Last updated on August 7th, 2022 at 06:58 pmThis code will help us copy content from one table to another, we can use single column or multiple according to your requirement. Let us assume the table with the name table_1 and we would like to copy column named email from that table to another table […]
How to connect to MySQL using Perl
Last updated on November 23rd, 2022 at 07:58 amThis tutorial covers some of the basic configuration and code required to connect to MySQL using Perl. We are going to display a table inside MySQL. In Linux Make sure that required modules are installed before running the script. Update these variables according to your configuration While […]