Jump to content

Recommended Posts

Posted

i'm trying to install joomla,

got everything else working bar my sql getting an error saying that port 3306 is blocked so it cannot continue setup checked everything i can think of. nothing in tcp/ip filtering of nic either.

we do have an isa server if thats any help.

 

its doing my head in, please save from insanity

Posted

Has tcp/ip access to mysql been enabled? is this a windows server? have you got MySQL Administrator?

 

I have joomla running here on windows server 2003 mysql5 php5 iis 6 so maybe i can help

 

 

fooby

Posted
Can you provide some more info to your setup.
Posted

setup is as follows

 

1 x win2k server for AD + sophos

1 x win2k server for files + printers

1 x isa server

1 x admin server (win 2k also)

 

as i mentioned before complete newbie to my sql so if you have any ideas i would be greatful

 

thanks

Kris

Posted
Have you considered setting up apache rather than IIS? Much easier you setup and configure.
Posted

not thought about that, i'll give it a go but that still won't sort out the sql issue

 

this is the specific error

 

error No. 1045

Access denied for user 'root'@'localhost' (using password: NO)

Posted

I currently run an intranet site on joomla using http://apache2triad.net/

 

Has everything you need in one package. Just drop in the joomla core and run the install and you are good to go.

 

Are you sure the MySQL service is running?

Posted
would i need to remove iis from my server in order to install apache cause i currently have a maths program that is constantly being used set up in iis so i couldn't take that off.
Posted
I'd recommend getting a combined package of the core services - "WAMP Server" springs to mind. It includes Apache, PHP and MySQL and pre-configures them for you. It also includes a system tray service manager.
Posted
Well if its for a demo you could install apache2triad on a Laptop / PC and create your site to show SMT and then just transfer to a webserver at a later date if SMT like it.
Posted
managed to get round the initial problem now, but a new one has occured when the joomla install page comes up i have no mysql support and by the looks of things with it its not connecting to a database.
Posted

the root password is set and get in to it using mysql administraotr.

 

the only problem now seems to be with joomla its self with the installer saying there is no mysql support.

 

sorry to be a pain but i can' get it to work any way at all.

Posted
not thought about that, i'll give it a go but that still won't sort out the sql issue

 

this is the specific error

 

error No. 1045

Access denied for user 'root'@'localhost' (using password: NO)

 

Sounds like you need to put the root password in.

Also makesure you are connecting to the DB on localhost.

Get phpMyAdmin and login to your db with that. You can then manage DB permissions and user accounts

Posted

ahahaha

 

I had that one. I solved it by doing the following:

 

Open a MySQL command prompt. Type in your root password. Then type in the following:

 

SET PASSWORD FOR root@localhost = OLD_PASSWORD('password');

 

Subsituting the password in quotes for your root password.

 

Its probably not the best method of solving the problem but it worked for me.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...