Comments - data base issue

7 years, 9 months ago Annamae Moreno

im using localhost for mysql . but when im trying to connect it show and error that mariadb is using the same port

 
7 years, 9 months ago Harald Reindl

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.