• 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!

Solved Mysql error (10061)

Drakos

Banned User
Joined
May 27, 2008
Messages
218
Reaction score
1
Location
Poland
Failed connecting to database. MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061)

Im using Lampp on Ubuntu 8.04

MySQL is working, i can log on phpmyadmin.

Code:
-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "*****"
	mysqlDatabase = "yo5jddafsdfgdw4"
	mysqlPort = 3306
Code:
-- Connection Config
	ip = "localhost"
	port = 7171

from phpmyadmin
Code:
# Server version: 3.23.32
# Protocol version: 10
# Server: Localhost via UNIX socket
# User: root@localhost

Im using Wine.
someone could help me ?
 
Last edited:
don't use lampp, lampp sux and have much holes... read the MYSQL_HELP file on the DOCS of the forgotten server...

If you want to use a web page just run this on terminal
sudo apt-get install apache2
and your www folder = /var/www
if you get permission errors
chmod a+w /var/www
on terminal
 
it's only a web server, but i have a problem with MySql conection.
I use lampp because is more friendly ;)

yeah i know it possibly to start my-sql-client on it, but i don't know all commands. I was thinking that use lampp is not comlicated. Isn't it ?




#EDIT

yeah, u r right lampp sux ;D i installed apache2 and a lot of staffs like mysql,phpmyadmin,php. Now its working ;)
 
Last edited:
Back
Top