mysql importing error, "undefined definer" [closed] - mysql

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
I'm having trouble importing my old WordPress database:
the problem is the following:
im importing a mysql database from an old server with a different user, to a new database, in a different server, with different user.
at some point of the import i get the following error:
Error at the line 1714023: CREATE ALGORITHM=UNDEFINED DEFINER=`latino`#`%`
im guessing the problem is the user from the old database is different to the one in the new database.
here is a screenshot of the error:
using big-dump script
thanks!

Related

hello may I ask how can I connect MySQL database to Vb.net [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
hello how can I make a system project using Vb.net and MySQL as my database how can I creat a system project I'm planning on making a billing system but I don't know where to start
I haven't tried anything yet but I'm still wondering how can I connect Xampp as my database to the system project that I'm planning to make does anyone have a system project in here can someone give me the source code or just simply help me please

Copy tables from one database to another on Azure [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have to copy tables from one database on Azure to another which is on our virtual server there on Azure. Importing is not working. What would be the way to make this. The other issue is some of the tables have different columns can I copy matched columns only? this is sql servers.
SQL-Azure does not support USE statement and effectively no cross-db queries.
If you want to copy/backup the db to another sql azure db you can use the "Same-server" copying or "Cross-Server" copying in SQL-Azure. Refer this msdn article

How to connect MS SQL dynamically with postgreSQl data base [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am very new in PostgreSQL database. I am currently using MS SQL server 2008. Now i need the whole data in postgreSQL, I have installed postgreSQL in my server. Kindly tell me the procedure to connect with PostgreSQl. If there is no option, kindly tell me whether we can take back up of MS SQl and restore it in postgreSQl
thanks in advance
Either you need an ETL tool to transfer the data from one to the other or you have to export in a neutral format, like .csv, and import into the other using built in tools.
I'd opt for the first one.

How to create the sql server connection using c# [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I get strange error while getting the data from Sqlserver using c#.
Actually i have develop an application in asp.net (c#) and i wrote the code to get the from sqlserver database .It is working fine, but this work only when i log into system as Administrate.
When i login into my system as non-Administrate it is not working it throws connection failed exception . Please help me how to resolve this error.
Actually my Connection string is :
Data Source=OSBORNECHARLES2;Initial Catalog=TWO;Integrated Security=True;User ID=sa;Password=123
May be this is because you have enabled "Integrated Security=True" set it to false. And try with a real sql server login.

How do I stop a query within workbench? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
We are sorry for the inconvenience but an unexpected exception has been raised by one of the MySQL Workbench modules. In order to fix this issue we would kindly ask you to file a bug report. You can do that by pressing the [Report Bug] button below.
Please make sure to include a detailed description of your actions that lead to this problem.
Thanks a lot for taking the time to help us improve MySQL Workbench!
The MySQL Workbench Team
Do you mean stop a query within workbench? If so: