Linux & Putty, start MySQL Daemon.

I’m not all used to Linux. So all tips regarding Linux will be on a very basic level. Any way if you have access problems for starting Mysql. Try following line.

/usr/local/mysql/bin/safe_mysqld --user=root &

  • root is the login for MySQL
  • & is when you starting it from Putty, if you leave out the & MySQL will be shut downed as soon as Putty is.

No comments yet

Leave a reply