Veritabanı Oluşturulamıyor. - Google Fan Webmaster Forum
Google Fan Webmaster Forum  
herşeyi sana yazdım

Geri git   Google Fan Webmaster Forum > Webmaster Genel > Site & Server Administration
KEY
Kayıt ol Articles Sosyal Gruplar Forumları Okundu Kabul Et

Site & Server Administration Server Yönetimi hakkında, .htaccess, Apache configuration ve log analiz, güvenlik

Cevapla
 
LinkBack Seçenekler
  1  
Alt 02-07-2008, 01:48:55
Üyeliği durduruldu
 
Standart Veritabanı Oluşturulamıyor.

Merhabalar,

Arkadaşlar sunucuda barınan hostların (cPanel x3) "Mysql veritabanları" bölümünden Mysql kullanıcısı oluşuyor. Fakat Mysql veritabanı oluşturulamıyor. Oluşturmak için "Create Database" tuşuna basıyorum oluşturuldu diyor ve "Go Back" yani geri dön tuşuna basıp geri döndüğümde veya sayfayı yenilediğimde veritabanı oluşmamış olarak gözüküyor. Bu sorunu daha önce yaşayıp ta çözen arkadaşlar veya çözümünü bilen arkadaşlar varsa yardımcı olurlarsa sevinirim... (Mysql root şifresini değiştirmiştim nedeni o olabilir fakat çözümü nedir bilmiyoruz)

Not:
/scrtips/upcp --force

/scripts/mysqlup --force

service mysql reload


Gibi komutları denedim fakat işe yaramadı...



Saygılarımla,
Emre AŞAN
Alıntı ile Cevapla
  2  
Alt 02-07-2008, 01:49:48
Üyeliği durduruldu
 
Standart

mysql serverı resetle bende de olmuştu aynısı.
Alıntı ile Cevapla
  3  
Alt 02-07-2008, 01:51:31
Üyeliği durduruldu
 
Standart

gene konyu okumadan zıpladım. Büyük ustalardan birisi yazsında öğrenelim, not edelim.
Alıntı ile Cevapla
  4  
Alt 02-07-2008, 01:56:13
Üyeliği durduruldu
 
Standart

Tahsin hoca konuyu okuyor umarım o biliyordur çözümü
Alıntı ile Cevapla
  5  
Alt 02-07-2008, 02:04:18
 
Standart

/var/lib/mysql dizininin dosya sahiplikleri ile oynamışmıydın? chown vs yaptın mı?
__________________
7/24 İrtibat: 0284 225 50 53[/B]
Alıntı ile Cevapla
  6  
Alt 02-07-2008, 02:14:07
Üyeliği durduruldu
 
Standart

Hayır hiç birşeye dokunmadım sadece mysql root şifresini değiştirmiştim.
Alıntı ile Cevapla
  7  
Alt 02-07-2008, 02:18:47
 
Standart

mysql root şifresi ile olacak iş değil bu.

Sunucularının cPanel olduğunu düşünüyorum. WHM den Server Information 'a gir açılan sayfada en altta Disk bilgileri mevcut onlara baksana dolan birşeyler var mı. Buraya da bir yaz. Eğer orası dolmamışsa elin değmişken

my.cnf dosyasını da yaz tam olsun. hazır scriptlerle optimize etmişsen sıkıntı ondan olabilir
__________________
7/24 İrtibat: 0284 225 50 53[/B]
Alıntı ile Cevapla
  8  
Alt 02-07-2008, 02:25:52
Üyeliği durduruldu
 
Standart

Öncelikle ilgilendiğiniz için teşekkür ederim.

Information' daki Disk bilgileri:



Filesystem Size Used Avail Use% Mounted on
/dev/sda3 226G 16G 199G 8% /
/dev/sda1 190M 28M 153M 16% /boot
none 942M 0 942M 0% /dev/shm
/usr/tmpDSK 485M 17M 443M 4% /tmp
/tmp 485M 17M 443M 4% /var/tmp


--------------------------------------------------


# The MySQL server
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 750M
tmp_table_size = 128M
max_allowed_packet = 2M
table_cache = 4M
sort_buffer_size = 8M
read_buffer_size = 8M
read_rnd_buffer_size = 32M
myisam_sort_buffer_size = 128M
thread_cache_size = 32
query_cache_size = 128M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
max_connections = 200

wait_timeout = 1800
connect_timeout = 10

# Replication Master Server (default)
# binary logging is required for replication
log-bin



[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M
write_buffer = 4M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M
write_buffer = 4M

[mysqlhotcopy]
interactive-timeout





Bu da my.cnf dosyasındaki içeriğin iş görecek kısımlarıydı Tahsin bey...
Alıntı ile Cevapla
  9  
Alt 02-07-2008, 02:28:05
 
Standart

my.cnf içinden birşey silip koymadın değil mi buraya? eksik bir işe yaramaz çünkü sileceğim çok satır var genelde hazır birşeyle optimize ettiysen. Varsa komple yaz ona göre ayarlıyayım
__________________
7/24 İrtibat: 0284 225 50 53[/B]
Alıntı ile Cevapla
  10  
Alt 02-07-2008, 02:39:09
Üyeliği durduruldu
 
Standart

Buyrun bu tamamı Tahsin bey;

Alıntı:

# Example MySQL config file for very large systems.
#
# This is for a large system with memory of 1G-2G where the system runs mainly
# MySQL.
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /var/lib/mysql) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
password = (bu kısmı sorun yaratırsa diye sakladım)
port = 3306
socket = /var/lib/mysql/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 750M
tmp_table_size = 128M
max_allowed_packet = 2M
table_cache = 4M
sort_buffer_size = 8M
read_buffer_size = 8M
read_rnd_buffer_size = 32M
myisam_sort_buffer_size = 128M
thread_cache_size = 32
query_cache_size = 128M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
max_connections = 200

wait_timeout = 1800
connect_timeout = 10

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Replication Master Server (default)
# binary logging is required for replication
log-bin

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1

# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin

# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname

# Uncomment the following if you are using BDB tables
#bdb_cache_size = 384M
#bdb_max_lock = 100000

# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = /var/lib/mysql/
#innodb_data_file_path = ibdata1:2000M;ibdata2:10M:autoextend
#innodb_log_group_home_dir = /var/lib/mysql/
#innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 384M
#innodb_additional_mem_pool_size = 20M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 100M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50
old-passwords = 1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M
write_buffer = 4M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M

[mysqlhotcopy]
interactive-timeout
Alıntı ile Cevapla
Cevapla


Bookmarks

Seçenekler

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Açık



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 22:22:11.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

“İnsanların en hayırlısı, insanlara faydalı olandır”. H.Ş

Hosting by Radore Hosting

İçerik sağlayacı paylaşım sitelerinden biri olan R10.net WebMaster Forum Adresimizde 5651 Sayılı Kanun’un 8. Maddesine ve T.C.K’nın 125. Maddesine göre TÜM ÜYELERİMİZ yaptıkları paylaşımlardan sorumludur. R10.net hakkında yapılacak tüm hukuksal Şikayetler adresi ile iletişime geçilmesi halinde ilgili kanunlar ve yönetmelikler çerçevesinde en geç 1 (Bir) Hafta içerisinde R10.net yönetimi olarak tarafımızdan gereken işlemler yapılacak ve Avukatlarımız size dönüş yapacaktır.
ARGUS_OK

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252