|
Posted by Simon on 11/09/33 11:18
>> Isn't it
>>
>> USE gamoto;
>>
>> ?
>
> I don't think that what i had was wrong ...
> And also I am asking how you would do that .. The whole script !
> Thanks Simon ;-)
Yes, but the problem is where in the script is your problem?
Have you tried line by line toi find out where it is wrong?
If you show use the error been returned we might be able to help more.
On my system, (phpMyAdmin), the script works fine.
But running it in a php script it does not because of the quotes, "`".
CREATE DATABASE `gamoto` ... is not the same as
CREATE DATABASE 'gamoto'
in the script it should be
CREATE DATABASE gamoto
and
USE gamoto.
Simon
Navigation:
[Reply to this message]
|