Showing posts with label max. Show all posts
Showing posts with label max. Show all posts

Wednesday, March 22, 2017

How to increase max allowed packet in phpmyadmin

How to increase max allowed packet in phpmyadmin


max_allowed_packetis set in mysql config, not on php side
[mysqld]
max_allowed_packet
=16M
You can see its curent value in mysql like this:
SHOW VARIABLES LIKE max_allowed_packet
You can try to change it like this, but its unlikely this will work on shared hosting:
SET GLOBAL max_allowed_packet=16777216;
You can read about it here http://dev.mysql.com/doc/refman/5.1/en/packet-too-large.html


Available link for download

Read more »

Saturday, January 28, 2017

Hcl Ezeebee Max 4981P4 506 Asus Bios Update

Hcl Ezeebee Max 4981P4 506 Asus Bios Update


Hcl Ezeebee Max 4981P4-506 Asus Bios Update

Driver Details:

File name: hcl-ezeebee-max_4981p4_506-asus-bios-update.rar
File size: 4.782 MB
Driver version: 2.82
Average rating: 9.6 / 10
Downloads: 1163

If you need hcl ezeebee max 4981p4-506 asus bios update, just click below. All drivers are scanned using antivirus software and 100% compatible with Windows OS.


Available link for download

Read more »

Sunday, December 11, 2016

Hà m tính toán AVG MAX MIN SUM trong SQL

Hà m tính toán AVG MAX MIN SUM trong SQL


SQL có s?n khá nhi?u hàm ?? th?c hi?n ??m và tính toán.
Cú pháp:
Cú pháp ?? g?i hàm trong câu l?nh SQL nh? sau:
SELECT function(tên_c?t) FROM tên_b?ng
B?ng d? li?u chúng ta s? dùng trong các ví s? ti?p theo:
NameAge
Hansen, Ola34
Svendson, Tove45
Pettersen, Kari19
Hàm AVG(column)
Hàm AVG tr? v? giá tr? trung bình tính theo c?t ???c ch? ??nh c?a các dòng ???c ch?n. Các giá tr?NULL s? không ???c xét ??n khi tính giá tr? trung bình.
Ví d?:
Câu l?nh sau s? tính s? tu?i trung bình c?a nh?ng ng??i có tu?i trên 20:
SELECT AVG(Age) FROM Persons WHERE Age > 20
k?t qu? tr? v? s? là:
39.5
Hàm MAX(column)
Hàm MAX tr? v? giá tr? l?n nh?t trong c?t. Các giá tr? NULL s? không ???c xét ??n.
Ví d?:
SELECT MAX(Age) FROM Persons
k?t qu? tr? v?:
45
Hàm MIN(column)
Hàm MAX tr? v? giá tr? nh? nh?t trong c?t. Các giá tr? NULL s? không ???c xét ??n.
Ví d?:
SELECT MIN(Age) FROM Persons
k?t qu? tr? v?:
19
L?u ý: Hàm MIN và MAX c?ng có th? áp d?ng cho các c?t có d? li?u là chu?i v?n b?n. D? li?u trong c?t s? ???c so sánh theo th? t? t?ng d?n c?a t? ?i?n
Hàm SUM(column)
Hàm SUM tr? v? t?ng giá tr? c?a c?t. Các giá tr? NULL s? không ???c xét ??n.
Ví d?:
Tìm t?ng s? tu?i c?a t?t c? nh?ng ng??i có trong b?ng:
SELECT SUM(Age) FROM Persons
k?t qu? tr? v?:
98
Ví d?:
Tìm t?ng s? tu?i c?a t?t c? nh?ng ng??i có tu?i l?n h?n 20:
SELECT SUM(Age) FROM Persons WHERE Age > 20
k?t qu? tr? v?:
79


Available link for download

Read more »

Wednesday, October 26, 2016

How to Set Password on HTC One Max

How to Set Password on HTC One Max



Have no idea where the password setting is in your HTC One Max phone? Just follow the steps below to find it and set a password independently.


Step 1: Access Settings.


Step 2: Find and open Security.


Step 3: Get into Screen lock.


Step 4: Choose Password to go on.


Step 5: Set a password as prompted.


That is, enter a password which must contain at least 4 characters, and can be composed of numbers, symbols and letters (one at least) and click CONTINUE when finished. After that, reenter the password and tap OK.


Tip: To make the password invisible when you input it in the password entry box to unlock your phone, you can deselect Make passwords visibleon the Security screen.



Related Articles:
  • How to Set Password on HTC One M8
  • How to Set Password on HTC One M7
  • Android USB Drivers for HTC
  • Restore Deleted SMS on HTC One Mini Android Phone


Available link for download

Read more »