Dear all,
I have just installed linux and mysql database, How do we simply know mysql database called by php webpage normally? Does it require to set some initial configuration.
Sincerely yours, Simon
If I understood what you are typing, I'd give you an answer :-)
Just type: service mysqld start
this command bassically just a shortcut to compile the exe file in the directory /etc/rc.d/init.d
Good Luck Simon
oops onemore thing after typing the above command(type: service mysqld start) you need to enter in mysql mode just by typing on any linux prompt command as: mysql
the above command was tried on Linux 7.1 only
Eh? 'compile the exe file in init.d'? Don't you mean it simply executes the script in init.d with the 'start' parameter?