MYSQL connection problem - please take a look at that - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: MYSQL connection problem - please take a look at that (
/showthread.php?tid=165400)
MYSQL connection problem - please take a look at that -
Ed2ka49 - 04.08.2010
Well, I've downloaded wampserver and its on. In addition, I've downloaded the software "MyTool - SQL database editor" for editing the mysql database. Well, I try to set up a new connection and to log into the localhost server, but it asks for a password, witch I do not have. I've checked the MYSQL Ini file and noticed that there is no password for the localhost connection! I can't log into the database and can run my server.
Does somebody know what the problem is?
Thank you.
Re: MYSQL connection problem - please take a look at that -
JaTochNietDan - 04.08.2010
WAMP by default doesn't set up a password for the MySQL server. So you should be able to just login as root with a blank password.
Re: MYSQL connection problem - please take a look at that -
Ed2ka49 - 04.08.2010
I know, but it asks for a password when I try to log into the database with the software.
Maybe I don't have a mysql server at all?
Re: MYSQL connection problem - please take a look at that -
JaTochNietDan - 04.08.2010
Quote:
Originally Posted by Ed2ka49
I know, but it asks for a password when I try to log into the database with the software.
Maybe I don't have a mysql server at all?
|
Well the software probably doesn't have support for connecting without a password. I use Navicat for MySQL database management, I recommend you try it. I've used it before with the MySQL server that came with WAMP with no issues.
Also if it asks for a password it means that it must have made a connection, so yes the MySQL server must exist. Unless the software is very bad
You could also try using phpmyadmin that comes with WAMP.
Re: MYSQL connection problem - please take a look at that -
playbox12 - 04.08.2010
Just use PHPmyadmin its easier then it looks.