FINALLY IT WORKS!
Apparently you have to use the Control Panel user and psw to connect. I guess the database Administrator user and psw are exactly the same and cannot be changed.
I don't see why they give you the option of adding a user when the user will never be able to connect without the...
Of course I can't get in. I can loging to the damn Control Panel but cannot open the Account Management. I'll have to email tech support to fix all this.
I have checked the permission for all user. They are clearly
FULL ACCESS.
I'll check the Account Managment but I believe that's my billing address and other accounting info.
I'll post an shot of that for you.
Thanks
Woops. Spoke too soon. That didn't make any difference. Still can't find the database.
I'm ready to give up on MySQL piece of crap. Figures it's from Microsoft.
Here's a screenshot of the control panel. There isn't any Services icon and there's certainly nothing under the MySQL icon.
http://www.stopaeta.org/controlpanel.jpg
Ok, now I'm getting angry...
Check this out.
I found this statement to get the path to MySQL
----------
echo `whereis mysql`;
The response I got to the path request and subsequent request to open the database:
mysql: /usr/local/mysql //Wow...looks like that's the path
Unknown MySQL Server...
Can anyone tell me how to determine the path to MySQL database. I am trying to connect with localhost and it simply won't. Everything else is absolutely correct. Must be the path that is the problem.
Is there a way to determine this without asking someone. Hey whats the path? Can't you tell by...
I am the administrator and the only user.
I just created the databases gave full access to all and setup the username and passwords thru the Admin GUI.
I have heard something about registering databases but not sure what that is
Also there is an ODBC setup with each database but have left...
After I changed the error statement, here is the new details.
Access denied for user: 'squarl@localhost' (Using password: YES)
I guessed that access was denied. Too bad it couldn't tell me why, lol
What does
Using password: YES mean?
Thx
Great idea. Thanks! I'll give it a try.
You know, this MySQL connectivity issue is vexing to me.
I have have to f around for hours with connectivity problems EVERY time I mess with MySQL. There needs to be some kind of simplification of this in my opinion, or a good way to troubleshoot it...
Hi Gurus,
I have a php opt-in system works perfectly. Next, I simply removed the one line that mailed the information to my email address and replaced it with the code below to get one step closer to adding data to my database thru the system after confirmation. I get an error. The only thing...
Ok,
I believe this to be an SQL question
I downloaded this easy to install opt-in opt-out processor. It seems to work with the exception that I (the owner of the site) never get notified in any way when a subscriber add his/her info and confirms. Am I missing the point to this, and my question...
I think you may have misunderstood the question. I shall restate it.
What is the SIMPLEST way to design a PHP MYSQL opt-in opt-out system whereby the user may enter their name and email address. After clicking SUBMIT, the user will get an email to confirm their email address. Then, after...
This question is a combo question related both to PHP and MYSQL but there's no forums that I know of that do both.
I need the easiest way to opt-in subscribers using PHP and MYSQL.
ie Someone would go to my site and register to opt-in. They get an email to confirm then the info is added to...
The text below is an entire html file called menu.html. What is the purpose of document.write... Why not in this case just do it as standard HTML, no javascript object stuff? This seems silly. If something calls this html file, it could simply be
<a target='_top'...
Here was my attempt at integration your idea...
------------------
// Open a known directory
$sub = ($_GET['dir']);
$path = 'gallery';
$path = $path . "$sub";
$dh = opendir($path);
$i=1;
while (($file = readdir($dh)) !== false) {
if($file != "." && $file != "..") {
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.