
Is there a diffrant port i can use with MySQL on XAMMP
The default is port 3306. You can select any port you wish, however you will need to make sure your connection string reflects the port change. You’ll do this by adding the port after the IP addressor hostname separated by a colon. Like so:
set mysql_connection_string "mysql://{user}:{password}@{hostname}:{port}/{database}?charset=utf8mb4"
2 Likes
thank you i got it to work
Please mark my answer as the one that solved your issue.
1 Like
How do i do that? Sorry i am new