WHY do I see this error when restoring my backup db : InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files.

2009-02-06 Thread my sql
WHY do I see this error when restoring my backup db : " InnoDB: Your database may be corrupt or you may have copied the InnoDB tablespace but not the InnoDB log files. " GOAL: Trying to restore mysql backup on different host using InnoDB backup that copes the backed up files to a files sever where

Html and mysql..

2004-05-05 Thread My Sql
Hi all, I have got one serious doubt. Can we access mysql database from the front end html. If it all it is possible, we have to right in javascript. ofcourse we can write it using JDBC(provided we have a servlet engine integrated with a webserver). My question is can we access mysql database f

PHP Warning

2001-08-21 Thread my sql
On a new install of Suse 7.2 I get this message when attempting to acces MySQL through a php scrpipt in apache 1.30.20 (MySQL 3.23.39 and PHP 4.0.6): Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /usr/local/apache_1.3.20/htdocs/dbtest.php on line 1

could not insert BLOB data types in table

2001-08-18 Thread my-sql
Hi all, I could not insert BLOB data types in a table. I want that the INSERT statement should insert a picture in a field of a table. Like, INSERT INTO testtable (id, picture) values (1,picref) Here I want to know what should be the picref I know picref is a variable in a programming la