MySQL Forums
Forum List  »  German

Re: Fehler: Incorrect arguments to mysql_stmt_execute!
Posted by: Ahmed Deedat
Date: December 15, 2010 10:24AM

So habe nun beide verglichen, hier das Ergebniss:
Lokal:
SQL-Abfrageergebnis
Host: localhost
Datenbank: Datenbank
Erstellungszeit: 15. Dezember 2010 um 17:21
Erstellt von: phpMyAdmin 3.3.7 / MySQL 5.0.91-log
SQL-Befehl: SHOW CREATE TABLE gaestebuch;
Zeilen: 1
Table Create Table
gaestebuch CREATE TABLE `gaestebuch` (
`id` int(11) NOT NULL auto_increment,
`ueberschrift` varchar(1000) default NULL,
`eintrag` varchar(8000) default NULL,
`autor` varchar(50) default NULL,
`email` varchar(100) default NULL,
`datum` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1

Webserver online:
SQL result
Host: localhost
Database: Datenbank
Generation Time: Dec 15, 2010 at 11:21 AM
Generated by: phpMyAdmin 2.11.10 / MySQL 5.0.89
SQL query: SHOW CREATE TABLE gaestebuch;
Rows: 1
Table Create Table
gaestebuch CREATE TABLE `gaestebuch` (
`id` int(11) NOT NULL auto_increment,
`ueberschrift` varchar(1000) default NULL,
`eintrag` varchar(8000) default NULL,
`autor` varchar(50) default NULL,
`email` varchar(100) default NULL,
`datum` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Fehler: Incorrect arguments to mysql_stmt_execute!
1704
December 15, 2010 10:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.