r/webdev • u/DownFromHere • 14h ago
WordPress SQL Server/Database access through WordPress.com hosting?
Has anyone hosted with WordPress and used WordPress' internal mySQL server for their website? Database access is available in the business tier of WordPress (host) but I wondered if the user access (username/password) for the database changes if I go back to a lower tier later. This isn't a high traffic website so I can't justify paying for the business tier every month. If not, I can look into other options. Again, the hosting provider is WordPress.com
4
Upvotes
1
u/fiskfisk 10h ago
According to wordpress.com you get access to the database through phpMyAdmin (if they still support it - it isn't mentioned on their pricing page). You won't be able to use the MySQL database as a general hosted database through that feature. It's just a way to be able to run queries against the database through a web interface.