Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
MySQL Troubles Database/phpmyadmin Setup?
I'm currently in the process of setting up my own server so that I no longer have to deal with stupid query limits from my current host. In doing so, I am attempting to set up remote access to my MySQL databases.
Using phpmyadmin, I created a database entitled "db_1". However, when I SSH into my server and run mysql and command "show databases", none show up (not even the default system ones of mysql, phpmydamin, information_schema, etc.) I want to open this "db_1" to remote access, but I can't do this if it's not showing up under mysql in my terminal. Any ideas as to what's wrong?
Thanks for the insight. :)
1 Answer
- Anonymous8 years agoFavorite Answer
Are you logged into mysql? Are you using the ; after the command? But be aware it does not work well under remote access. I have seen timeouts from Internet delays connecting. This can bring down a web server and the server machine you are using by filling them with stale connections. And unless you have sensible broadband upstream speed forget it. You would need at least 2 Mbps upstream , preferably 10 Mbps.