hi i have just installed mysql
what do i do now? is it running??
Thanks
im confused!
Moderators: egami, macek, gesf
go to console (linux)
type this command
service mysqld status
if it says mysqld running .... then it is ok
if it says stopped
run this command
service mysqld start
your mysql daemon is now running you can use it now
type this command
service mysqld status
if it says mysqld running .... then it is ok
if it says stopped
run this command
service mysqld start
your mysql daemon is now running you can use it now
-
- New php-forum User
- Posts: 59
- Joined: Tue Jul 01, 2003 7:02 am
sorry should have said im running windows xp
You need to run
c:\mysql\bin\mysqld.exe --install
This will install it as a service.
You will then have to go into the control panel and then into admin part and run the service.
c:\mysql\bin\mysqld.exe --install
This will install it as a service.
You will then have to go into the control panel and then into admin part and run the service.