Have you checked out the MySQL website? They have all kinds of docs that helped me set up MySQL from source.
Well i thought i would never see it, but the day has come. i can't get mysql setup correctly on my slackware system.
Anybody have any recamendations on documentation or something of the sort to help get it going?
Thanks.
Anthony
Have you checked out the MySQL website? They have all kinds of docs that helped me set up MySQL from source.
Which package did you use, The source, the binary or the rpm?
mysql comes with slack, but it's not ready for use
mysql_install_db will fix her up, then do safe_mysqld --user=mysql & and you can now connect with the command mysql
good luck
Bookmarks