Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
sql server'deki root kullanıcısına password olmadan erişmeye çalıştığın için bu hatayı alıyorsun sanırım.
Ingilizcen var ise şunu takip et.
On a test box running an older version of WAMP, I wanted to correct an installation oversight, the user root with no password. After installing several databases, I decided to change the user root password from no password to some password. After doing so, I immediatly encountered the following error: #1045 - Access denied for user 'root'@'localhost' (using password: NO) I was unable to access phpMyAdmin so I found the following command line on http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-windows
The procedure for resetting the MySQL root account's password on Windows is as follows:
Log on to your system as Administrator.
Stop the MySQL server if it is running. For a server that is running as a Windows service, go to the Services manager: Start Menu -> Control Panel -> Administrative Tools -> Services **** the MySQL service in the list, and stop it. If your server is not running as a service, you may need to use the Task Manager to force it to stop.
Create a text file and place the following command within it on a single line:SET PASSWORD FOR 'root'@'localhost' = PASSWORD('');
Save the file with any name. For this example the file will be C:\mysql-init.txt.
Open a console window to get to the DOS command prompt: Start Menu -> Run -> cmd
If you installed MySQL to another location, adjust the following commands accordingly. At the DOS command prompt, execute this command: C:\> C:\wamp\mysql\bin>mysqld-nt --init-file=C:\mysql-init.txt
The contents of the file named by the --init-file option are executed at server startup, changing the root password. After the server has started successfully, you should delete C:\mysql-init.txt.
----
olmazsa daha derinlemesine yardım etmeye çalışırız. zamanım kısıtlı olduğu için bu şekilde yazdım. kusura bakma
Verdiğin bilgiler için teşekkürler ama İngilizcem fazla olmadığından anlayamadım.işin aslı benim bir sitem vardı ama bu işten anlayan biri kurmuştu.Şimdide bu kuran arkadaşa ulaşamıyorum ve ben kendim kurmak istiyorum.Hem birazda öğrenmek açısından.Bu arada Space nuke kuruluydu daha sonra sitem hacklendi.Bende joomlayı kurmak istiyorum şimdi. 1.7 sürümünü indirdim ftp klasörüme atttım dosyaları belki böyle olur diye ama olmadı.Daha sonra izlediğim videolar ile orada anlatılanlar gibi Wampserver ile localhosta attım ama dediğim gibi hata alınca orada kaldım öylece.
Kısacası benim ilk olarak yapmam gerelen ve izlemem gereken yol nedir?
sorun senin mysql root şifreni phpmyadmin'e tanıtmamış olman. phpmyadmin root ile mysql servere bağlanmaya çalışıyor ama şifre uymadığı için bunu gerçekleştiremiyor.
phpmyadmin'i kurduğun path'e gidip ( C:\wamp\phpMyAdmin ya da c:\program files\wamp\phpmyadmin ).
mysql root password'nu bildiğini varsayıyorum. kurarken belirlediğin bir password'dur. Sonradan değiştirmek için nette küçük bir araştırma yapman yetecektir.
anladığım kadarıyla wampserver ile localhost'da kurmuşsun joomla'yı mysql şifre hatası veriyor. Herhangi bir değişiklik yapmadıysan default olarak mysql kullanıcı adına : root yaz password kısmını boş bırak bir dene.