P pidow New member Messages 10 Points 0 Apr 17, 2017 #2 Hello, I need some information: is possible to a script to read a different SQL database than ragnarok. I think like IPB database. Do you think is possible ? how ? Thx a lot !!
Hello, I need some information: is possible to a script to read a different SQL database than ragnarok. I think like IPB database. Do you think is possible ? how ? Thx a lot !!
Habilis New member Messages 225 Points 0 Age 36 Location Montreal, Canada IRC Nickname Habilis Emulator Apr 17, 2017 #3 Depends what this is needed for... You can do it Habilis' way (not as efficient, but somewhat easier) Habilis' way : Well you can read a custom table (or MySQL View) from your Ragnarok database Create a mysql view in your Ragnarok database reference the other database in this mysql view Database user your Emulator uses should have access to SELECT (or whatever else you want to do) on that OTHER database... Food for Thought (To inspire you): http://stackoverflow.com/questions/674115/select-columns-across-different-databases http://stackoverflow.com/questions/5698378/mysql-join-between-tables-in-2-different-databases Last edited by a moderator: Apr 17, 2017
Depends what this is needed for... You can do it Habilis' way (not as efficient, but somewhat easier) Habilis' way : Well you can read a custom table (or MySQL View) from your Ragnarok database Create a mysql view in your Ragnarok database reference the other database in this mysql view Database user your Emulator uses should have access to SELECT (or whatever else you want to do) on that OTHER database... Food for Thought (To inspire you): http://stackoverflow.com/questions/674115/select-columns-across-different-databases http://stackoverflow.com/questions/5698378/mysql-join-between-tables-in-2-different-databases