Hi,guys i’m using xampp.In xampp apache and filezilla are starting but mysql is not starting.
but does it effects the database connection from the hosting site??
Don’t know what you mean here. If you have no database running the app will fail obviously. If MySQL is not running then there are a few logical reasons for this: you have already (another) instance running. 3306 as port is already in use for somethng else etc. If you have installed mysql separately you need to start it yourself by the mysql admin. A good hint might be to look into the logfiles of MySQL. Are you connecting to MySql on your hosting site? Then you can ignore this issue and setup the SC database connection to this one. After all it’s just a tcp message.