McAron Posted February 3, 2014 Posted February 3, 2014 Hi. Sorry for my English. I've problem with first step of install OSCommerce. My sql server port is 3307. When i write this port after server name: servername:3307 I have error: Unknown MySQL server host 'servername:3307' (2) When i write server name without port number, i get error: Access denied for user 'username'@'ipadress' (using password: YES) User and password are correct - i'm sure.
MrPhil Posted February 3, 2014 Posted February 3, 2014 Your host would be the best one to guide you through this setup, if you have a non-standard MySQL server setup. The idea is that you need to define (in configure.php files) the server address (localhost, server IP address, or server name). It is possible that you will need to give a port for the server, if it's not a standard setup. You need to set up a user and password, associate it with the new database, and grant it the necessary permissions.
McAron Posted February 3, 2014 Author Posted February 3, 2014 I defined in both configure.php (includes and admin/includes) server parameters and installer still asking about correct parameters. How to skip this.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.