Search results

  1. as4s1n

    Can connect to one database but not the other

    Yes I am sure I am checking. Attached is an exact picture of what I see on PHPmyadmin. Highlighted points of interest. Sorry for the crude drawing
  2. as4s1n

    Can connect to one database but not the other

    Please explain why then, that it is, that when I go into the repair DB section it shows they it can see them but it says it does not exist.
  3. as4s1n

    Can connect to one database but not the other

    Which returns what my original theory was: Table 'sikuneh_stbnl.submissions' doesn't exist; leaving now... Also a question: Can you write into a log file using the fwrite() method within a die() method?
  4. as4s1n

    Can connect to one database but not the other

    Here is all the important code: $rowsPerPage = 20; $pageNum = 1; // if $_GET['page'] defined, use it as page number if(isset($_GET['page'])) { $pageNum = $_GET['page']; } // counting the offset $offset = ($pageNum - 1) * $rowsPerPage; $query = "SELECT * FROM submissions ORDER BY id DESC LIMIT...
  5. as4s1n

    Can connect to one database but not the other

    The error message is just: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sikuneh/public_html/inc/m.php on line 16 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sikuneh/public_html/inc/m.php on line...
  6. as4s1n

    Can connect to one database but not the other

    When I go onto one of my websites, it connects just fine, no problems at all, the other one cannot connect at all. YET, when I go into the MySQL section of my cPanel it shows both's size = 0.0. When I go into PHPmyadmin it says I have 6 tables inside the one I cannot connect to on the left but...
  7. as4s1n

    MySQL Databases have no data

    I have a question. If I were to upload an old version of my MySQL database and use it as a temp database, when they finish with the update, would it overwrite the temp or would it just do nothing and leave the temp data there?
  8. as4s1n

    MySQL Databases have no data

    K thanks
  9. as4s1n

    MySQL Databases have no data

    OK, do they have an estimate?
  10. as4s1n

    MySQL Databases have no data

    http://sikuneh.x10hosting.com/
  11. as4s1n

    MySQL Databases have no data

    No, I have been checking that all day, and the update finished approx. 12 hours ago. Unless shortly means 12+ hours?
  12. as4s1n

    MySQL Databases have no data

    All my MySQL databases have 0.0MB size in the MySQL section. However, when I go into PHPmyadmin, it shows I have x amount of tables but when I go into the database it shows "No tables found." If I need to copy all the data from my home server tell me now so I can get started.
  13. as4s1n

    Free Hosting and MySQL Server Upgrades

    When is the support section going to be back online, I still have an unresolved issue.
  14. as4s1n

    Errors???

    Whenever I go to my site I see this error: Warning: mysql_query() [function.mysql-query]: #07000(proxy) all backends are down in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 15 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in...
  15. as4s1n

    MySQL cannot connect

    I am sorry. The whole site was working before the change to the new server. It has nothing to do with my information.
  16. as4s1n

    MySQL cannot connect

    On my site (http://sikuneh.x10hosting.com) all the locations where I use MySQL return the same error: Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 15 Can you fix this?
  17. as4s1n

    Account re-transfer

    I need my account transferred. My account name is sikuneh
  18. as4s1n

    Chopin Expedited Copy

    sikuneh.x10hosting.com
  19. as4s1n

    Remote MySQL

    I'm trying to connect my home computer PHPMyAdmin to my database on the server... but i'm not sure what to do... i have no idea where to start Pliz help
  20. as4s1n

    Mail

    Is the php_ini set already? Edit: Ok, it works now but i can't send their information using $var for their login & password??? What the heck? I'm sending the email using HTML. Although it writes $log where the login variable is supposed to be o.O Nevermind, i got it! TY for the help
Top