Web Hosting Talk







View Full Version : MySQL Problem


certify
07-17-2001, 02:10 AM
I have just installed Cobalt MySQL Release 3.23.37-1

What do I do next? What is no instructions??...

SI-Chris
07-17-2001, 03:09 AM
What kind of instructions? On how to use MySQL for database applications? Try http://www.mysql.com.

Eagle
07-17-2001, 04:13 AM
:D

Well,
I don't want to be rude,
but if you have no clue what to do,
you probably don't need it....

http://www.mysql.com :D
LoL
Well, it's a really STANDARD answer, hehe, but a good one, this page has EVERYTHING you need....

You also might want to try PHPMyAdmin

certify
07-17-2001, 07:20 AM
I managed to get it working now.

1 Question how do you change the MySQL root password?

huck
07-17-2001, 08:12 AM
RTFM:smash:


Try this for a start
http://www.devshed.com/Server_Side/MySQL/Intro/

wipe
07-21-2001, 04:39 AM
1 Question how do you change the MySQL root password?

Telnet into the box as admin and su to root

Run mysql -u root -p

(default root passwd is cobalt-mysql)

Now you're at the mysql prompt: mysql>

mysql> set password for root=password('yournewpassword');

(SH)Saeed
07-21-2001, 05:40 AM
For a RaQ3 and RaQ4, here's how you change the default MySQL root password.

Telnet into your RaQ as admin and type "su -" to login as root

Next, issue the following command to change the root password.

mysqladmin -uroot -pcobalt-mysql password NEW-PASSWORD

If it works, you won't get any message, it'll just return the prompt again. Type "exit" and press Enter to log out completely (do it twice).


This is a quote (Step 10) from http://pkg.nl.cobalt.com/howto/casp_mysql_howto.html