MySQL Forums
Forum List  »  French

Re: Import Dump Erreur ERROR 1449 (HY000)
Posted by: John322 pinfada
Date: January 27, 2015 10:39AM

voici :/*!50013 DEFINER=`test`@`test.client.priv` SQL SECURITY DEFINER */


/*!50001 DROP VIEW IF EXISTS `actorsbyuser`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = latin1 */;
/*!50001 SET character_set_results = latin1 */;
/*!50001 SET collation_connection = latin1_swedish_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`test`@`test.client.priv` SQL SECURITY DEFINER */

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Import Dump Erreur ERROR 1449 (HY000)
1432
January 27, 2015 10:39AM


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.