djXternal 0 Report post Posted October 30, 2006 Well I finally found a linux distro I like, I got the mysql server rpm installed on Fedora core 6 just last night... Now I am trying to start up the server and all i get is it saying its starting then saying its stopping from PID file /var/run/mysqld/mysqld.pidI am new to linux and farily new to running the mysql server, what should I be checking to fix this Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted October 30, 2006 Since I am not a linux user nor expert mysql user I did find some links that could answer the problem that your having.https://ubuntuforums.org/showthread.php?t=276470http://forums.xisto.com/no_longer_exists/http://bugs.mysql.com/bug.php?id=18403 Share this post Link to post Share on other sites
CrazyRob1405241533 0 Report post Posted October 30, 2006 Re-install the sql server usually helps if not check the mysql config make sure its all set up properly Share this post Link to post Share on other sites
djXternal 0 Report post Posted October 30, 2006 Re-install the sql server usually helps if not check the mysql config make sure its all set up properly thanks i got it reinstalled and it works now.... Now how do I get mysql Administrator to connected to the server, the server doesnt seem to accept any connections from Mysql administrator, or is there a better graphical client for the server to use? Share this post Link to post Share on other sites
CaptainRon 0 Report post Posted October 30, 2006 Hey did u try the very first 'mysql' command? On a clean install, it usually fires up without any password, directly into root account.Else you may also try 'mysql --user=root'If you were looking forward to perform mysqladmin functions, then its better you try the MySQL GUI tools kit.Find it at http://dev.mysql.com/downloads/workbench/Also download the mysql manual. It is a mere must while you are working with MySQL. Share this post Link to post Share on other sites
CrazyRob1405241533 0 Report post Posted October 30, 2006 try installing PHPMyAdmin its a php client that iprovides a GUI interface for managing SQL databases. PHPMyAdmin can be downloaded from https://www.phpmyadmin.net/, PHP is required to run this interface php loader can be downloaded from http://php.net/ Share this post Link to post Share on other sites
djXternal 0 Report post Posted October 30, 2006 try installing PHPMyAdmin its a php client that iprovides a GUI interface for managing SQL databases. PHPMyAdmin can be downloaded from https://www.phpmyadmin.net/, PHP is required to run this interface php loader can be downloaded from http://php.net/ Ok now that I got mysql installed and running and I got phpmyadmin installed, it says that I am missing the mysql module for php, I tried installing the module it suggests as an rpm that came with fedora but it does not work for some reason? is there somewher I can find this module to install? or is it just something I need to edit in one of my config files, and if so which one? Share this post Link to post Share on other sites
iGuest 3 Report post Posted October 31, 2006 download a copy of XAMPP. Flawless installs. Share this post Link to post Share on other sites
djXternal 0 Report post Posted October 31, 2006 download a copy of XAMPP. Flawless installs. Wow thanks for telling me bout xampp it did everything ive been trying to do for the past few days in 5 minutes Share this post Link to post Share on other sites