I switched my databases from PHPMYADMIN to MySQL and MySQL Workbench because I didn't like how PHPMYADMIN was accessed in a browser. I'm using XAMPP for hosting my sites, and when I try to login to one of my sites i get an error because my sites are still trying to access the old mysql in xampp. I have the databases all up and loaded but no attempt to try to connect to the new mysql. Its the exact same database with a different application handling it.
I believe this means I need to seek out another program to host my pages since its trying to access its own mysql server and not mine. Are there any that just host html and PHP? I'm sick of how they all try to bundle everything in there.
I believe this means I need to seek out another program to host my pages since its trying to access its own mysql server and not mine. Are there any that just host html and PHP? I'm sick of how they all try to bundle everything in there.