[Çözüldü] Wordpress kurulumunda hata

Başlatan zeusmaster, 01 Aralık 2011 - 22:58:48

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

zeusmaster

create database wordpress;
create user 'bahdem'@'localhost' identified by 'baha244!!';
grant all privileges on wordpress.* to 'bahdem'@'localhost' with grant option;


ile mysql kurulşumunu yaptım.Hatta kontrol için
root@bahdem:/home/bahdem# mysql -u bahdem -p wordpress
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 55
Server version: 5.1.58-1ubuntu1 (Ubuntu)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>


Sıra wordpress kurulumuna gelince




Nerde hata yapıyorum acaba?
Up and Running...

alquirel

@bahdem,

Dediği gibi wp-config.php (ve muhtemelen bulunduğu dizin) yazma iznine sahip değil.

Madem yereldesin, www dizininizin yerini de değiştirmediysen şu komut işini görür.


sudo chmod -R 777 /var/www


zeusmaster

Hocam aklıma geldi yaptım oldu ve sende cevap vermişssin çok saol :)
Up and Running...