[PHP-DB] Quick mysqld question...

2001-07-24 Thread Ryan Fischer

I recently installed PHP4, Apache, and MySQL on my computer for various
reasons.  Everything was working smoothly for a while, but today when I
tried to start mysqld I got this error message:

Can't initialize InnoDB as innodb_data_file_path is not set.

Any idea what this means, and how I can fix it?

Thanks!

--
 -Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] multiple queries in one php statement....

2001-07-19 Thread Ryan Fischer

 Could someone give me a tip ang tell me if i can insert more than one
 queries in a mysql_query() statement??
 
 etc $quer=mysql_query(" BEGIN WORK , QUERY 1 , QUERY 2, COMMIT",$db)

No, you can't.  You've got to execute them one at a time.

-- 
 -Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]