Posted by peter on 04/12/07 07:04
> my web hosting is unix. I have the tables the ss in capital. When I export
> from remote server to local server the letters from capital become very
> small!
> I would have to insert parameter to lower_case_table_names=0 in my.ini.
> i don't have this file in my computer.
>
> I can modify directly the tables here database_structure xml file?
>
> my o.s. is windows xp
> i have installed:
> phpmyadmin
> easyphp version 1.8
>
> how I can resolve this problem?
Double check the output of a phpinfo() page and check what php.ini file it
claims to be using, if the file it claims it is using does not exist then
you can create 1 and put the setting you mentioned it by itself. If a
php.ini file does not exist php uses default settings.
[Back to original message]
|