打开Firefox 3 sqlite文件 [英] Opening Firefox 3 sqlite files

查看:61
本文介绍了打开Firefox 3 sqlite文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Firefox 3使用sqlite文件作为书签,浏览历史记录,表格

历史记录,cookies,......


执行时:< br $>
$ sqlite_db_file =''cookies.sqlite'';

$ db = sqlite_open($ sqlite_db_file,0666,$ sqlite_error);


我收到以下错误:

错误:文件已加密或不是数据库。


(在Windows XP上使用Php5.2.5)


有没有人有幸用Php

sqlite库函数打开Firefox sqlite文件?


- < br $>
*****************************

Chuck Anderson a?¢Boulder ,CO
http://www.CycleTourist.com

没有他真正需要的东西

二十一世纪的精神分子。

**************** *******************

Firefox 3 uses sqlite files for bookmarks, browse history, form
history, cookies, ......

When I execute :
$sqlite_db_file = ''cookies.sqlite'';
$db = sqlite_open($sqlite_db_file, 0666, $sqlite_error);

I get the following error:
Error: file is encrypted or is not a database.

(using Php5.2.5 on Windows XP)

Has anyone had any luck opening the Firefox sqlite files with the Php
sqlite library functions?

--
*****************************
Chuck Anderson a?¢ Boulder, CO
http://www.CycleTourist.com
Nothing he''s got he really needs
Twenty first century schizoid man.
***********************************

推荐答案

sqlite_db_file =''cookies。 sqlite的 ';
sqlite_db_file = ''cookies.sqlite'';


db = sqlite_open(
db = sqlite_open(


sqlite_db_file,0666,
sqlite_db_file, 0666,


这篇关于打开Firefox 3 sqlite文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆