• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MYSQL big problem

ugurdrahs

New Member
Joined
May 6, 2010
Messages
555
Reaction score
2
Location
Netherland
How to reset mysql password on ubuntu 10.0.4

I have forgotten the password, I cant login mysql anymore. can some1 help
 
Last edited:



root@ks309749:~# sudo /etc/init.d/mysql stop
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql stop

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) utility, e.g. stop mysql
root@ks309749:~#
root@ks309749:~# stop mysql
stop: Unknown instance:
root@ks309749:~#



bro aint working, I dont have mysqld.sock :S
I have no clue where it is... can some1 upload the mysqld.sock please? lol..
 
Last edited:
Back
Top