PDA

Click to See Complete Forum and Search --> : MySQL for Linux


Toxic
May 21st, 2002, 06:03 AM
I downloaded the freeware version of MySQL so I can create a forum using php, but when I installed the rpm it says set a password for root. So I tryed the command to set the password '/usr/bin/mysqladmin -u root -p password' but it says that the file 'mysqladmin' does not exist. So I decided to download the binarys, now I can see the file 'mysqladmin' but I can't execute it, it still says the file does not exist. Anybody know whats wrong? :confused: Could you please help me, thanks.

RiOtEr
May 23rd, 2002, 05:08 AM
u mightned have install mysqladmin try just using mysql at the promt or install a front end
RiOtEr

meister
May 23rd, 2002, 05:47 PM
correct path?
if i remember correctly mysqladmin is by default in
/usr/local/mysql/current/bin/mysqladmin -u root password 'secret'

-----------------------------------------------------------------------------------------------------------------------
"Knowledge is the Real Power"

pwaring
May 27th, 2002, 03:53 PM
You may need to actually be logged in as root (or a user with root priviledges) in order to install MySQL on your machine. Type 'su' at the command prompt (without the quotes '') and then type your root password when prompted. You should then be able to install MySQL. :)