mysql - help me restore a database -


i have database backup i'm trying load can extract historical averages. think mysql database, syntax adjustments able create 1 , table need in oracle 11g. however, i'm having problems insert portion of backup. basically, of these text fields taken directly fields on our website, , whenever users entered apostrophe, messes follows. finding instances of take long time...

is there way handle this?

also, text in sql developer runs horizontally on 2 or 3 rows. there way fix that? makes lot of side-scrolling instead of vertical scrolling.

use phpmyadmin reload database mysql.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -