[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is mysqld?



You've likely only installed the mysql-client.
Here's something near the end of a normal 'make install' from within
/usr/ports/databases/mysql

===>  Building package for mysql-server-3.23.42

It then goes on to install the client, but the server and tests 
packages weren't added, try something this:

pkg_add /usr/ports/packages/i386/All/mysql-server-3.23.42.tgz


Christopher


---  Original Message Details ---
Who: Marcus Bointon 
What: Where is mysqld? 
When: Saturday 02 February 2002 08:33 am
--- - - - - - - - - - - - - ---

> I'm just installing mysql-3.23.42 from ports. All goes well with
> configure,
>
> make & make install, but when I do scripts/mysql_install_db, it tells 
me:
> > scripts/mysql_install_db[69]: my_print_defaults: not found
> > Didn't find /usr/local/libexec/mysqld
> > You should do a 'make install' before executing this script
>
> I've done several searches and it does seem that there is no mysqld
> to be found anywhere on the system.
>
> What's wrong?
>
> Marcus