data base issue
hello im using xampp because im doing some web programming with php and i also using mariadb with data base .
my question how can i use mariadb without using the port of mysql in xampp..
what program do i have to download so i can use this 2 products.
Answer Answered by Harald Reindl in this comment.
so your question is "how can i configure mariadb or mysql to a non-default port"
my.cnf: port = 3307
https://www.google.com/search?q=mysql+on+a+non-defalt+port
but why don't you just stop the mysqld of xampp instead have to deal with what mysqld-incarnation should be used here and there?
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.