I am trying to find the server name of my website to connect it to a MySQL database. Using c-Panel with GoDaddy, none of the guides online have answers that actually work. I'd appreciate it if someone who knows what he is doing could kindly guide me to my golden fleece.
P.S, I am using c-Panel version 11.58.0.19.
Thanks.
If you have the website and the database hosted on the same server then you have to use localhost as the server name and that should work.
Try it .
You can search for server information in whm where you will get all the necessary server information.
Related
i want to connect my data base with html web side please tell me how can i connect the html website to MY SQL.
You need to use PHP and setup a Localhost webserver, something like Wamp or Xamp will do.
I personally use Wamp, you can make a Database in the PhpMyAdmin service provided with it.
To further setup and connect to your database, you can simply search on google for some more detailed steps regarding to database connections.
but using a local webserver and php should get you up and running.
You need to use backend script/service to achieve the goal. You cant make connection directly. In between database and frontend (your html pages) there is backend.
to achieve your goal you can use php, node js which has n number of tutorials available.
Your question is getting minus points because it is incomplete and very basic.
Thanks
I have no idea how Windows Server works. All I want to do is gain access to a database in mySQL on Windows Server. Is there a phpmyadmin like there is on Cpanel? I have no idea where to go.
It's a Windows Server 2012 that runs Apache and mySQL on which Wordpress is installed.
Someone please help.
Personally, for accessing mysql databases in a windows app, I use HeidiSQL.. But we don't do recommendations for software on SO, so you're free to choose whatever you want and I'm not going to focus on particular software in this answer
To access the mysql instance you'll need to know the username and password of a user with sufficient privileges to do what you want. If you don't know this username/password, a good place to sart looking is in the config files of any apps (like your apache web apps, wordpress etc) that use the db and see if you can read the password out in plain text there.. With luck the person who set all this up will have left behind the username/password in a config file and yu're away. If your question is about how to break into a database where you don't know the password, make an edit so this is more clear
You might check to see if PHPMyAdmin or MySQL workbench is installed; both are great tools for managing MySQL databases and popular with Wordpress developers
Thanks guys. Yes the server happened to have HeidiSQL installed on it and I was able to access the database.
Thanks for your help.
This may sound like a silly question, but my client had me working on a dev version of his website, and now wants me to push changes to the live AWS server.
He's given me access, however I can't for the life of me find the MySQL database in AWS. I am given to understand it should be located under RDS but there seems to be nothing there:
Can someone tell me where to find it then? Did the client send me to the wrong server or something? He is not technical at all so not of any help.
You can use the tag editor to find all the resources that are running in the aws account (which can be tagged). Go to the tag editor and then select all region and resources to see where the db is running. Maybe its running under some other region and you are looking in the wrong region. Hope that helps
I am new to Amazon Web Services. I want to import my .sql file to phpmyadmin. EC2 and RDS instsnces are launched succesfully. Now How can I get newly created db in phpmyadmin?
I have searched on that and got some blogs and solution and as per those have added IP address of server on which my phpMyAdmin is installed. Now I don't know the furthe procedure. Can anyone please help me?
I tried to update etc/httpd/conf.d/phpMyAdmin.conf but I don't have permission to access that file. How can I get permission for that? Do I need to create IAM user?
Best installation tutorial I've seen on this came from Andrew Puch on Github. Just google Andrew Puch and github and you'll find the installation procedures laid out for you, and he did a Youtube video on the subject as well.
As for the rest of it, it is a tangle of server settings and parameter group settings that I have yet to figure out. if anyone else has got a handle on it, I would be eager to find out.
Im trying to enter and it says This site can't be reached: connection refused... also, I made sure that the settings are right on the html files of the modules I am currently using which are apache and mysql. I've read through the web and someone said that I had to stop the apache module or mysql module, already did it, but no luck... any help with this problem?
As far as I know, you are no need to use the port number.
localhost/phpmyadmin
I hope this will work. If you are using a Linux version. please check this thread.
I had similar problem using easyphp with php, mysql and apache and solved it by running as administrator
What are you using as your local server? Have you restarted the services? Does it say your localhost is running properly?