Jump to content

ghurty

Members
  • Posts

    149
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

ghurty's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. I have a php script that I am trying to run ( I dindt write it) but the index.php file loads basically all of the php file in plain text instead of running it. Any sugguestions? PHP is isntalled since other php scripts work. Thanks
  2. In order to do that, I have to do this to each database individually. Is there a way to do multiple databases at once? Thanks
  3. I am trying to move about 40 databases from one server to another. Is there an easy to use command that will allow me to do that? The two servers are on separate private networks, so I may not be able to copy them directly, so what I would want to do is create a backup, then manually move it and the restore it. I belive I need to exclude informatio_schema as well as the mysql databses. Thanks
  4. Sorry, cut off a little when copying/pasting. Fixed it now
  5. In the following code, I am getting an error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE or '{' or '$' in XXX on line 235 Line 235 is the second line in the code snippet $result = mysql_query( $querystr, $this->linkid ); $this->"queryid".$id = $result; if ( defined( "SWIFTDEBUG" ) ) { Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.