Started up cmd session and CD to c:\mysql\bin and then typed mysql. Original error came up:
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061).
What do you mean by: amend the path environment varaible as required.
Cheers
I tried that and it is not listed?
MySql is definitely installed. When I go to 'Add Remove Programs' it is listed there. Also a directory called 'mysql' has been put on to my C drive?!
Any ideas?
Cheers
Hi
I've installed; php5.0.1 -installer, MySql, MySql Control Center, My_ODBC_ Standard_3519_Win on my WinXP PC.
I cannot seem to connect to the root of MySQL through the MySql Control Center.
The error message I'm getting is:
[root@localhost:3306] ERROR 2003: Can't connect to MySQL server on...
Hi
I'm a newbie to PHP. I've installed PHP on my Win2K PC.
I created a simple page:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>
I have saved this...
Hi Folks
Can anyone advise me as to wether I can put on PHP and MySQL DB on my WinXP Professional PC?
I already run the .NET Framework and code in VB.NET using an installed MSSQL Server and want to be able to continue to use these technologies on my PC along with PHP & MySQL.
If I could would...
Thanks for your help. I'm now getting the error message:
SELECT permission denied on object 'Ads', database 'classydb', owner 'dbo'
I'm running an SQL Server on my WinXP PC.
Could you give me any ideas?
Cheers
Can anyone please help me with this problem. The following code produces the error Keyword not supported: 'provider'.
<% @Import Namespace="System.Data" %>
<% @Import Namespace="System.Data.SqlClient" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Hi
Wondering if anyone can help me with this problem?
I'm just starting to learn ASP.NET using VB.
I am able to retrieve a table and different parts of the table using the DataGrid with AutoGenerateColumns="false".
Can I use the same DataGrid with ID to retrieve different parts of the table on...
Hi
Just wondering if anyone can help.
Still starting out in ASP.NET using VB.
Just learnt how to pull data in to a web page using a datagrid.
I'm having problems pulling in data to another part of the page outside of the datagrid.
Tried to create another datagrid and error message told me...
Hi
Can anyone tell me of a program that I can use to access an MSSQL database that is on my webhost. I need to be able to create tables and put data into them like you do in MS Access.
Much like MYSQL-Front or PHPMyAdmin for MySQL databases that are hosted on webservers.
Thanks for your help...
Just worked it out. The simplest of things.
Needed to pull down height of field in db. What a numbskull!!
Thanks for all your help with this.
Take care
K
This is the code to see what the output was:
<p>
<%=RS("IssuesId")%>
</p>
This showed all characters that was entered in to the textarea box - including characters on other lines within the textarea box. It's just when it goes in to access db it doesn't show any characters that have been...
This is my code. It looks pretty similar to yours.
sql="SELECT * FROM staffsurvey"
rs.open sql, Connect, 3,3
RS.AddNew
'input to recordset from form data
RS("IssuesId") = Request.Form("IssuesId")
RS("IssuesIdReason") = Request.Form("IssuesIdReason")
RS.Update
The form is on another page...
I've changed the field type to 'memo' & this allows me to store more than 255 characters.
The problem is that I need it to store characters that have been put into the textarea box that have been put in when the user has pressed the 'Enter' key to put more info on to another line within the...
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.