Search results

  1. Gauze

    Using PHP to backup and load Mysql DB

    Alright, it works very conveniently.
  2. Gauze

    Using PHP to backup and load Mysql DB

    Alright, I added some echos to the function to see what is happening. function exportMysql($fileName, $databaseName) { mysql_select_db('INFORMATION_SCHEMA'); $file = ''; // this will hold the information $query = "SELECT TABLE_NAME FROM TABLES WHERE TABLE_SCHEMA = '{$databaseName}' AND...
  3. Gauze

    Using PHP to backup and load Mysql DB

    Hey, I'm farther ahead than I would be otherwise. Thanks a lot.
  4. Gauze

    Using PHP to backup and load Mysql DB

    Thank you very much. It does look very promising. Edit: Bah, method one doesn't seem to show any results and method two doesn't work since system is disabled for security reasons.
  5. Gauze

    Using PHP to backup and load Mysql DB

    That's the issue. My CPanel has been down for a long time now and I want to back it up just in case. I do have FTP access still though.
  6. Gauze

    Using PHP to backup and load Mysql DB

    Is there a way to create a backup of my two mysql's db using PHP script or even over FTP? And then import the data into another mysql's?
  7. Gauze

    PHP is intermediate but session var not working

    Last time I had this problem, I had to change my php version to intermediate. Now that my account was restored, the php version is still intermediate but my php session vars are not working. So there something I need to do?
  8. Gauze

    Awstats no longer seem to be working..

    Alright, that's cool. As long as it's all normal and I didn't break it.
  9. Gauze

    Awstats no longer seem to be working..

    Cool. I thought I broke it some how... So was that a temporary fix or is Awstats normal behavior to refresh once daily? Because it doesn't seem to be recording anything for today.
  10. Gauze

    Awstats no longer seem to be working..

    That's pretty much it...Awstats isn't recording anything anymore. If I look at Latest Visitor, it still shows several people coming to my site daily but Awstats shows a big fat zero. Any idea what might be wrong?
  11. Gauze

    PHP session var

    So I know there's been some updates and changes going on for the servers...so I'm hoping this is just temporary but my site which uses PHP session vars to function doesn't seem to be working anymore. At first, I thought something might have gotten fubarred in the moves but I uploaded my local...
Top