HELP EMERGENCY PLEASE

04/11/2012 22:41 liddojose97#1
Hey im making a private server for me and my cousin and im using newestco server to make it but it keeps restarting every minute can you help me fix this
04/11/2012 23:01 turk55#2
search for something like restart in the source?
04/11/2012 23:18 liddojose97#3
ive tried and deleted some lines but nothing still does the same thing :/
04/12/2012 00:20 blackdon#4
I also started to setup my own private server..
but I just cant join my server with a client.

Maybe u can help me out?
My server is working, but I just cant login with a client on my server (localhost at this moment)
04/12/2012 00:34 liddojose97#5
umm lets talk on skype add me [Only registered and activated users can see links. Click Here To Register...]
04/12/2012 14:22 blackdon#6
I dont have skype, Hate it :P

[Only registered and activated users can see links. Click Here To Register...]
this is my problem.. does anyone know a solution?
04/12/2012 14:45 Korvacs#7
Read the message for the love of god..

What do you think "Access is denied" means??
04/12/2012 15:07 blackdon#8
I already checked all configurations. I already filled in all there is to fill in and I followed every step to the letter.
The fact is that visual studio 2010 / the server still gives the same error.
And I cant trace the problem.

I am not stupid, I'm schooling for this shit.
04/12/2012 15:23 Korvacs#9
Its quite simple, the user your using to connect to your sql server, either doesnt have permission to access that database, or the username is wrong, or the password is wrong.

You -cannot- have followed every step to the letter because you wouldnt be experiencing that problem if you had.

That's the nice thing about computers, they are designed to be logical to the point where things are reproduce able with 100% certainty, the fact that you get this over and over proves that you have miss-configured something.

Edit: Having had another at your screenshot, your problem is obvious. You havent filled in the username field for the server configuration /facepalm
04/12/2012 15:38 blackdon#10
Code:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >
  <session-factory name="NHibernateProject">
    <property name="connection.driver_class">NHibernate.Driver.MySqlDataDriver</property>
    <property name="connection.connection_string">
      Database=co;Data Source=localhost;User Id=user;Password=qwerty
    </property>
    <property name="dialect">NHibernate.Dialect.MySQLDialect</property>
    <property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property>
  </session-factory>
</hibernate-configuration>
Above is my environment.machinename.cfg.xml

[Only registered and activated users can see links. Click Here To Register...]
Everything is checked out, all settings are correct. Including access and password and username.

now before you say more bullcrap, again, i've followed the damned guide to the letter.
So you shouldn't think things that may not be correct.

/facepalm your self...
04/12/2012 15:50 Korvacs#11
Well look at your screenshot again. It clearly states that:

Access is Denied for user ''@'localhost' to database 'co'

Now what it should say if your configuration is correct is:

Access is Denied for user 'user'@'localhost' to database 'co'

Of course that's only provided you get your password wrong, otherwise you would never see this message as your username and password would be correct.
04/13/2012 07:18 DyjgK64J451Jhv0#12
exactly , if it's right then for fuck sake why u would see the error ?
so it's wrong ? guess yes
i have had an account before this one called
AccessDeniedFor'User'@loc
which means it was a wrong password or dont have permission
but at access denied for @localhost and there is no users in there is no connection from/to the database and source