Simon Chan wrote:
> Hey Everybody,
>
> I noticed that a lot of people experience problems when they try to start the mysql
>server by
> typing this:
>
> $ bin/safe_mysqld --user=mysql &
>
> In the Mysql/msql O'Reilly book, it says to type this to start the daemon:
>
> bin/safe_mysqld --lo
Hey Everybody,
I noticed that a lot of people experience problems when they try to start the mysql
server by
typing this:
$ bin/safe_mysqld --user=mysql &
In the Mysql/msql O'Reilly book, it says to type this to start the daemon:
bin/safe_mysqld --log &
I ran into problems with the first co