Summary: I installed mySQL on my local webserver. I created a user in the 'user'-table from the 'mysql'-database by adding a record. But you have to specify th...
Summary: well i took the mySQL book back to the library which told me how to create users and stuff so i dont know any of that. this is what i have in this con...
Summary: The ideal solution here is to use ASP.NET windows authentication. If the user is using IE and is logged in to the domain, ASP.NET and IIS do all the ...
Summary: It looks pretty good to me...I connect fine to mysql in a .NET application, but my connection string looks a bit different: ConnectionString = "SERVER...
Summary: i have a problem!! i use IIS on winXP and PHP4.3.8 i have installed mySQL server and i can acces it with phpmyadmin now my problem is whan i put a p...
Summary: Installing the Package ---------------------- Unzip the package into the directory you want to use on you web server, if you're unsure where that is, ...
Summary: I'm setting up a local webserver. So I installed Apache and PHP. These work fine. But now I want to install mySQL so I can use databases. So I install...
Summary: It's fairly simple. CGI-like behavior means that scripts and the server exchange data (that's the short version). In PHP, there are global arrays, c...
Summary: I have been using php for forms but that is it. I know it can be used with mysql for databases but before I take on this next project I have a questio...
Summary: I have set up my Mysql database And some data in it now I need some help geting my data to my php page. I know how to connect to the database but I ne...
Summary: I have a client who has a website posted on a Linux server that has Perl and MySQL. My client would like me to create a page where their clients can ...
Summary: My web application allows user to select certain part of my MySQL table for export and the route I want to offer is either XLS file or CSV. Exporting...
Summary: How do I change the root password on my mysql server? Which config file do I modify and what do I change? Pentium 4 3.2Ghz OCed to 3.6GHz w/stock coo...
Summary: I'm assuming you already have a good grasp on HTML. If you don't already know CSS (e.g. Style Sheets) then I would suggest you learn that next. After ...
Summary: Hi I am just setting up a new website and I would like to use geeklog www.geeklog.net This requires me to use MySQL which I have never used The instr...
Summary: Hi, If you're running MySQL on a Windows machine, you might try installing MyODBC and setting up a DSN or doing something like this: objConn.Open "...
Summary: Here's a thread that may be helpful: Overview of web technologies "Servers that support PHP and MySQL...do most have a graphicaly interface to edit bo...
Summary: hey, i want to learn php and i want to be able to test code that i do without having to upload it to a server, esp. since i'm having problems finding ...
Summary: "is PIII 800 mhz fast and stable enough to run a web server that executes php and mysql?" Yes. 512MB RAM is recommended (you probably do not need mor...
Summary: I'm using PHP 4.3.4 and MySQL 5.0.37 with InnoDb tables and am venturing into using transactions. If I'm using transactions, do I need to worry about ...
Summary: hey all, i need to know how to transfer a MySQL database from one domain to another ... i understand that i can use phpmyadmin to do this using the ex...
Summary: I have a simple form which allows a visitor to enter a invoice number. When they submit the form the invoice number is passed to a PHP script which lo...
Summary: First off hello, Ok, I’m new to mysql and php. I’m trying to create a registration form. I already have it to where the use can submit information...
Summary: I'm having trouble just verifying if I can connect to my MySQL db. I've tested all my permissions and verified that PHP works on my server. I can ge...