MySQL Forums
Forum List  »  MyISAM

Re: cscrape.sql import into 5.6 problem
Posted by: Rick James
Date: January 17, 2014 01:22PM

> Undefined index: success in C:\xampp\htdocs\lies\cScrape\databases.php on line 331
> echo_success(htmlspecialchars($_GET['success'], ENT_QUOTES));

That means that the <form> leading to this PHP page did not have any <inp name=success>.

> I should have the ability to create other db's inside the source db.

In MySQL a "database" in only a single-level structure.
A server (computer) usually has only one MySQL 'instance'.
A MySQL instance can have many DATABASEs.
Each DATABASE can have many TABLEs.
Each TABLE has row(s) and column(s).

Options: ReplyQuote


Subject
Views
Written By
Posted
2734
January 16, 2014 11:44AM
1586
January 16, 2014 01:56PM
Re: cscrape.sql import into 5.6 problem
1588
January 17, 2014 01:22PM


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.