Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
SQL Admin username
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- SQL Admin username
SQL Admin username
30-10-2007 1:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hey folks
i'm trying to remember what form my username takes for the sql admin access
i cant remember if its username.plus.net or username.plus.com?
i'm trying to remember what form my username takes for the sql admin access

i cant remember if its username.plus.net or username.plus.com?

Message 1 of 9
(2,722 Views)
8 REPLIES 8
Re: SQL Admin username
30-10-2007 1:15 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Your username for MySQL is simply your basic account name. You don't need the domain in the login. You will have been sent an email when the account was setup, so search for that or use the help and assistance to find "Reset/Send My MySQL Database Password and Name" option and ask for a reminder from the admin team. If your already using a database on your site then you must have written the userid and password into a database connection file so look for that so your site will keep working rather than getting it changed.
Message 2 of 9
(710 Views)
Re: SQL Admin username
30-10-2007 1:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Dodgy spam filters throwing the message away no doubt as it comes from a machine and not a person. So if you don't get the email in the expected time then ask for it again. Or just check your junk mail box.
Message 3 of 9
(710 Views)
Re: SQL Admin username
30-10-2007 1:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
yeah i cant find the email with the password anywhere.
your saying the password should be listed in a file somewhere in my ccgi webspace? i run a php forum.
your saying the password should be listed in a file somewhere in my ccgi webspace? i run a php forum.
Message 4 of 9
(710 Views)
Re: SQL Admin username
30-10-2007 2:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: James_H your username and password are the same as the ones you use to log into the portal ( http://portal.plus.com )
yeah, was affriad you where going to say that, it dont work

Message 5 of 9
(710 Views)
Re: SQL Admin username
30-10-2007 2:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
yeah i'll raise a ticket, never changed it.
Message 6 of 9
(710 Views)
Re: SQL Admin username
30-10-2007 6:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Merrick yeah i cant find the email with the password anywhere.
your saying the password should be listed in a file somewhere in my ccgi webspace? i run a php forum.
if the php forum files are still on your ccgi space have a look in config.php your password will be in there
Message 7 of 9
(710 Views)
Re: SQL Admin username
31-10-2007 12:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The userid is the same as used for the portal. But the password is different. As stated previously if your actually using your mySQL database on your website then in your code you will find a mysql_connect statement which has the userid and password in it. Or at least reference to some variables which contact this information. Typically you'd put that in some sort of config, or dbconnect file so that it's shared by all your routines rather than repeating the password in every file. If you have your password reset your site will stop working until you change the password in your code to match.
Message 8 of 9
(710 Views)
Re: SQL Admin username
01-11-2007 9:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
euh ..
$> cat < config.php | grep dbpass
(or what ever the database password variable name is)
the power of Command Line and SSH ... xD
Hopefully one of the many ways of righting this fault has worked
Jim,
$> cat < config.php | grep dbpass
(or what ever the database password variable name is)
the power of Command Line and SSH ... xD
Hopefully one of the many ways of righting this fault has worked

Jim,
Message 9 of 9
(710 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page