Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MYSQL


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Create Error: Access Denied For User: '@localhost' To Database 'database Name'


I have already installed the php4, apache and mySQL on windowsXP SP2.
when I wanted to create database through PHP code it showed me error like this "Create Error: Access denied for user: '@localhost' to database 'database name'" and I can't even create database using mySQL either.




View Complete Forum Thread with Replies

Related Forum Messages:
Error 1044:Access Denied For User: '@localhost' To Database 'library'
I have installed mysql-4.0.23-win. When I try to do 'create database library;' I am getting an error "Error 1044: Access denied for user: '@localhost' to database 'library'".

How to solve this problem?

View Replies !
Access Denied For User ''@'localhost' To Database
Yesterday I got a new server with MySQL 5.0.22. Today I spent 10 hours trying to set up a database using webmin. Actually, it's not a problem to create a database, but the problem is that I can not connect. I tried different settings, no luck:

Access denied for user ''@'localhost' to database 'mydatabase'

I can connect from command line:

[root@server8]# mysql -u myusername -p
Enter password: ***
Welcome to the MySQL monitor. Commands end with ; or g.
.......
As you see I can connect.

My settings from webmin: Code:

View Replies !
#1044 - Access Denied For User When Im Traing To Create A Database
Im train to create a database in my host (not local) that support MySql-5-2 but when i type in the code show me the error:
----------------------------------------------------
--
-- Database: `database`
--
CREATE DATABASE `database` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

MySQL said: Documentation
#1044 - Access denied for user 'user'@'host' to database 'database'
----------------------------------------------------

my code is:
----------------------------------------------------
-- phpMyAdmin SQL Dump
-- version 3.0.1.1
--
-- Host: localhost
-- Generation Time: Mar 22, 2009 at 09:31 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `database`
--
CREATE DATABASE `database` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `database`;

View Replies !
Access Denied Error :: Create A New Database
I am trying to create a new database. At the moment I am using the database test.
When I installed mysql I did enter a user name and password.

This is the error message that i get:

mysql> create database rbs;
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'rbs'

I am able to connect to the database without using a username and
password. So something with my access must be wrong.
But i dont know what it is...

View Replies !
Error: 'Access Denied For User 'root'@'localhost'
I've used mysql on an XP machine before, but only a little. I installed Fedora core 5 on this machine (i386) and have mysql 5.0 running.

I understand that this is a common problem and I have been searching for a solution for a few days now.

When I was configuring Fedora using this guide (FYI: I only installed what I needed), I used this command to set the root password (assuming that I was using 'root' as my password):
mysqladmin -u root password root
Then, I tried this command to login (as instructed by the guide I was following):
mysqladmin -h localhost -u root password root
This is where I got the error:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

Now, I have tried many methods to fix this. I tried every method to reset the root password as instructed by the mysql documentation. I also installed Fedora core 5 on another hard drive at home to see if I would still get the same error and I did. I know that localhost is the correct host name and the mysql service was running while I was trying to login. I've read a lot of post here already and nothing has helped me.

View Replies !
Mysqldump: Got Error: 1044: Access Denied For User ''@'localhost' To
When I try to make a back up, I get the following error...

$ mysqldump --tab=/home/egutarra --opt mysql
mysqldump: Got error: 1044: Access denied for user ''@'localhost' to database 'mysql' when selecting the database

View Replies !
Error: 'Access Denied For User: 'root@localhost' (Using Password: NO)'
I've installed MySQL 4.0.26 on OSX 10.3.9 client version using the standard darwin 7.9.0 PKG. Installation seemed to go fine but I can only access Mysql with
urs/local/mysql/bin/mysql test

To my knowledge I never sent a root or user password.
When I come to try and set a password or create a database I am asked for my password.
When I try and enter it the imput is frozen and the only keystroke that will work is 'enter' then I get a error message that tells me that it is the incorrect password.
I have tried all of the different login and password reset commands I can find but to no avail.

View Replies !
Error Access Denied For User 'ODBC'@'localhost' (using Password: NO)
I know this has been posted repeatedly but I have yet to see a response that works for me. When I created my server I did NOT create a root userid and password and it is started as a service on Windows XP. Why does it want one? I try to run this command and get the error for testing it:

"C:Program FilesMySQLMySQL Server 5.0inmysqlshow"

Response is the subject title.

View Replies !
ERROR 1045 (28000): Access Denied For User 'root'@'localhost'
Using mySQL 4.1.22 on Linux, I got this error message suddenly this morning (it worked ok yesterday):

---------
[root@server]# /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
----------

I created a '/root/root.sql' file:
--------
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('xxxxxx');
--------

And killed the process and restarted:
--------
[root@server ~]# /usr/local/mysql/bin/mysqld_safe --init-file=/root/root.sql &
[1] 2494
[root@server ~]# Starting mysqld daemon with databases from /usr/local/mysql/var
--------

But I get the same error message :(

In my '/usr/local/mysql/var/server.err' file there's no error message:
--
070220 07:03:40 mysqld started
070220 07:03:40 InnoDB: Started; log sequence number 0 3758734
/usr/local/mysql/libexec/mysqld: ready for connections.
Version: '4.1.22' socket: '/tmp/mysql.sock' port: 3306 Source distribution
-------

What am I doing wrong?

View Replies !
ERROR 1045 (28000): Access Denied For User 'ODBC'@'localhost'
i've just installed mysql and when i tried to run mysql in the command prompt the following error occured. plz help me fix it..

ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)

View Replies !
ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO)
just five minutes before mysql was working fine... in directory /var/lib/mysql i renamed a database. now it is giving the following error...

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Please somebody help.... Im working in Fedora 8

View Replies !
ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO) ..
Just did install onto Debian Lenny, and cannot get past:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Is there some particular problem w/Debian? I have tried searching, and reading docs, but cannot get past this when trying to set password for root, and/or anything else.

View Replies !
ERROR 1045 (28000): Access Denied For User 'root'@'localhost' (using Password: NO) ...
I am getting this error:

'Error Nr. 1045
Access denied for user 'root'@'localhost'(using password: YES)

Is there anyway I can manually remove the 'data directory'?

View Replies !
ERROR 1045: Access Denied For User: '"root"@localhost' (Using Password: YES)
I have been working on this for three days (about 16 hours) to no avail. I have root access on a dedicated server running whm/cpanel on Redhat 9. I have followed every instruction from mysql.com as well as every suggestion I've been able to find.

These are the two errors I bounce between:

ERROR 1045: Access denied for user: '"root"@localhost' (Using password: YES)

and

ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)

I'm out of ideas.

View Replies !
Access Denied For User 'ODBC'@'localhost'
I tried out all instructions that given in to several forum releated to this topic but error remain as it is.

Some times mysqld-nt start sometimes not...

if it start it gives Access denied error odbc@localhost(unsing password "No")
I'd also tried out information that given in several forums.. but problem remains exist.
OS- windows vista.

View Replies !
#1044 - Access Denied For User: '@localhost'
I've installed mysql on my macintosh OSX. Everything was fine before I tried to enter a password for the root user (using the terminal window). After that I could'nt acces to my phpmyadmin or local web site adress. I used a free software "navicat" to go and see the "manager user" section and made a big mistake touching privileges !!!!!

I don't have anymore PRIVILEGES on nothing .... I can't access to anything anymore :(((((((( Does someone have the lines codes so I can restore ALL PRIVILEGE for the root and locahost ?? her is the kind of message I get on phpmyadmin : #1044 - Access denied for user: '@localhost'

View Replies !
Access Denied For User 'ODBC' @ 'localhost'.. : )
i'm using windows 2000, PHP 4.3, APACHE 2.0 web server and MYSQL 4.1

i've installed MYSQL correctly, but when i tried to type this command -->
c:mysqlshow

then error message come out-->
access denied for user 'ODBC'@'localhost' <'using password: NO'>

so i tried to fix it, and re-enter this command with password -->
c:mysqlshow -p

but again error message come out -->
access denied for user 'ODBC'@'localhost' <'using password: YES'>

View Replies !
Access Denied For User Odbc@localhost
I am trying to install mysql on my localhost, i have had someone in and also tried on my own but cannot seem to get into it. As far as i am aware the error is due to a wrong password.

The error i get in command line:

Access denied for user 'DBC@localhost' (using password : NO)

The error i get when trying to run in explorer (i have done all the obvious things i expect so i just got http://localhost/....):

Unknown MySQL Server Host 'mysql' (11001) in C:Documents.....

View Replies !
Access Denied For User 'root@localhost'
I have installed MySQL and somehow have my forum running fine using it, however, I am attempting to install Photopost php software and I have put in the user name that I have been using.

It all works fine up until it tries to create tables on the database (and maybe even a database, the error message isn't telling me much).

I have tried to log into mySQL but keep getting the error:

ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

The error I get from the install page (of Photopost) is:


Could not connect to or create the PhotoPost Classifieds database.

Be sure your user has permissions to CREATE or create a blank table before hitting REFRESH or go back to Step 1 to check your database settings.



Presumably I need to go in to mySQL as root and set CREATE etc... permissions for the user that I have specified in the Photopost install script?

How can I do this? I have never set up a root password for mySQL.

I am completely new to MySQL (although I have used it for my own developments on Windows, but never on Linux).

View Replies !
Access Denied For User 'root'@'localhost'
I am having this error message:

Check the pictures

#1045 - Access denied for user 'root'@'localhost' (using password: YES)

I am using WAMP5,I tried to change the password in config file but no use.last time I had to uninstall and reinstall to reset the root password.

what am I doing wrong?am I looking at the wrong file?

View Replies !
#1044 - Access Denied For User 'dbo' To Database 'db'
i am trying to transfer a database from my web account to my clients.. so she can have access to it.

i keep getting this error message: #1044 - Access denied for user 'dbo....'@'%' to database 'db....'

View Replies !
Access Denied For User 'root'@'localhost' (using Password: YES)
I am trying to login to mysql using 'mysql -u root -p' with password.but iam getting this error "Access denied for user 'root'@'localhost' (using password: YES)".

i have googled for this error and i saw that if i enter a wrong password i get this error.but i am 100% sure that the password is right because i used it in a sample program where i gave that password to connect to mysql.

View Replies !
Access Denied For User 'ODBC'@'localhost' (using Password: NO)
I am having a problem connecting to mysql from php. Here is my code:

<html><body>
<?
mysql_pconnect("localhost", "root", "password");
mysql_select_db("lead");
$query = "select * from products";
$res = mysql_query($query);
if($res === false){
print "Error: $query<br>" . mysql_error() . "<br>
";
exit(0);
}
while($row = mysql_fetcharray($res)){
print "$row[0]<br>
";
}
?>
</body></html>

I've read somewhere that this is a known issue and that you could down grade to fix it, but I couldn't find anymore information than that. What needs to be downgraded, and to what version?

Mysql 4.1.5, Apache2, Win 2000, php 5.0.1.

View Replies !
'Access Denied For User: 'mysql@localhost' (Using Password: YES)'
I am getting the above error. I am trying to connect to MySql database using Hibernate. But, when I run the Hibernate class, the above error is displayed. The user and password are 'MySQL' and 'MySQL'. Operating system is Windows.

View Replies !
Access Denied For User: 'ODBC@localhost' (Using Password: NO)
im having a problem DELETING rows from one of my tables in PHP. i make various calls to mysql_query, and the script works fine until i add the following line:

mysql_query("DELETE FROM {$GLOBALS['TABLES_SEARCH_Page']}");

i have given the user DELETE privilidges, but despite this, i am always returned the error:

Warning: mysql_query() [function.mysql-query]: Access denied for user: 'ODBC@localhost' (Using password: NO) in g:wwwResourcesphpSearch.php on line 142

any ideas?

View Replies !
#1045 - Access Denied For User 'root'@'localhost' (using Password: NO)
I have successfully installed the following
IIS ver 6

php ver 4.4.9

MYSQL ver 5.0.67

when i tested through command line i get no error and i am view the php pages on the browser without any hitch. In the beginning when i was trying to connect to MYSQL through simple php script i was getting an authentication error which i could resolve by using OLD_PASSWORD.

Now during final stages ,

Now when i have installed phpMyAdmin ver 2.0.8.3and have also configured config.inc.php. There is persistent error i am getting which is something like

MYSQL says #1045 - Access denied for user 'root'@'localhost' (using password: NO)

View Replies !
MySQL Database - Adding New Data Source 'Access Denied For User'
I am trying to install MySQL on my machine at the moment. I have downloaded the file mysql-essential-5.0.21-win32 from the MySQL website and installed it. I then downloaded MySQL Control Center, which came zipped in a folder called mysqlcc-0.9.2-win32.

I have installed both applications and I have a MySQL database which I have acquired from elsewhere. I copy/pasted it into my C:Program FilesMySQLMySQL Server 5.0data directory, but when I try to add a new database in MySQL CC it doesnt allow me.

I have also installed the ODBC for MySQL (called mysql-connector-odbc-3.51.12-win32). However, when I try to add a new data source in the Control Panel I get this error:

[MySQL][ODBC 3.51 Driver]Access denied for user 'versiontwo'@'localhost' (using password: YES)

versiontwo is the name of the database. the database has a password.

View Replies !
Error 1044 Access Denied To Database
I am currently working through a book on Dreamweaver and using PHP. I
am having a little trouble with setting up the database though. I
have php 4.2.3 and MySQL 4.0.20a. I am running locally with Apache
1.3.27 on Windows XP Pro.

I seem to have finally got MySQL running after a lot of difficulty.
In the book it says to type source C:mysql
ewland_tours.sql at the
mysql> prompt, to generate the newland_tours database in my copy of
MySQL.

When I do this however it gives me an error message saying:

Error 1044 Access denied for user: '@localhost' to database
'newland_tours'

and numerous other ones saying:

Error 1046 No Database Selected

If you can help me I'd be very grateful. I think that something must
be wrong or amiss with the settings or the paths to the files in
my.ini file? Or perhaps it is just a bug with php or MySql?

View Replies !
Warning: Mysql_connect() [function.mysql-connect]: Access Denied For User 'debscrof'@'localhost' (using Password: NO)
Have MySQL on a VPS running CPanel
MySQL v4.1.22-standard

Can access MySql fine through CPanel, phpMyAdmin etc all work fine, creating databases, deleting databases, adding users etc

However, when I try to use MySql from a website, it fails

I created a user "test1" (which then got the username "debscrof_test1" from CPanel), a password for the user "test2", and then added the user to a new database "testdb" with all priviliges

Then a simple script to connect to the database (as I am trying to locate the source of the errors), as per below:

<?php
$dbhost = "localhost";
$dbuser = "debscrof_test1";
$dbpass = "test2";
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');
$dbname = 'debscrof_testdb';
mysql_select_db($dbname);
?>

Have tried with " and ' around the values, with 127.0.0.1 as the host... still with the same error message:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'debscrof'@'localhost' (using password: NO) in /home/debscrof/public_html/testdb.php on line 6

Error connecting to mysql

...any suggestions why I cannot connect? (and why it says password: NO)!

View Replies !
Warning: Mysql() [function.mysql]: Access Denied For User 'apache'@'localhost' (using
my script is not connecting to my database, i get this error

Warning: mysql() [function.mysql]: Access denied for user 'apache'@'localhost' (using password: NO)

View Replies !
Access Denied For User 'root'@'localhost' (was "help!!! Just A Beginner..")
Hello i recently installed WAMP5 to handle my phpmysqlapache localhost sever. but when i go to the control panel and clicked the localhost and phpmyadmin everything seems fine because i can see the phpinfo window and also the phpmyadmin.. but not when i clicked the SQLite Manager.Unable to connect to database manager.
Could not connect: Access denied for user 'root'@'localhost' (using password: YES).

View Replies !
Error: 'Access Denied For User
I have recently upgraded to mysql-4.0.23 from mysql-3.23 on linux system.
I started the server using the command: /usr/bin/mysqld_safe --user=root &
When I try to shutdown the server using the command: mysqladmin --user=root shutdown
I am getting the error as follows :
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'

And hence to shudown the server,i always need to kill the running mysqld process.I dont think its advisable to do this always.

Please ,help me in this regard and tell me the right command to shutdown the server.

View Replies !
Error 1045: Access Denied For User
why each time I
try to access my database using:

c:mysqlininmysql -root -p

and afterwards:(i.e. after inputting my at the password prompt)

Enter Password: '******'

I get the following:

Error 1045: Access denied for user:
'ODBC@localhost'(Using password: YES)

This is rather confusing to me, as I'm pretty sure
that I had used the same password to pass through this
particular 'door' yesterday

my settings are in the following format:

mysql>SET PASSWORD FOR root@localhost=PASSWORD("******");
Query OK, 0 rows affected (0.00 sec)
mysql>SET PASSWORD FOR root@"%"=PASSWORD("******");
Query OK, 0 rows affected (0.00 sec)
mysql>FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)


Really the password that I'm using is exactly the same
one I had assigned to my root few days ago after
installing MySQL, PHP and APACHE successfuly, and which I have been
using without problem until this afternoon.

View Replies !
Mysqldump: Got Error: 1045: Access Denied For User
im trying to dump my database for a replication but i encounter this error message...

mysqldump: Got error: 1045: access denied for user 'ODBC' @ 'localhost' <using password NO> when trying to connect....

View Replies !
ERROR 1044 (42000): Access Denied For User 'x'
I've just started learning MySQL and have found lots of useful information on the Net. I'm working on my own and am stuck here (at the very beginning!):

mysql> create database menagerie;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'menagerie'
mysql>

I'm using the following tutorial: http://dev.mysql.com/doc/refman/5.0/en/creating-database.html

I'm using Fedora Core 6, I've done the "service mysqld start" thing, then opened mysql. No password or username was asked of me. Here are some more elements:

version ("select version();"): 5.0.27
username ("select user();"): linux@localhost (my OS username is 'linux')

I've found lots of information on the subject, but haven't been able to find a simple explanation to get around this problem (host, username, password).

Also, I can't figure out where MySQL information is stored on Fedora Core 6. Does anybody know?

View Replies !
Error Number. 1045 Access Denied For User
everything works right up to applying security settings, then I get the above error message and it tells me:

If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections.

Now I am running Norton Security Online - Rogers Yahoo! Online Protection and I just have no clue how to open the tcp port 3306.

View Replies !
Replication :: Slave Thread: Error Connecting To Master: Access Denied For User
I have MySQL 3.23.41 on a RH-7.2 Linux used as local server. I'm trying to replicate the databases from server (192.168.0.1) to another linux PC (192.168.0.3).

Following the manual, i grant to the master a user with file privileges, and edit both my.cnf files. The master starts fine but the slave mysql.log shows up an error:

Slave thread: error connecting to master: Access denied for user:
replica@localhost' (Using password: YES) (0), retry in 60 sec

View Replies !
Replication, Slave Thread: Error Connecting To Master: Access Denied For User:
I have MySQL 3.23.41 on a RH-7.2 Linux used as local server. I'm trying to replicate the databases from server (192.168.0.1) to another linux PC (192.168.0.3).

Following the manual, i grant to the master a user with file privileges, and
edit both my.cnf files. The master starts fine but the slave mysql.log shows up an error:

Slave thread: error connecting to master: Access denied for user:
replica@localhost' (Using password: YES) (0), retry in 60 sec

View Replies !
Could Not Connect To The Database, Please Recheck The Settings You Specified. Also Make Sure That A Database With The Name You Specified Already Exists On The Database Server. PhpAdsNew Will Not Create The Database For You, You Must Create It Manually
The error message I get above is the same everytime when trying to install phpAdsnew. I have tried everything. I am hosted through yahoo! and have actually succesfully installed scripts before even though I know nothing about it. Now that I have a "auto-install", it does not work. Yahoo! also offers php-nuke with the auto-install where you just click a few buttons, and I get a similar error stating that it can not conect to the database.

Please can anyone help me and tell me what I am doing wrong?

View Replies !
Localhost Denied Access
I was making some changes in privileges and must have deleted the
localhost account... it seems I'm pretty much locked out. Is there any
documentation for this scenario? Or documentation to reinstall Mysql
and import the .MYD files?I'm pretty new to all this.

View Replies !
Access Denied On Localhost
I have a dymanic site using PHP and MySQL. When I test it on the remote server, it works great. but when I test it from the Apache server on my development machine, whenever I try to access a .php page that accesses my MySQL database, I get: Access denied for user: 'okmpc@localhost' (Using password: YES).

Can anyone please tell me what that means and how to fix it?

View Replies !
Connecting To Database :: Access Denied
I just downloaded mysql 4.1. When I open my sql from programs it asks for password (root pass) and then I created new database(abc) and created table(bcd). Now I am trying to connect to database and select from the table, I keep getting. "Access denied for user ''@'localhost' (using password: NO) ".After I installed mysql, I logged in using root, and password I created new user called "test" and granted permission on abc. Thats the user I am using to connect to"abc".

View Replies !
Access Denied : ODBC@localhost
How can I fix the error :

Access denied : ODBC@localhost

I can login mysql with root users and created users accounts:

mysql -u iota -p

How can I know ODBC password?

View Replies !
Access Denied For Root - New Database Setup
I have started the 'Build Your Own Database Driven Website Using PHP and MySql I have installed PHP and MySql' book, and i have a problem:

I have put in the comand prompt
mysql -u root mysql

This gives me an error 1045 access denied for user root @ localhost ....

View Replies !
Why Do I Get &amp;quot;ERROR 1142 (42000): CREATE VIEW Command Denied To User...&amp;quot;
I can't figure out why I get the following error. When creating this user?

> create user 'callagga'@'localhost' identified by 'password';
> grant all on myequity_production.* to 'callagga'@'localhost' identified by 'password' with grant option;
> create view test_view as select * from transactions;ERROR 1142 (42000): CREATE VIEW command denied to user 'callagga'@'localhost' for table 'test_view'mysql>

Any ideas why? Note below in select * from db, all the fields are "Y" (i.e. doesn't this mean this user should have all privileges for this database).......

View Replies !
Adding Database :: SQL Server Does Not Exist Or Access Denied
I've just set up a simple website using frontpage and want a database to collect feedback forms etc. I've just paid for a MySQL database with my website provider (fasthosts). I then downloaded MySQL Administrator as instructed, but now and am stuck!

I tried going into frontpage and linking a form to the datadbase but keep getting the following error;

Server error: Unable to connect to a database from the web server using the connection string 'DRIVER={SQL Server};SERVER=...

The following error message comes from the database driver software; it may appear in a different language depending on how the driver is configured.
-------------------------------------------------------
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.

I've also tried logging into MySQL Administrator (with the Database owner username and password) and can't do anything - inclulding change user permissions. I get an error message;

command denied to user (user name etc) for table user' (1142)

Ive contacted fasthosts, but they havent been very useful. Is there something i have forgot to do? As I thought it would be pretty simple to get frontpage and MySQL talking to each other!

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved