Hi group!!
I'm having a problem with the mysql instance when it starts from CD.
While I'm creating the cd-web, in a folder, Server2Go starts perfectly
(Apache & MySQL), but when I burn it to a CD (I'm creating a iso
previously to earn CD's), Apache starts, Firefox opens and show
index.php, but when I go to a php that have mysql connection, it show
to me an error of a database connection.
In fact, when I view the windows proccess, mysql is not running.
This is my database configuration:
[database]
UseMySQL=1
LocalMirror=0
OverwriteLocalMirror=0
MirrorFolder=
DeleteDatabaseFiles=0
MySQLPort=4306
MySQLCmd=--skip-innodb
HideMirrorFolder=0
MySQLMode=LOCAL
What can I do?
Thanks in advance.