Beginner - Needs to learn how to run an SQL script, Store the Procedure it creates and then run that procedure to populate a table.
I am working on modifying tables within the MaNGOS project. Specifically I have a table with some Rows of data missing.
I have an SQL file which has a script that will populate the table.
But I don't now how to run a script in SQL. I am told if I run this script it will generate a procedure.
I assume this procedure is to be imported to "stored procedures" within the MySQL MaNGOS project I have been working on.
But I would not know how to run this procedure in order to populate the table.
I hope this makes sense.
Thank you for taking the time to read this and if you need more info please let me know.
Septus
*I am using MySQL 5.0 - editing tables using Navicat 8. All running in WindowsXP OS.
I am working on modifying tables within the MaNGOS project. Specifically I have a table with some Rows of data missing.
I have an SQL file which has a script that will populate the table.
But I don't now how to run a script in SQL. I am told if I run this script it will generate a procedure.
I assume this procedure is to be imported to "stored procedures" within the MySQL MaNGOS project I have been working on.
But I would not know how to run this procedure in order to populate the table.
I hope this makes sense.
Thank you for taking the time to read this and if you need more info please let me know.
Septus
*I am using MySQL 5.0 - editing tables using Navicat 8. All running in WindowsXP OS.
Comment