İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

MySQL CPU Kullanımı my.cnf optimizasyonu

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Sana verdiğim şu ana kadar verdiklerim içinde en iyi performansı sağlayacak konfigürasyon, içinde yeni eklemeler var.

Eskiden burada vermiş olduğum my.cnf önerilerinden faydalananların bu son verdiğim konfigürasyonu da incelemelerini öneririm.
 

GNeRaL

0
İyinet Üyesi
Katılım
24 Şubat 2005
Mesajlar
2,869
Reaction score
16
Konum
Samsun
@iyinet,

özel olmazsa, forum ve iyinet.com dahil olmak üzere toplamda kaç serverda topluyorsun verileri?
 
K

Kayıtsız Üye

Misafir
optimize

top - 13:26:29 up 14:55, 1 user, load average: 24.98, 23.40, 18.71
Tasks: 272 total, 13 running, 259 sleeping, 0 stopped, 0 zombie
Cpu(s): 86.9% us, 2.8% sy, 0.0% ni, 10.2% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 2066400k total, 1878512k used, 187888k free, 39464k buffers
Swap: 2040244k total, 208k used, 2040036k free, 604368k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31557 nobody 15 0 28276 16m 2792 S 13 0.8 0:06.50 httpd
31877 nobody 16 0 27868 16m 2448 R 11 0.8 0:01.57 httpd
31558 nobody 16 0 28468 17m 2788 R 11 0.8 0:08.16 httpd
31896 nobody 16 0 26840 15m 2416 S 10 0.7 0:00.80 httpd
31539 nobody 16 0 28348 16m 2800 R 10 0.8 0:04.99 httpd
31838 nobody 15 0 27700 16m 2780 S 10 0.8 0:02.91 httpd
31126 mysql 15 0 747m 91m 3552 S 9 4.5 1:47.27 mysqld
31599 nobody 16 0 28124 16m 2804 S 9 0.8 0:05.38 httpd
31569 nobody 16 0 28400 17m 2792 S 7 0.8 0:04.23 httpd
31637 nobody 16 0 29232 17m 2796 S 7 0.9 0:07.30 httpd
31571 nobody 16 0 28036 16m 2796 S 6 0.8 0:05.28 httpd
31583 nobody 15 0 28884 17m 2792 S 5 0.9 0:07.17 httpd
31750 nobody 16 0 28256 16m 2448 R 5 0.8 0:03.43 httpd
31824 nobody 15 0 21608 11m 1792 S 5 0.6 0:04.38 httpd
31610 nobody 16 0 28136 16m 2796 S 5 0.8 0:06.67 httpd
31892 nobody 16 0 27892 16m 2780 R 5 0.8 0:01.42 httpd
31893 nobody 15 0 27636 15m 2444 S 5 0.8 0:00.35 httpd
31897 nobody 15 0 27436 15m 2444 S 4 0.8 0:00.22 httpd
31846 nobody 17 0 21640 11m 2248 R 4 0.6 0:02.05 httpd
31858 nobody 15 0 21640 11m 2264 R 4 0.6 0:00.62 httpd
31879 nobody 15 0 27636 16m 2776 S 4 0.8 0:00.39 httpd
31541 nobody 15 0 29408 18m 2800 S 3 0.9 0:05.71 httpd
31564 nobody 17 0 29012 17m 2452 R 2 0.9 0:06.32 httpd

sunucu c2duo 6700 ve sadece yaklaşık 15k tekilli smf forum sitesi var. daha öncede aynı problemden 1 gb olan ramini 2 gb a çıkarttım. bunun optimizasyonunu yapabilirmiyiz teşekkürler iyinet.

KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 15
MinSpareServers 8
MaxSpareServers 16
StartServers 5
MaxClients 250
MaxRequestsPerChild 1000
Port 80
Group nobody
ServerAdmin [email protected]
DocumentRoot "/usr/local/apache/htdocs"
AccessFileName .htaccess
UseCanonicalName Off
DefaultType text/plain
HostnameLookups Off
ErrorLog /usr/local/apache/logs/error_log
LogLevel warn


my.cnf

[mysqld]
safe-show-database
max_connections = 500
key_buffer = 16M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1800
thread_cache_size = 384
wait_timeout = 180
connect_timeout = 10
tmp_table_size = 64M
max_allowed_packet = 64M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 128M
query_cache_type = 1
query_prealloc_size = 16384
query_alloc_block_size = 16384

[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M

[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Probleminin ne olduğunu yazmamışşsın...

top - 13:26:29 up 14:55, 1 user, load average: 24.98, 23.40, 18.71
Tasks: 272 total, 13 running, 259 sleeping, 0 stopped, 0 zombie
Cpu(s): 86.9% us, 2.8% sy, 0.0% ni, 10.2% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 2066400k total, 1878512k used, 187888k free, 39464k buffers
Swap: 2040244k total, 208k used, 2040036k free, 604368k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31557 nobody 15 0 28276 16m 2792 S 13 0.8 0:06.50 httpd
31877 nobody 16 0 27868 16m 2448 R 11 0.8 0:01.57 httpd
31558 nobody 16 0 28468 17m 2788 R 11 0.8 0:08.16 httpd
31896 nobody 16 0 26840 15m 2416 S 10 0.7 0:00.80 httpd
31539 nobody 16 0 28348 16m 2800 R 10 0.8 0:04.99 httpd
31838 nobody 15 0 27700 16m 2780 S 10 0.8 0:02.91 httpd
31126 mysql 15 0 747m 91m 3552 S 9 4.5 1:47.27 mysqld
31599 nobody 16 0 28124 16m 2804 S 9 0.8 0:05.38 httpd
31569 nobody 16 0 28400 17m 2792 S 7 0.8 0:04.23 httpd
31637 nobody 16 0 29232 17m 2796 S 7 0.9 0:07.30 httpd
31571 nobody 16 0 28036 16m 2796 S 6 0.8 0:05.28 httpd
31583 nobody 15 0 28884 17m 2792 S 5 0.9 0:07.17 httpd
31750 nobody 16 0 28256 16m 2448 R 5 0.8 0:03.43 httpd
31824 nobody 15 0 21608 11m 1792 S 5 0.6 0:04.38 httpd
31610 nobody 16 0 28136 16m 2796 S 5 0.8 0:06.67 httpd
31892 nobody 16 0 27892 16m 2780 R 5 0.8 0:01.42 httpd
31893 nobody 15 0 27636 15m 2444 S 5 0.8 0:00.35 httpd
31897 nobody 15 0 27436 15m 2444 S 4 0.8 0:00.22 httpd
31846 nobody 17 0 21640 11m 2248 R 4 0.6 0:02.05 httpd
31858 nobody 15 0 21640 11m 2264 R 4 0.6 0:00.62 httpd
31879 nobody 15 0 27636 16m 2776 S 4 0.8 0:00.39 httpd
31541 nobody 15 0 29408 18m 2800 S 3 0.9 0:05.71 httpd
31564 nobody 17 0 29012 17m 2452 R 2 0.9 0:06.32 httpd

sunucu c2duo 6700 ve sadece yaklaşık 15k tekilli smf forum sitesi var. daha öncede aynı problemden 1 gb olan ramini 2 gb a çıkarttım. bunun optimizasyonunu yapabilirmiyiz teşekkürler iyinet.

KeepAlive On
MaxKeepAliveRequests 200
KeepAliveTimeout 15
MinSpareServers 8
MaxSpareServers 16
StartServers 5
MaxClients 250
MaxRequestsPerChild 1000
Port 80
Group nobody
ServerAdmin [email protected]
DocumentRoot "/usr/local/apache/htdocs"
AccessFileName .htaccess
UseCanonicalName Off
DefaultType text/plain
HostnameLookups Off
ErrorLog /usr/local/apache/logs/error_log
LogLevel warn


my.cnf

[mysqld]
safe-show-database
max_connections = 500
key_buffer = 16M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1800
thread_cache_size = 384
wait_timeout = 180
connect_timeout = 10
tmp_table_size = 64M
max_allowed_packet = 64M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 128M
query_cache_type = 1
query_prealloc_size = 16384
query_alloc_block_size = 16384

[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M

[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
 

apachesoul

0
Yasakli Uye
Katılım
16 Mart 2005
Mesajlar
77
Reaction score
0
bu my.cnf dosyasını nerden bulucam yardımcı olur musunuz? daha önce hiç ilgilenmediğim bi alan bu, hiç bişi bilmiyorum o yüzden :(
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
bu my.cnf dosyasını nerden bulucam yardımcı olur musunuz? daha önce hiç ilgilenmediğim bi alan bu, hiç bişi bilmiyorum o yüzden :(

Bu konu altındaki mesajları en başından okumanı öneririm. Ek olarak MySQL veritabanları bölümünü de gözden geçir.
Soracağın pek çok soruya cevap bulabilirsin.
 

kutver

0
İyinet Üyesi
Katılım
30 Haziran 2005
Mesajlar
148
Reaction score
0
[mysqld]
socket = /var/lib/mysql/mysql.sock
skip-locking
skip-innodb
skip-name-resolve
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
safe-show-database
myisam_sort_buffer_size=8M
thread_cache_size = 384
low_priority_updates = 1

[safe_mysqld]
err-log=/var/lib/mysql/mysqld.log

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M


Bana bu bilgileri 3gb ram için vermiştin sanırım rami 2 ye düşürsem burada ne gibi değişiklik yapmamı önerirsin..
 

akyaz

0
İyinet Üyesi
Katılım
31 Ekim 2007
Mesajlar
8
Reaction score
0
Daha önce Mysql kullanmadığım için pek anlamıyorum. sanırım benim mysql optimasyonunda da sorun var, arada bir mysql yüksek cpu kullanımından kendini kapatıyor, servisi restart etmeden başlamıyor.

Server: xeon conroe 3050, 2 gb ram.
Mysql sürüm: 5.0.24
Platform: Win 2003 std + plesk
InnoDB kullanmıyorum, tamamı MyIsam. MySql' ı sadece joomla kullanıyor. Yaklaşık 150 Mb veri boyutu var, Joomla' da hiç bir eklenti yok.

my.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
default-storage-engine=INNODB
read_buffer_size=1M
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=16M
innodb_log_file_size=10M
innodb_thread_concurrency=8
max_connections=400
old_passwords=1
max_user_connections=30
thread_cache_size=4
thread_stack=196608
binlog_cache_size=32768
net_read_timeout=30
net_retry_count=10
net_write_timeout=30
thread_concurrency=10
open_files_limit=0
[client]
port=3306
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Daha önce Mysql kullanmadığım için pek anlamıyorum. sanırım benim mysql optimasyonunda da sorun var, arada bir mysql yüksek cpu kullanımından kendini kapatıyor, servisi restart etmeden başlamıyor.

Server: xeon conroe 3050, 2 gb ram.
Mysql sürüm: 5.0.24
Platform: Win 2003 std + plesk
InnoDB kullanmıyorum, tamamı MyIsam. MySql' ı sadece joomla kullanıyor. Yaklaşık 150 Mb veri boyutu var, Joomla' da hiç bir eklenti yok.

InnoDB kullanmadığından eminmisin ?
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
[mysqld]
socket = /var/lib/mysql/mysql.sock
skip-locking
skip-innodb
skip-name-resolve
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
safe-show-database
myisam_sort_buffer_size=8M
thread_cache_size = 384
low_priority_updates = 1

[safe_mysqld]
err-log=/var/lib/mysql/mysqld.log

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M


Bana bu bilgileri 3gb ram için vermiştin sanırım rami 2 ye düşürsem burada ne gibi değişiklik yapmamı önerirsin..

Olduğu gibi bırak, değişikliğe gerek yok.
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
Eski my.ini yedeğini al ve bunu onun yerine koy ve MySQL yeniden başlat (restart).
Sonuçtan haberdar et.

my.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
old_passwords=1
skip-locking
skip-innodb
skip-name-resolve
low_priority_updates = 1
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
thread_cache_size = 384

[client]
port=3306
 

akyaz

0
İyinet Üyesi
Katılım
31 Ekim 2007
Mesajlar
8
Reaction score
0
merhaba, önceki mysql ayarım güzel oldu, o makinanın ramini 16 Gb çıkardım. Ram' ı 1,5 Gb olan aynı özelliklerde bir sunucu daha aldım. Fakat bu mysql da innodb kullanmam gerekiyor.

Her iki makina içinde optimasyon yaparsanız sevinirim.

Server: xeon conroe 3050, 16 gb ram.
Mysql sürüm: 5.0.24 , innodb kullanmıyor.
Platform: Win 2003 ent + plesk 8.1
Bu makinanın ortalama %60 ını SqlServer kullanıyor.
Orjinal My.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
old_passwords=1
skip-locking
skip-innodb
skip-name-resolve
low_priority_updates = 1
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
thread_cache_size = 384

[client]
port=3306
---------------------------------------------------------------------
Server: xeon conroe 3050, 1,5 gb ram.
Mysql sürüm: 5.0.24 , innodb kullanıyor.
Platform: Win 2003 std + plesk 8.1
Orjinal My.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
default-storage-engine=INNODB
read_buffer_size=1M
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=16M
innodb_log_file_size=10M
innodb_thread_concurrency=8
max_connections=400
old_passwords=1
max_user_connections=30
thread_cache_size=4
thread_stack=196608
binlog_cache_size=32768
net_read_timeout=30
net_retry_count=10
net_write_timeout=30
thread_concurrency=10
open_files_limit=0
[client]
port=3306




Optimasyon için şimdiden teşekkürler...
 

Remark

0
İyinet Üyesi
Katılım
24 Mayıs 2007
Mesajlar
395
Reaction score
0
merhabalar linux sunucum var.
Apche veya mysql 1-3 günde bir down oluyor ve makinaya erişim sağlanamıyor.
httpd isteği çok fazla oluyor. Sunucumda toplam 65 sitem var.
Centos kurulu ve plesk panel kullanıyorum.

my.cnf dosyam aynen şu şekide.
[mysqld]
set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
old_passwords=1
max_allowed_packet=64M
query_cache_size=256M
query_cache_type=1
max_connections=300

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

yardımlarınızı beklemekteyim
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
merhabalar linux sunucum var.
Apche veya mysql 1-3 günde bir down oluyor ve makinaya erişim sağlanamıyor.
httpd isteği çok fazla oluyor. Sunucumda toplam 65 sitem var.
Centos kurulu ve plesk panel kullanıyorum.

my.cnf dosyam aynen şu şekide.
[mysqld]
set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
old_passwords=1
max_allowed_packet=64M
query_cache_size=256M
query_cache_type=1
max_connections=300

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

yardımlarınızı beklemekteyim

Innodb ve replication kullanmıyorsanız aşağıdaki ayarları deneyiniz:

[mysqld]
set-variable=local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
skip-locking
skip-innodb
skip-name-resolve
low_priority_updates = 1
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet=64M
thread_cache_size = 384

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
 

iyinet

Root
Admin
Hosting Firması
Katılım
2 Eylül 2002
Mesajlar
5,028
Reaction score
63
Konum
Sakarya
merhaba, önceki mysql ayarım güzel oldu, o makinanın ramini 16 Gb çıkardım. Ram' ı 1,5 Gb olan aynı özelliklerde bir sunucu daha aldım. Fakat bu mysql da innodb kullanmam gerekiyor.

Her iki makina içinde optimasyon yaparsanız sevinirim.

Server: xeon conroe 3050, 16 gb ram.
Mysql sürüm: 5.0.24 , innodb kullanmıyor.
Platform: Win 2003 ent + plesk 8.1
Bu makinanın ortalama %60 ını SqlServer kullanıyor.
Orjinal My.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
old_passwords=1
skip-locking
skip-innodb
skip-name-resolve
low_priority_updates = 1
key_buffer = 256M
table_cache = 2500
max_connections = 1000
query_cache_size = 32M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
thread_cache_size = 384

[client]
port=3306
---------------------------------------------------------------------
Server: xeon conroe 3050, 1,5 gb ram.
Mysql sürüm: 5.0.24 , innodb kullanıyor.
Platform: Win 2003 std + plesk 8.1
Orjinal My.ini
Kod:
[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
default-storage-engine=INNODB
read_buffer_size=1M
read_rnd_buffer_size=256K
sort_buffer_size=256K
innodb_additional_mem_pool_size=2M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=1M
innodb_buffer_pool_size=16M
innodb_log_file_size=10M
innodb_thread_concurrency=8
max_connections=400
old_passwords=1
max_user_connections=30
thread_cache_size=4
thread_stack=196608
binlog_cache_size=32768
net_read_timeout=30
net_retry_count=10
net_write_timeout=30
thread_concurrency=10
open_files_limit=0
[client]
port=3306




Optimasyon için şimdiden teşekkürler...

Innodb li makina için daha sonra tavsiyede bulunacağım.

16Gb bellekli makina için fazla bir değişiklik gerekmiyor sadece bellek kullanımını biraz arttırabiliriz

[MySQLD]
port=3306
basedir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL
datadir=C:\\Program Files\\SWsoft\\Plesk\\Databases\\MySQL\\Data
default-character-set=latin1
old_passwords=1
skip-locking
skip-innodb
skip-name-resolve
low_priority_updates = 1
key_buffer = 512M
table_cache = 2500
max_connections = 1000
query_cache_size = 64M
query_cache_type = 1
query_cache_limit = 4M
max_allowed_packet= 32M
thread_cache_size = 384

[client]
port=3306
 

Remark

0
İyinet Üyesi
Katılım
24 Mayıs 2007
Mesajlar
395
Reaction score
0
peki innodb kullandığımı veya kullanmadığımı nasıl anlarım?
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst