MySQL Async - Switch Database

Hey, I was wondering if anybody with any idea how to use MySQL-Async knows if you can switch databases? I’ve tried executing a standard query of USE ajrp_sv (the database i want to switch to) to no avail. Is there any way I can do this? Or do I need to cram all of my tables into one? (Not too much of an issue but I would just like a bit of organisation)

TIA,
James

Having multiple databases for different tables for the same project is not organisation…

A database should contain all of them tables inside THAT one database, that’s what it’s for, so you can have foreign keys and such…

To add up to the topic: No you cannot.

Thanks for your answer, I don’t usually do much work with databases; I’m pretty much useless haha.

1 Like

Don’t say that! You’re not useless, you’re just learning.

Haha thanks, I’ll keep going at it. :slight_smile:

1 Like