gfx25
inherit
-3830527
0
Dec 2, 2024 10:40:55 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Dec 15, 2009 13:53:09 GMT -8
// MySQL server location ex. (mysql.example.com) $host = "localhost"; // The user name to access the database $user = "localhost"; // The password to access the database $pass = "password"; // Name of the database $db = "web111-commb";
Is this set up right? I forgot what the username needed to be would it be web111-commb or local host?
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Dec 15, 2009 14:39:34 GMT -8
// MySQL server location ex. (mysql.example.com) $host = "localhost"; // The user name to access the database $user = "admin"; // The password to access the database $pass = "admin1"; // Name of the database $db = "database name here";
|
|
inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Dec 15, 2009 15:10:04 GMT -8
My localhost username is root.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Dec 15, 2009 16:53:46 GMT -8
// MySQL server location ex. (mysql.example.com) $host = "localhost"; // The user name to access the database $user = "localhost"; // The password to access the database $pass = "password"; // Name of the database $db = "web111-commb"; Is this set up right? I forgot what the username needed to be would it be web111-commb or local host? If you're using cPanel and setting this up through that etc, the username & database are both normally username_x/y/z *where username = your cPanel username *where x/y/z = username or database My localhost username is root. Then you are a fool
|
|
inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Dec 15, 2009 18:02:51 GMT -8
How so Michael?'
It's root on my development server. I know its recommended to create a new user, but I'm lazy... lol
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Dec 15, 2009 18:16:05 GMT -8
Anyone wanting to hack in, will try the root username first, if they have the username, that's one job less for them to try to get.
However, otherwise, they'd have to work out username, cPanel username, and then password.
|
|
inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Dec 15, 2009 18:18:54 GMT -8
Anyone wanting to hack in, will try the root username first, if they have the username, that's one job less for them to try to get. However, otherwise, they'd have to work out username, cPanel username, and then password. Ehhh... It's my development server. Plus root is accessible on any unix system.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Dec 15, 2009 18:53:36 GMT -8
Anyone wanting to hack in, will try the root username first, if they have the username, that's one job less for them to try to get. However, otherwise, they'd have to work out username, cPanel username, and then password. Ehhh... It's my development server. Plus root is accessible on any unix system. As far as I know, if you're on a shared server, the root is locked down considerably.
|
|
gfx25
inherit
-3831920
0
Dec 2, 2024 10:40:55 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Dec 16, 2009 15:46:55 GMT -8
Most of the time everyone uses localhost though cant some use their own ip.
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Dec 17, 2009 19:53:26 GMT -8
Michael, just so you know, that is the real thing if you don't have phpMyAdmin or whatever you use..
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Dec 18, 2009 0:20:11 GMT -8
Michael, just so you know, that is the real thing if you don't have phpMyAdmin or whatever you use.. Not at all, it's always advised that you don't use the root account. Always!
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Dec 18, 2009 14:34:23 GMT -8
Hmm.. I've used the root account a couple times, no one hacked in
|
|
inherit
112533
0
Dec 8, 2022 0:53:44 GMT -8
Luke
2,993
October 2007
darkzer0
|
Post by Luke on Dec 19, 2009 19:39:10 GMT -8
Like Michael said, it's recommended not required.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Dec 21, 2009 8:39:08 GMT -8
Hmm.. I've used the root account a couple times, no one hacked in That's 'cause no one knows who you are. Do it, and become famous, then you'll be buggered.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Dec 21, 2009 13:13:13 GMT -8
IDK, as long as root has an epic password. If you aren't going to use root, be sure to delete the root account. It's pointless to not use root if root still exists for a hacker to attempt to gain access into.
|
|