Import large csv file using phpMyAdmin
Getting Error while upload large file from phpMyAdmin: Soution: change the memory limit in php.ini file both upload_max_filesize and post_max_size also. Then restart the httpd service (web service)
Getting Error while upload large file from phpMyAdmin: Soution: change the memory limit in php.ini file both upload_max_filesize and post_max_size also. Then restart the httpd service (web service)
CSS Selectors CSS selectors allow you to select and manipulate HTML element(s). CSS selectors are used to “find” (or select) HTML elements based on their id, classes, types, attributes, values of attributes and much more. 1. The element Selector The element selector selects elements based on the element name.You can select all <p> elements on … Read more
A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly braces: p {color:red;text-align:center;} To make the CSS code more readable, you can put one declaration on each line, like this: Example p { color: red; text-align: center; } CSS Comments Comments are used to explain your code, and may help you when you … Read more
Use =A1/86400 Where A1 holds the time. Format as hh:mm:ss or whatever you need. You can also try A1=9084 B1==TEXT(A1/(24*60*60),”hh:mm:ss”) [xyz-ihs snippet=”Discuss”]
You can download the CSS editor from below link http://www.skybound.ca/download/ or http://sourceforge.net/projects/csshtmlnotepad/
What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style Sheets can save a lot of work External Style Sheets are stored in CSS files CSS Saves a Lot of Work! CSS defines HOW HTML elements are to be displayed. Styles are normally saved in external … Read more
Some time in mysql process list you may see “unauthenticated user” increasing up it look like: | 1004 | unauthenticated user | xxx.xxx.xxx.xxx:4455 | NULL | Connect | NULL | login | NULL | Edit my.cnf file by root@server [~]# vi /etc/my.cnf Now add below line as it is skip-networking skip-name-resolve skip-host-cache skip-locking … Read more