İyinet'e Hoşgeldiniz!

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

Kayıt Ol!

Plesk'te Database Acil :'(

D

DiziEvi

Misafir
meraba daha once cpanelde vbulletin kurmustum olusturdugum dbnin ismi siteismi_dbadi şeklindeydi şuan plesk kullanıyorum yeni başladım pek bilgim yok bunda nasıl ?

ve aynı şekilde kullanıcı adı nasıl oluyor config.php yi ayarlayamıyorum...

db hatası weriyor :( bilen yardım please
 

Aykan

0
İyinet Üyesi
Katılım
10 Mayıs 2006
Mesajlar
515
Reaction score
0
Konum
Istanbul
db name
db user

in başına cpaneldeki gibi kullanıcı adın gelmiyor. hepsi bu kardar ;)
 
D

DiziEvi

Misafir
yine hata weriyor

There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.

An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.

We apologise for any inconvenience.
 

Sanalvadi

0
İyinet Üyesi
Katılım
19 Mayıs 2004
Mesajlar
139
Reaction score
0
Arkadaşım cpanelde ki gibi Plesk panelden kendin ayarlıyorsun db db kullanıcı adı ve şifresini kendin açıyorsun pleskte.
 

disconnect

0
İyinet Üyesi
Onaylı Üye
Katılım
1 Şubat 2005
Mesajlar
3,367
Reaction score
5
sen configi hiç değiştirme.
pleskte username passwordu confige göre ayarla.
 

Aykan

0
İyinet Üyesi
Katılım
10 Mayıs 2006
Mesajlar
515
Reaction score
0
Konum
Istanbul
sen config i kopyala buraya biz sana örnek olarak dolduralım sen örnege bakarak hazırla.
 
D

DiziEvi

Misafir
İişte Config.PHP :(

<?php

/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/

// ****** DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:pORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$servername = 'localhost';

// ****** DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$dbusername = 'root';
$dbpassword = '';

// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$dbname = 'forum';

// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$technicalemail = '[email protected]';

// ****** PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off.
// 0 = Off; 1 = On
$usepconnect = 0;

// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$admincpdir = 'admincp';
$modcpdir = 'modcp';

// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$canviewadminlog = '1';

// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$canpruneadminlog = '1';

// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$canrunqueries = '';

// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$undeletableusers = '';

// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$superadministrators = '';

// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = '';

// Prefix that all vBulletin cookies will have
// For example
$cookieprefix = 'bb';

?>
 
D

DiziEvi

Misafir
arkadaşlar config ayarlarını dogru yaptıgıma eminim ama sorun başka yok chmod falan birşeyler diyorlardı
 
D

DiziEvi

Misafir
hyr bu orjinal config.php ayarlanmıs halini ftpye atsamda birşey değişmiyor
 

Aykan

0
İyinet Üyesi
Katılım
10 Mayıs 2006
Mesajlar
515
Reaction score
0
Konum
Istanbul
$servername = 'localhost';
$dbusername = 'forum';
$dbpassword = '123456';
$dbname = 'forum';
$technicalemail = 'mailin';
$superadministrators = '1';

bu şekilde ayarlıyabilirsin. db açarken örnekde gördügün gibi dizin ve kullanıcı adı forum. yani forum db sine forum kullanıcısı şifreside 123456 kendibne göre degiştir. iyi çalışmalar.
 
D

DiziEvi

Misafir
There seems to have been a slight problem with the database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience


Yİne Bu Hata Deli Olacm YAaaa
 
D

DiziEvi

Misafir
install.php girebiliyorumne yapmalyım ?

çözemicem mi bu sorunu ya
 

UguG

0
İyinet Üyesi
Katılım
5 Temmuz 2005
Mesajlar
546
Reaction score
0
Konum
İstanbul
veritabanı hatasını config.php'den dolayı verir. Bir yerde yanlış yapmışsındır. üstüne gitme biraz dinlen adamın kafası karşıyor bu tür şeylerle fazla ilgilenince :)
 

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