| chadmaynard | try mysqld_safe --user=mysql |
| pelesmk | same results |
| deviator | that works, thank you |
| chadmaynard | pelesmk: odd. are you using a my.cnf file? |
| deviator | lot mroe to type than just * lol.... but doesnt corrupt my data this way |
| chadmaynard | corrupt? |
| pelesmk | that's where I'm thinking it's getting lost |
| chadmaynard | deviator: get used to it. * is evil! |
| pelesmk | I created on in /etc/my.cnf, but originally it didn't have one so there could be something wrong with it or it could be in the wrong directory can I specify it on commandline? |
| deviator | well i have 2 'state' and 2 'city' fiels being pulled so when i would parse the data it would show the second city and state, not the first which is what i need displayed |
| chadmaynard | pelesmk: mysqld_safe --defaults-file=/etc/my.cnf pelesmk: and if not paste your my.cnf file |
| pelesmk | I get unknown variable when I add the --defaults-file=/etc/my.cnf |
| chadmaynard | oh. maybe i spelled it wrong. --defaults-file=path from the manual |
| pelesmk | looks correct to me, help shows that |
| chadmaynard | pelesmk: could be an error inside my.cnf |
| pelesmk | must have mispelled it on my end, but still gives same error |
| Myrth | hi, in ##php no one answers to that, maybe someone knows here? : is there an alternative in mysqli for PDO::ATTR_EMULATE_PREPARES ? |
| pelesmk | eww...one sec the perms on /etc/my.cnf are bad since I created it with root still no change |
| chadmaynard | !wench learn nabfphp is We are not a backup channel for #php. |
| the_wench | I have learnt nabfphp is We are not a backup channel for #php. |
| pelesmk | pasting my.cnf |
| chadmaynard | !tell Myrth about nabfphp |
| the_wench | Myrth We are not a backup channel for #php. |
| chadmaynard | pelesmk: try running without my.cnf |
| Xgc | Yes, but he's from ##php. |
| pelesmk | tried it with --no-defaults gave same cant change dir and failed to create errors y.cnf 19:04 < Xgc> Yes, but he's from ##php. http//nopase.org/p/azPNRkRznb err. paste didn't want to paste there |
| chadmaynard | mysqld_safe --basedir=/var/db/mysql --err-log=/var/db/mysql/error.log --no-defaults --user=mysql |