Answers for "should i use xampp or mysql server"

SQL
1

command line mysql xampp

cd c:\xampp\mysql\bin
mysql.exe -u root --password
Posted by: Guest on May-29-2021
0

how to use xampp for php and mysql

just watch a youtube video - seriously
(https://www.youtube.com/watch?v=jLqBiSDNXO0 - good for setup)

Download XAMPP here.
https://www.apachefriends.org/download.html
after setup load 'XAMPP control panel' app.
click start for Apache and Mysql.
put your code in xampp htdocs folder,
load it by going to localhost in browser.

create database by going to http://localhost/phpmyadmin/ in browser.
watch youtube videos etc for more help;) 
e.g. https://www.youtube.com/watch?v=WmFHreVid-k -
Connect to MySQL with PHP in XAMPP / Create a new database
Posted by: Guest on February-24-2022

Code answers related to "should i use xampp or mysql server"

Code answers related to "SQL"

Browse Popular Code Answers by Language