Recent content by zestpanlo92

  1. Z

    Connecting database

    the IP Listed is 10.33.249.% ---------- Post added at 04:57 PM ---------- Previous post was at 04:50 PM ---------- i'm finish adding IP Address that you mentioned.. wat is the next? ---------- Post added at 05:00 PM ---------- Previous post was at 04:57 PM ---------- thank you so much SIR...
  2. Z

    Connecting database

    the access host is 10.33.249.%
  3. Z

    Connecting database

    yes i tried that many times.. but it does not work. i check all the PRIVILEGES also in the mySQL database wizard.. hiazt... tommorow is my deadline... :(
  4. Z

    Connecting database

    here's the result: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'aianzki_aian'@'web3.vital.x10hosting.com' (using password: YES) in /home/aianzki/public_html/connect.php on line 2 Access denied for user 'aianzki_aian'@'web3.vital.x10hosting.com' (using password: YES)
  5. Z

    Connecting database

    i tried it to my xampp the code i use in connecting to database. and it works.. and then.. when i uploaded it to online. the database cant connect no more.. ---------- Post added at 03:45 PM ---------- Previous post was at 03:43 PM ---------- in short the website that i create is working...
  6. Z

    Connecting database

    it has have two tables.. just for a comment and for the data ---------- Post added at 03:22 PM ---------- Previous post was at 10:12 AM ---------- yes.. i tried standalone.. and it connects. but when i import it through online its not working
  7. Z

    Connecting database

    its only 2 tables.. just for the comment
  8. Z

    Connecting database

    yes i granted all there permission.. in MySql Database and also to the MySql Database Wizard ---------- Post added at 09:58 AM ---------- Previous post was at 09:52 AM ---------- Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial...
  9. Z

    Connecting database

    heres my code: <?php // Your host, 99% of the time it's localhost. $db_host = 'localhost'; // Your username for MySQL. $db_user = 'aianzki_aianzki'; // Your password for MySQL. $db_pass = 'mypassword'; // And your given name for the database. $db_name = 'aianzki_greenscarf'; //...
  10. Z

    Connecting database

    yes.. my domain is working... but if you click the TAB named BLOGS you will see the error
  11. Z

    Connecting database

    my domain is www.greenscarf.co.cc and i was connecting my database to my blog ---------- Post added at 09:29 AM ---------- Previous post was at 09:27 AM ---------- my domain is www.greenscarf.co.cc and i want to connect my database to my blog
  12. Z

    Connecting database

    Hi everyone. anyone there can help me? i cant connect my database in x10hosting.com. pls help me. the error message is "Lost connection to MySQL server at 'reading initial communication packet', system error: 111"
Top