phpmyadmin not running on xampp or wampp server? - mysql

I am trying to connect a html form to my sql database using php file and on xampp server,please help me I need to sumbit a project website to my teacher next week.
I have attached the snip of the xamp server if it is of any help.
Its my first time using localhost server.
I have also tried wamp server but non of these method working i have checked other methods here on stack and tried those to but they are not working
I want to send data from my html form to my database using a local host to show to my teacher that my website is working properly.
enter image description here
enter image description here

You can uninstall xampp, and wamp. After that, just install one of them.

Related

I have tried installing Mifos X on Xampp. It's worked as I could access the UI on my browser but I had lots of problems with the credentials

I recently installed Mifos X on my laptop on Windows 10 Pro using the Xampp server.
I put the fineract folder in the htdocs as I would with all the other framework. Only problem, after following all the steps, I was using mariaDB server and I set the password differently from the one they suggested (note: I followed all the instructions only changed the MySQL Server pword differently and was using pma as workbench).
I would like some assistance on how to fix the credential problems as well as being able to set up the incubator-fineract for developers.
Thank you!
You need to place the war file inside the tomcat webapps directory and I strongly suggest that you use the pre-defined username and password for mysql connection , if you like in production you can do this so by editing this file
https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/boot/db/DataSourceProperties.java
Apache Fineract uses self singed certificate , one has to open the https://localhost:8443/fineract-provider/
You will see the screen to accept and store the certificate in your browser and then you can login via your UI.

How can I migrate a Locally hosted Wordpress site to a remote host?

I have a website on my locally hosted XAMMP server (Windows). I need to transfer this over to 123Reg.
The XAMPP server runs: PHP 7.3.2 and MySQL 5.5.5; and the 123Reg server runs:PHP 7.2.16 and MySQL 5.5.5
I have tried using Duplicator. It works however I cannot access the Wordpress backend (wp-admin) using any admin credentials or make a new one in the Duplicator wizard and via the database (it would just say 'Sorry, you can't access this page', and yes, I have tried deleting plugins and editing the .htaccess file with no luck). I have tried a manual migration (export and restore files and database) as well with the same issue as the duplicator one.
Currently, I have installed a new version of Wordpress on the 123Reg server can copied the wp-content directory from the XAMPP server to the 123Reg one. However, this is not enough. I need the whole site (including pages), cloned so they look exactly as they are on the XAMPP server on the 123Reg server.
I was expecting it to transfer the site without errors as the site is fine on my XAMMP server, but it's not.
Am I doing something wrong? I am not sure of what to do now so I would appreciate any sort of help.

MAMP localhost cannot connect

I'm a complete novice at web deving (literally just started yesterday so please explain your answers like you were talking to a 5 year old haha) and I'm setting up MAMP following along the steps on this site: https://skillcrush.com/2015/04/14/install-wordpress-mac/
I followed everything to a tee till I got to step 10. When I search localhost:8888/(insert folder name in my root folder) on my URL bar. I get "cannot connect to server."
I've googled this problem and tried all the solutions I found (here on stack overflow and others) but still nothing works. Can anyone help me?
I'm using macOS Sierra and MAMP ver 4.0.6
Try visiting http://localhost:8888/ and see what happens ... if there is nothing there then there is a problem with your apache configuration. Make sure the apache service was started from within the MAMP app.
if you type the following in your terminal app:
sudo /Applications/MAMP/Library/bin/apachectl restart
it will output any issues or misconfiguration you may have.
Also, if you want you can give PilotKit a try, PilotKit is a
Super-easy local site development app, it launches and creates sites locally with one click, it support Wordpress, Joomla, Drupal and static sites generator plus it comes with a lot of functionalities.
Installation step of wordpress:
Step - 1 : download a wordpress from wordpress website.
Step - 2 : Extract wordpress and move this extracted folder into a MAMP/htdocs folder.
Step - 3 : Next we’ll go into our MAMP start page, PHPMyAdmin, then Databases and create a database (I’ll name it “database”). Go to “localhost:8888/database/installer.php and fill in the following information.
Step - 4 : After selecting “Run Deployment”, on the following page select “Run Update”. At last, we can go to our local website at “localhost:8888/site”!
Some cases that makes your site is not reachable
If you are not sure with port.It's better to check url with open a start page.
Check you server and database working properly by creating simple file.for example.
make sure you have database before install wordpress.If any then goto database and check wp_option table.Cross verify your home_url and site_url.

Trying to Connect to MySQL local host server but browser does not load and asks me to download a file

Total noob here apologizes in advance.
When I test my localhost connection in my SQL it says its good and server status is green. However, when I go to the URL at the top and attempt to navigate to localhost:3306, instead of the page displaying "This webpage is not available" as I expect, it does not navigate to the page and instead gives me a pop up asking me to download "download.file" a 1KB file which I can't open.
I'm trying to learn Rails
Please advise.
Try to run Apache server. For example install XAMPP.

Openshift access to phpMyAdmin?

How do i access phpMyAdmin using openshift?
I'v just set up a new openshift account today and I really have no idea what I'm doing.
I'v added Node.js, MySQL 5.5 and phpMyAdmin 4.0.
With other web hosting services I could get to the phpMyAdmin user interface with the click of a button but with openshift... I don't see any button...
Thanks for your time.
If you have added phpMyAdmin and if you can see it under your application, you will be able to access it using this url;
https://XXXXX-XXXXX.rhcloud.com/phpmyadmin/
replace XXXXX-XXXXX as per your url.
If you haven't changed the default's, phpMyAdmin uses same username password which you use for MySql.