| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<SQL> Nothing found. <CPUnerd_> yeah I figured that much.. <will> What is that supposed to do? COPY? <CPUnerd_> I don't know.. show create table tablename and somehow copy to the new name.. <CPUnerd_> that'd be neat. <Daveman> CPUnerd :-P <CPUnerd_> Daveman: why you always laugh at what I say :P <CPUnerd_> ur funny :) <Daveman> ;) <Xgc> CPUnerd: CREATE TABLE newtablename LIKE oldtablename; <Xgc> CPUnerd: I suspect you'll be able to move the data once the table is created. <RedDragon`> anyone know why ld cannot find -lmysqlclient ?? <daxxar> RedDragon`, because you havn't installed it, or installed it to a nonstandard dir and need to use -L/path/to/dir <daxxar> (just guessing) <Xgc> CPUnerd: You can also use this form: CREATE TABLE newtablename SELECT * FROM oldtablename; <RedDragon`> daxxar: I have added the location in ld.so.conf and ran ldconfig <daxxar> Hm, strange then. <RedDragon`> ld: cannot find -l/usr/lib/mysql <RedDragon`> I tried that also <Xgc> RedDragon`: Don't use the path with -l. Provide the path via -L <RedDragon`> ldconfig -v shows the path and mysqlclient.so files <Xgc> RedDragon`: -L/usr/lib -lmysql <RedDragon`> what does -lz do? <Xgc> RedDragon`: Looks for libz.a in the paths given/found. <RedDragon`> cos the line reads SLIBS= -lmysqlclient -lz <RedDragon`> ok <RedDragon`> Xgc: I tried ur version it says cannot find -lmysql <Xgc> RedDragon`: Right. You probably don't have it there. <Xgc> RedDragon`: Note that there are slight differences when using shared libs .vs. static libs. <RedDragon`> there are 2 locations for libmysqlclient <RedDragon`> 3 sorry <Xgc> RedDragon`: -lmysql will look for libmysql.a or possibly libmysql.so <Xgc> RedDragon`: NOT libmysqlclient.a or .so <RedDragon`> /usr/lib/libmysqlclient.so.14 <RedDragon`> /usr/lib/mysql/libmysqlclient.so.14 <Xgc> RedDragon`: You didn't use the correct spelling. <RedDragon`> /usr/local/mysql/lib/mysql/libmysqlclient.so.15 <Xgc> RedDragon`: mysqlclient != mysql
Return to mysql or Go to some related
logs:
javascript "document.append" حلقات totally spice
|
|