Sabtu, 21 September 2013

PHP Indonesia - Facebook: kalau ky gni knpa ya Could not connect: Access de...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
kalau ky gni knpa ya Could not connect: Access de...
Sep 22nd 2013, 05:58, by Jaenudin

Jaenudin 5:58am Sep 22
kalau ky gni knpa ya
Could not connect: Access denied for user 'root'@'localhost' (using password: NO)

Khairul Azam 6:01am Sep 22
mysql_connectnya gan

Khairul Azam 6:02am Sep 22
mysql_connect("localhost","root","?????"); ????= isi pake password

Jaenudin 6:04am Sep 22
udh di isi gan tp msh ky gtu

Joojo Linux 6:05am Sep 22
klo udah di hosting root diganti nama server bgitu juga pass dbnya juga

Jaenudin 6:07am Sep 22
udh tp msh ky gni Could not connect: Access denied for user 'root'@'localhost' (using password: YES)

Khairul Azam 6:08am Sep 22
gini gan klo tulisannya (using password: YES) artinya sql gk ada passwordnya tp script ente kamu kasih password & sebaliknya..dan password itu sama spt phpmyadmin..CMIIW

Khairul Azam 6:09am Sep 22
oalah udah di hosting...kamu cek di ftp detail

Jaenudin 6:10am Sep 22
<?php
ob_start();
$dbserver="localhost";
$dbusername="root";
$dbpassword="";
$dbname="sekolah";

mysql_connect($dbserver,$dbusername,$dbpassword) or die(mysql_error());
mysql_select_db($dbname) or die (mysql_error());
?>

Jaenudin 6:11am Sep 22
aph hrus di gnati y db servernya jgn localhost

Khairul Azam 6:17am Sep 22
koneksinya sdh benar gan..masalahnya di password..td tkcoba matikan mysql tp errornya gk gitu..klo ke phpmyadmin passwordnya gmn?

Jaenudin 6:19am Sep 22
ini gan ane coba pke hosting Idhostinger pas di coba di php admin mh bs tp pas ane upload ke idhostinger malh ky gtu

Khairul Azam 6:23am Sep 22
gini gan, klo web dr localhost dihosting 100% ane yakin localhost,root sm passwordnya berubah..coba cek di ftp detail

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar