> On Tue, May 18, 2010 at 2:51 PM, Niel Archer wrote:
> >> > Is there a different syntax to the mysql delete statement when the
> >> > "WHERE"
> >> > clause points only to half of the primary key?
> >> >
> >> > The structure is as follows:
> >> > CREATE TABLE IF NOT EXISTS ` table1` (
> >> > `i
On Tue, May 18, 2010 at 2:51 PM, Niel Archer wrote:
>> > Is there a different syntax to the mysql delete statement when the "WHERE"
>> > clause points only to half of the primary key?
>> >
>> > The structure is as follows:
>> > CREATE TABLE IF NOT EXISTS ` table1` (
>> > `id1` int(10) unsigned N
> > Is there a different syntax to the mysql delete statement when the "WHERE"
> > clause points only to half of the primary key?
> >
> > The structure is as follows:
> > CREATE TABLE IF NOT EXISTS ` table1` (
> > `id1` int(10) unsigned NOT NULL,
> > `id2` int(10) unsigned NOT NULL,
> > PRIM
> Is there a different syntax to the mysql delete statement when the "WHERE"
> clause points only to half of the primary key?
>
> The structure is as follows:
> CREATE TABLE IF NOT EXISTS ` table1` (
> `id1` int(10) unsigned NOT NULL,
> `id2` int(10) unsigned NOT NULL,
> PRIMARY KEY (`id1`,
Is there a different syntax to the mysql delete statement when the "WHERE"
clause points only to half of the primary key?
The structure is as follows:
CREATE TABLE IF NOT EXISTS ` table1` (
`id1` int(10) unsigned NOT NULL,
`id2` int(10) unsigned NOT NULL,
PRIMARY KEY (`id1`,`id2`),
KEY `i
You probably miss the mysql extension or have different one than you are
calling.
Please call
in script to see what extensions are loaded. if there is some other module
supporting mysql just use different way to run sql.
otherwise you need to look into php.ini and see if module is available and
Hello,
i want to create a database with php.
A look in the php manual says that you need a special 4.x MySQL
version for using
mysql_create_db().
I am getting error message: Call to undefined function mysql_create_db().
When is this function defined and in what version of MySQL?
yours sincerly
May also be granted rights to login from '%' which will resolve to any host
name except localhost.
On 18 May 2010 08:24, "Peter Lind" wrote:
On 18 May 2010 09:19, nagendra prasad wrote:
> Hi All,
>
> I am getting t...
It means that either the password you're using is wrong or the user
doesn't h
it means the root user password which u are using is the wrong one..
Chaitanya
On Tue, May 18, 2010 at 12:49 PM, nagendra prasad
wrote:
> Hi All,
>
> I am getting this error while tried to run a downloaded script in WAMP:
>
> [1045] dbconn: mysql_connect: Access denied for user 'root'@'localho
On 18 May 2010 09:19, nagendra prasad wrote:
> Hi All,
>
> I am getting this error while tried to run a downloaded script in WAMP:
>
> [1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost'
> (using password: YES)
>
> Dose anyone know what exactly this means.
>
> Best,
> Guru.
>
Hi All,
I am getting this error while tried to run a downloaded script in WAMP:
[1045] dbconn: mysql_connect: Access denied for user 'root'@'localhost'
(using password: YES)
Dose anyone know what exactly this means.
Best,
Guru.
11 matches
Mail list logo