Anonymous
TRIALOP
a year ago
I just dumped my local MYSQL database into railway that i was connecting to from a project using php. The database was titled criticallevel, but im not really sure how it works, since now the queries dont make sense. This is of course expected, as many queries use, for example, criticallevel.users, and now since its in Railway, the database is supposedly railway.
I tried changing MYSQLDATABASE=criticallevel from MYSQLDATABASE=railway, and have also edited my database.php file which i use for connections. But when I do that, it says that criticallevel as a database doesnt exist. Im sorry if im not being very clear, but im really not sure as to what could the problem be