hello.
i’ trying to connect database MySQL to razuna (custom install)
In razuna setup wizard, database source configuration page
when i enter the 127.0.0.1 be failed. but 192.168.~.~ was succeed.
why this happen? and what should i do to connect 127.0.0.1
Hi minchanSim ,
Looks like the mysql server is not started.
Look to the official documentation of MySQL how you can start a service under windows.
Install the server as a service using this command: C:> “C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld” --install
Hope this helps.
Thanks.
Please see this instruction from our wiki for your reference : http://wiki.razuna.com/display/ecp/MySQL
Thanks.